HomeSort by relevance Sort by last modified time
    Searched full:native_get_boolean (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
BluetoothDeviceNoNamePreferenceControllerTest.java 64 .native_get_boolean(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false /* default */);
74 .native_get_boolean(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, true /* default */);
102 .native_get_boolean(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, true /* default */);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSystemProperties.java 41 public static boolean native_get_boolean(String key, boolean def) { method in class:ShadowSystemProperties
  /frameworks/layoutlib/bridge/src/android/os/
SystemProperties_Delegate.java 78 /*package*/ static boolean native_get_boolean(String key, boolean def) { method in class:SystemProperties_Delegate
  /frameworks/base/core/java/android/os/
SystemProperties.java 85 private static native boolean native_get_boolean(String key, boolean def); method in class:SystemProperties
168 return native_get_boolean(key, def);
  /frameworks/base/core/jni/
android_os_SystemProperties.cpp 169 { "native_get_boolean", "(Ljava/lang/String;Z)Z",
  /system/core/libbacktrace/testdata/arm/
libandroid_runtime.so 
  /system/core/libunwindstack/tests/files/offline/gnu_debugdata_arm/
libandroid_runtime.so 
  /frameworks/base/config/
hiddenapi-light-greylist.txt     [all...]

Completed in 341 milliseconds