Home
last modified time | relevance | path

Searched defs:native_get (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DSystemProperties.java102 private static String native_get(String key) { in native_get() method in SystemProperties
108 private static native String native_get(String key, String def); in native_get() method in SystemProperties
122 private static native String native_get(long handle); in native_get() method in SystemProperties