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

  /packages/apps/LegacyCamera/src/com/android/camera/
RecordLocationPreference.java 33 public static final String VALUE_ON = "on";
45 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;
51 return VALUE_ON.equals(value);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 52 // <VALUE_ON | VALUE_OFF><VALUE_SEPARATOR><mPhoneNumber>
57 private static final String VALUE_ON = "1";
412 shouldDisable = inValues[0].equals(VALUE_ON);
485 setToggled(inValues[0].equals(VALUE_ON));
491 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber());
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.h 571 static const char VALUE_ON[];
    [all...]
QCameraParameters.cpp 370 const char QCameraParameters::VALUE_ON[] = "on";
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.h 572 static const char VALUE_ON[];
    [all...]
QCameraParameters.cpp 370 const char QCameraParameters::VALUE_ON[] = "on";
    [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 295 milliseconds