Add missing DateFormat method.

Change-Id: Ia03023e65ef4a7ec90b61f1f538cbe74868c63c5
This commit is contained in:
Deepanshu Gupta
2015-01-07 12:26:31 -08:00
parent 0359b4b199
commit 6aede34e24

View File

@@ -34,4 +34,9 @@ public class DateFormat_Delegate {
/*package*/ static boolean is24HourFormat(Context context) {
return false;
}
@LayoutlibDelegate
/*package*/ static boolean is24HourFormat(Context context, int userHandle) {
return false;
}
}