OSDN Git Service

Add missing DateFormat method.
authorDeepanshu Gupta <deepanshu@google.com>
Wed, 7 Jan 2015 20:26:31 +0000 (12:26 -0800)
committerDeepanshu Gupta <deepanshu@google.com>
Wed, 7 Jan 2015 20:26:31 +0000 (12:26 -0800)
Change-Id: Ia03023e65ef4a7ec90b61f1f538cbe74868c63c5

tools/layoutlib/bridge/src/android/text/format/DateFormat_Delegate.java

index 8cd1a69..1e4f213 100644 (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;
+    }
 }