Home
last modified time | relevance | path

Searched defs:activeUid (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java347 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/
DDeviceIdleController.java1381 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/
DIBatteryStats.aidl134 void noteDeviceIdleMode(int mode, String activeReason, int activeUid); in noteDeviceIdleMode()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1039 public void noteDeviceIdleMode(int mode, String activeReason, int activeUid) { in noteDeviceIdleMode()