OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWakeupCausedByTimer
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/
CarPowerManagementService.java
109
boolean
isWakeupCausedByTimer
();
426
if (mSystemInterface.
isWakeupCausedByTimer
()) {
716
public boolean
isWakeupCausedByTimer
() {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/test/
CarPowerManagementServiceTest.java
337
public synchronized boolean
isWakeupCausedByTimer
() {
338
Log.i(TAG, "
isWakeupCausedByTimer
:" + mWakeupCausedByTimer);
Completed in 3132 milliseconds