HomeSort by relevance Sort by last modified time
    Searched refs:switchOn (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/preference2/src/android/preference2/cts/
SwitchPreferenceTest.java 90 final CharSequence switchOn = "SwitchedOff";
93 mSwitchPref.setSwitchTextOn(switchOn);
97 assertEquals(switchOnExp, switchOn);
104 CharSequence switchOn = mSwitchPref.getSwitchTextOn();
105 assertEquals(switchOnExp, switchOn);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 311 private String handleSensorSwitchCommand(String sensorList, boolean switchOn) {
317 response = switchAllSensors(switchOn);
325 response = switchAllSensors(switchOn);
329 response = switchSensor(sensorId, switchOn, requestRate);
381 private String switchSensor(int sensorId, boolean switchOn) {
382 return switchSensor(sensorId, switchOn, "SENSOR_DELAY_NORMAL");
385 private String switchSensor(int sensorId, boolean switchOn, String requestFrequency) {
397 if (switchOn) {
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
LongListActivity.java 71 public void onChange(boolean switchOn) {
75 if (switchOn) {
LongListRecyclerViewAdapter.java 37 void onChange(boolean switchOn);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
LongListActivity.java 71 public void onChange(boolean switchOn) {
75 if (switchOn) {
LongListRecyclerViewAdapter.java 37 void onChange(boolean switchOn);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 321 const xmlChar* switchOn = (const xmlChar*)"SwitchOn";
355 value = xmlGetProp(element, switchOn);
391 const xmlChar* switchOn = (const xmlChar*)"SwitchOn";
423 value = xmlGetProp(element, switchOn);

Completed in 1804 milliseconds