Searched defs:activeUid (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
| D | VoiceInteractionManagerServiceImpl.java | 347 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in setDisabledShowContextLocked() local 356 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getDisabledShowContextLocked() local 365 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getUserDisabledShowContextLocked() local
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | DeviceIdleController.java | 1381 int activeUid = msg.arg1; in handleMessage() local 2635 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() 2640 void becomeActiveLocked(String activeReason, int activeUid) { in becomeActiveLocked() 2644 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 | 4953 public void noteDeviceIdleModeLocked(final int mode, String activeReason, int activeUid) { in noteDeviceIdleModeLocked()
|