Searched defs:keyJ (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_SystemProperties.cpp | 63 void ReadProperty(JNIEnv* env, jstring keyJ, Functor&& functor) in ReadProperty() 81 jstring SystemProperties_getSS(JNIEnv* env, jclass clazz, jstring keyJ, in SystemProperties_getSS() 97 T SystemProperties_get_integral(JNIEnv *env, jclass, jstring keyJ, in SystemProperties_get_integral() 123 jboolean SystemProperties_get_boolean(JNIEnv *env, jclass, jstring keyJ, in SystemProperties_get_boolean() 133 jlong SystemProperties_find(JNIEnv* env, jclass, jstring keyJ) in SystemProperties_find() 179 void SystemProperties_set(JNIEnv *env, jobject clazz, jstring keyJ, in SystemProperties_set()
|