OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switchOff
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/preference2/src/android/preference2/cts/
SwitchPreferenceTest.java
72
final CharSequence
switchOff
= "SwitchedOff";
75
mSwitchPref.setSwitchTextOff(
switchOff
);
79
assertEquals(switchOffExp,
switchOff
);
85
CharSequence
switchOff
= mSwitchPref.getSwitchTextOff();
86
assertEquals(switchOffExp,
switchOff
);
/packages/apps/Nfc/nci/jni/
RouteDataSet.cpp
338
const xmlChar*
switchOff
= (const xmlChar*) "
SwitchOff
";
375
value = xmlGetProp (element,
switchOff
);
410
const xmlChar*
switchOff
= (const xmlChar*) "
SwitchOff
";
445
value = xmlGetProp (element,
switchOff
);
Completed in 6518 milliseconds