Home
last modified time | relevance | path

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

/aosp_15_r20/packages/apps/Nfc/nci/jni/
DRouteDataSet.cpp316 const xmlChar* batteryOff = (const xmlChar*)"BatteryOff"; in importProtocolRoute() local
386 const xmlChar* batteryOff = (const xmlChar*)"BatteryOff"; in importTechnologyRoute() local
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DBstatsCpuTimesValidationTest.java828 private static void batteryOff() throws Exception { in batteryOff() method in BstatsCpuTimesValidationTest