Searched refs:javaKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_initializer.cpp | 157 static jstring getSystemProperty(JNIEnv* env, jclass, jstring javaKey) { in getSystemProperty() argument 158 ScopedUtfChars key(env, javaKey); in getSystemProperty() 165 static jboolean setSystemProperty(JNIEnv* env, jclass, jstring javaKey, jstring javaValue) { in setSystemProperty() argument 166 ScopedUtfChars key(env, javaKey); in setSystemProperty() 171 static jboolean removeSystemProperty(JNIEnv* env, jclass, jstring javaKey) { in removeSystemProperty() argument 174 if (javaKey == nullptr) { in removeSystemProperty() 178 ScopedUtfChars key(env, javaKey); in removeSystemProperty()
|