HomeSort by relevance Sort by last modified time
    Searched defs:native_get_boolean (Results 1 - 3 of 3) sorted by null

  /frameworks/layoutlib/bridge/src/android/os/
SystemProperties_Delegate.java 78 /*package*/ static boolean native_get_boolean(String key, boolean def) { method in class:SystemProperties_Delegate
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSystemProperties.java 41 public static boolean native_get_boolean(String key, boolean def) { method in class:ShadowSystemProperties
  /frameworks/base/core/java/android/os/
SystemProperties.java 85 private static native boolean native_get_boolean(String key, boolean def); method in class:SystemProperties
168 return native_get_boolean(key, def);

Completed in 54 milliseconds