am 169c11dd: Merge "Add missing DateFormat method." into lmp-mr1-dev

* commit '169c11dd39ec44364168785a7a83fb747e893c9a':
  Add missing DateFormat method.
This commit is contained in:
Deepanshu Gupta
2015-01-08 01:23:35 +00:00
committed by Android Git Automerger

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