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

  /frameworks/base/core/java/android/os/
SystemProperties.java 83 private static native int native_get_int(String key, int def); method in class:SystemProperties
133 return native_get_int(key, def);
  /frameworks/layoutlib/bridge/src/android/os/
SystemProperties_Delegate.java 52 /*package*/ static int native_get_int(String key, int def) { method in class:SystemProperties_Delegate
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSystemProperties.java 29 public static int native_get_int(String key, int def) { method in class:ShadowSystemProperties

Completed in 86 milliseconds