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.java523 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in setDisabledShowContextLocked() local
524 if (callingUid != activeUid) { in setDisabledShowContextLocked()
526 + " does not match active uid " + activeUid); in setDisabledShowContextLocked()
532 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getDisabledShowContextLocked() local
533 if (callingUid != activeUid) { in getDisabledShowContextLocked()
535 + " does not match active uid " + activeUid); in getDisabledShowContextLocked()
541 int activeUid = mInfo.getServiceInfo().applicationInfo.uid; in getUserDisabledShowContextLocked() local
542 if (callingUid != activeUid) { in getUserDisabledShowContextLocked()
544 + " does not match active uid " + activeUid); in getUserDisabledShowContextLocked()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl218 void noteDeviceIdleMode(int mode, String activeReason, int activeUid); in noteDeviceIdleMode() argument
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DDeviceIdleController.java2022 int activeUid = msg.arg1; in handleMessage() local
2030 activeReason, activeUid); in handleMessage()
3544 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() argument
3545 Message msg = mHandler.obtainMessage(MSG_REPORT_ACTIVE, activeUid, 0, activeReason); in scheduleReportActiveLocked()
3550 void becomeActiveLocked(String activeReason, int activeUid) { in becomeActiveLocked() argument
3551 becomeActiveLocked(activeReason, activeUid, mConstants.INACTIVE_TIMEOUT, true); in becomeActiveLocked()
3555 private void becomeActiveLocked(String activeReason, int activeUid, in becomeActiveLocked() argument
3575 scheduleReportActiveLocked(activeReason, activeUid); in becomeActiveLocked()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java2466 public void noteDeviceIdleMode(final int mode, final String activeReason, final int activeUid) { in noteDeviceIdleMode() argument
2474 mStats.noteDeviceIdleModeLocked(mode, activeReason, activeUid, in noteDeviceIdleMode()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5981 public void noteDeviceIdleModeLocked(final int mode, String activeReason, int activeUid, in noteDeviceIdleModeLocked() argument
5997 activeReason, activeUid); in noteDeviceIdleModeLocked()