Merge "Add missing DateFormat method." into lmp-mr1-dev

This commit is contained in:
Deepanshu Gupta
2015-01-08 01:17:31 +00:00
committed by Android (Google) Code Review

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;
}
}