Searched defs:activeReason (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | DeviceIdleController.java | 1473 String activeReason = (String)msg.obj; in handleMessage() local 2797 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() 2802 void becomeActiveLocked(String activeReason, int activeUid) { in becomeActiveLocked() 2806 private void becomeActiveLocked(String activeReason, int activeUid, in becomeActiveLocked()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 134 void noteDeviceIdleMode(int mode, String activeReason, int activeUid); in noteDeviceIdleMode()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1039 public void noteDeviceIdleMode(int mode, String activeReason, int activeUid) { in noteDeviceIdleMode()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 4956 public void noteDeviceIdleModeLocked(final int mode, String activeReason, int activeUid) { in noteDeviceIdleModeLocked()
|