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.java273 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in setDisabledShowContextLocked() local
274 if (callingUid != activeUid) { in setDisabledShowContextLocked()
276 + " does not match active uid " + activeUid); in setDisabledShowContextLocked()
282 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getDisabledShowContextLocked() local
283 if (callingUid != activeUid) { in getDisabledShowContextLocked()
285 + " does not match active uid " + activeUid); in getDisabledShowContextLocked()
291 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getUserDisabledShowContextLocked() local
292 if (callingUid != activeUid) { in getUserDisabledShowContextLocked()
294 + " does not match active uid " + activeUid); in getUserDisabledShowContextLocked()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl131 void noteDeviceIdleMode(int mode, String activeReason, int activeUid); in noteDeviceIdleMode() argument
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java1102 int activeUid = msg.arg1; in handleMessage() local
1110 activeReason, activeUid); in handleMessage()
2050 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() argument
2051 Message msg = mHandler.obtainMessage(MSG_REPORT_ACTIVE, activeUid, 0, activeReason); in scheduleReportActiveLocked()
2055 void becomeActiveLocked(String activeReason, int activeUid) { in becomeActiveLocked() argument
2060 scheduleReportActiveLocked(activeReason, activeUid); in becomeActiveLocked()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1006 public void noteDeviceIdleMode(int mode, String activeReason, int activeUid) { in noteDeviceIdleMode() argument
1009 mStats.noteDeviceIdleModeLocked(mode, activeReason, activeUid); in noteDeviceIdleMode()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5116 public void noteDeviceIdleModeLocked(final int mode, String activeReason, int activeUid) { in noteDeviceIdleModeLocked() argument
5133 activeReason, activeUid); in noteDeviceIdleModeLocked()