Home
last modified time | relevance | path

Searched refs:activeUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java268 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/
DIBatteryStats.aidl126 void noteDeviceIdleMode(int mode, String activeReason, int activeUid); in noteDeviceIdleMode() argument
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java1092 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/
DBatteryStatsService.java935 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/
DBatteryStatsImpl.java4264 public void noteDeviceIdleModeLocked(int mode, String activeReason, int activeUid) { in noteDeviceIdleModeLocked() argument
4281 activeReason, activeUid); in noteDeviceIdleModeLocked()