Home
last modified time | relevance | path

Searched defs:batteryOff (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Nfc/nci/jni/
H A DRouteDataSet.cpp323 const xmlChar* batteryOff = (const xmlChar*)"BatteryOff"; in importProtocolRoute() local
393 const xmlChar* batteryOff = (const xmlChar*)"BatteryOff"; in importTechnologyRoute() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBstatsCpuTimesValidationTest.java943 private static void batteryOff() throws Exception { in batteryOff() method in BstatsCpuTimesValidationTest