HomeSort by relevance Sort by last modified time
    Searched defs:VALUE_ON (Results 1 - 11 of 11) 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...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.h 535 static const char VALUE_ON[];
    [all...]
QCameraParameters.cpp 314 const char QCameraParameters::VALUE_ON[] = "on";
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.h 535 static const char VALUE_ON[];
    [all...]
QCameraParameters.cpp 314 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 

Completed in 134 milliseconds