Home
last modified time | relevance | path

Searched refs:removeSystemProperty (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/
DRavenwoodRuntimeNative.java59 public static native boolean removeSystemProperty(String key); in removeSystemProperty() method in RavenwoodRuntimeNative
62 removeSystemProperty(null); in clearSystemProperties()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_initializer.cpp171 static jboolean removeSystemProperty(JNIEnv* env, jclass, jstring javaKey) { in removeSystemProperty() function
276 {"removeSystemProperty", "(Ljava/lang/String;)Z", (void*)removeSystemProperty}, in removeSystemProperty() method
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodRunnerState.java125 RavenwoodRuntimeNative.removeSystemProperty(pair.first); in restore()