Home
last modified time | relevance | path

Searched refs:setAodState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
DValidationTests.java91 setAodState("0"); in testPartialWakelock()
138 setAodState(aodState); // restores AOD to initial state. in testPartialWakelock()
153 setAodState("0"); in testPartialWakelockDuration()
185 setAodState(aodState); // restores AOD to initial state. in testPartialWakelockDuration()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java958 protected void setAodState(String state) throws Exception { in setAodState() method in AtomTestCase