HomeSort by relevance Sort by last modified time
    Searched defs: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 35 private static native String native_get(String key); method in class:SystemProperties
36 private static native String native_get(String key, String def); method in class:SystemProperties
52 return native_get(key);
64 return native_get(key, def);

Completed in 554 milliseconds