Home
last modified time | relevance | path

Searched defs:hasBattery (Results 1 – 5 of 5) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DBatteryConstraintTest.java87 boolean hasBattery() throws Exception { in hasBattery() method in BatteryConstraintTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/batterystats/
DBatteryUsageStatsTests.java182 private boolean hasBattery() throws DeviceNotAvailableException { in hasBattery() method in BatteryUsageStatsTests
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBatteryUtils.java50 public static boolean hasBattery() { in hasBattery() method in BatteryUtils
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java670 private static boolean hasBattery(Context context) { in hasBattery() method in ManifestTestListAdapter
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java419 public static boolean hasBattery(ITestDevice device) throws Exception { in hasBattery() method