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

  /packages/apps/LegacyCamera/src/com/android/camera/
RecordLocationPreference.java 34 public static final String VALUE_OFF = "off";
45 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 52 // <VALUE_ON | VALUE_OFF><VALUE_SEPARATOR><mPhoneNumber>
56 private static final String VALUE_OFF = "0";
491 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber());
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.h 570 static const char VALUE_OFF[];
    [all...]
QCameraParameters.cpp 369 const char QCameraParameters::VALUE_OFF[] = "off";
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.h 571 static const char VALUE_OFF[];
    [all...]
QCameraParameters.cpp 369 const char QCameraParameters::VALUE_OFF[] = "off";
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 341 milliseconds