Searched refs:activeUid (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 268 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in setDisabledShowContextLocked() local 269 if (callingUid != activeUid) { in setDisabledShowContextLocked() 271 + " does not match active uid " + activeUid); in setDisabledShowContextLocked() 277 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getDisabledShowContextLocked() local 278 if (callingUid != activeUid) { in getDisabledShowContextLocked() 280 + " does not match active uid " + activeUid); in getDisabledShowContextLocked() 286 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getUserDisabledShowContextLocked() local 287 if (callingUid != activeUid) { in getUserDisabledShowContextLocked() 289 + " does not match active uid " + activeUid); in getUserDisabledShowContextLocked()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 126 void noteDeviceIdleMode(int mode, String activeReason, int activeUid); in noteDeviceIdleMode() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | DeviceIdleController.java | 1092 int activeUid = msg.arg1; in handleMessage() local 1100 activeReason, activeUid); in handleMessage() 1875 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() argument 1876 Message msg = mHandler.obtainMessage(MSG_REPORT_ACTIVE, activeUid, 0, activeReason); in scheduleReportActiveLocked() 1880 void becomeActiveLocked(String activeReason, int activeUid) { in becomeActiveLocked() argument 1885 scheduleReportActiveLocked(activeReason, activeUid); in becomeActiveLocked()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 935 public void noteDeviceIdleMode(int mode, String activeReason, int activeUid) { in noteDeviceIdleMode() argument 938 mStats.noteDeviceIdleModeLocked(mode, activeReason, activeUid); in noteDeviceIdleMode()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 4264 public void noteDeviceIdleModeLocked(int mode, String activeReason, int activeUid) { in noteDeviceIdleModeLocked() argument 4281 activeReason, activeUid); in noteDeviceIdleModeLocked()
|