OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBattery
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/incident/src/com/android/server/cts/
BatteryIncidentTest.java
31
if (!
hasBattery
(getDevice())) {
62
static boolean
hasBattery
(ITestDevice device) throws DeviceNotAvailableException {
64
boolean
hasBattery
= batteryinfo.contains("present: true");
65
return
hasBattery
;
IncidentdTest.java
51
if (BatteryIncidentTest.
hasBattery
(getDevice())) {
BatteryStatsValidationTest.java
642
boolean
hasBattery
= batteryinfo.contains("present: true");
643
if (!
hasBattery
) {
646
return !
hasBattery
;
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
BatteryConstraintTest.java
93
boolean
hasBattery
() throws Exception {
222
if (!
hasBattery
()) {
251
if (!
hasBattery
()) {
295
if (!
hasBattery
()) {
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
HostAtomTests.java
355
if (
hasBattery
()) {
381
if (
hasBattery
()) {
405
if (
hasBattery
()) {
430
if (
hasBattery
()) {
456
if (
hasBattery
()) {
AtomTestCase.java
463
protected boolean
hasBattery
() throws Exception {
[
all
...]
Completed in 776 milliseconds