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

  /frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemProperties_Delegate.java 37 /*package*/ static String native_get(String key) { method in class:SystemProperties_Delegate
38 return native_get(key, "");
42 /*package*/ static String native_get(String key, String def) { method in class:SystemProperties_Delegate
  /frameworks/base/core/java/android/os/
SystemProperties.java 78 private static native String native_get(String key); method in class:SystemProperties
79 private static native String native_get(String key, String def); method in class:SystemProperties
93 return native_get(key);
102 return native_get(key, def);

Completed in 145 milliseconds