/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintManagerService.java | 178 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in print() 201 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in getPrintJobInfos() 226 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in getPrintJobInfo() 248 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in getCustomPrinterIcon() 272 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in cancelPrintJob() 298 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in restartPrintJob() 323 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in getPrintServices() 357 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in setPrintServiceEnabled() 378 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in getPrintServiceRecommendations() 400 if (resolveCallingProfileParentLocked(resolvedUserId) != getCurrentUserId()) { in createPrinterDiscoverySession() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | CurrentUserTracker.java | 45 public int getCurrentUserId() { in getCurrentUserId() method in CurrentUserTracker 46 return mUserReceiver.getCurrentUserId(); in getCurrentUserId() 88 public int getCurrentUserId() { in getCurrentUserId() method in CurrentUserTracker.UserReceiver
|
D | CurrentUserObservable.java | 59 mCurrentUser.setValue(mTracker.getCurrentUserId()); in getCurrentUser()
|
D | BrightnessController.java | 392 mUserTracker.getCurrentUserId())); in checkRestrictionAndSetEnabled() 400 mUserTracker.getCurrentUserId()); in setMode()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManager.java | 45 int getCurrentUserId(); in getCurrentUserId() method
|
D | NotificationLockscreenUserManagerImpl.java | 481 public int getCurrentUserId() { in getCurrentUserId() method in NotificationLockscreenUserManagerImpl 502 final boolean devicePublic = showingKeyguard && isSecure(getCurrentUserId()); in updatePublicMode() 515 if (!devicePublic && userId != getCurrentUserId() in updatePublicMode()
|
D | NotificationViewHierarchyManager.java | 157 int currentUserId = mLockscreenUserManager.getCurrentUserId(); in updateNotificationViews()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | KeyguardController.java | 282 && !mWindowManager.isKeyguardSecure(mService.getCurrentUserId()); in canShowWhileOccluded() 339 if (!mWindowManager.isKeyguardSecure(mService.getCurrentUserId())) { in handleDismissKeyguard() 368 || !mWindowManager.isKeyguardSecure(mService.getCurrentUserId()); in canDismissKeyguard() 511 controller.mService.getCurrentUserId())) { in visibilitiesUpdated()
|
D | RecentsAnimation.java | 103 final int userId = mService.getCurrentUserId(); in startRecentsActivity()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 1050 if (resolvedUserId != mSettings.getCurrentUserId()) { in onReceive() 1129 final boolean retval = userId == mSettings.getCurrentUserId(); in isChangingPackagesOfCurrentUserLocked() 1275 mSettings.getCurrentUserId()); in onFinishPackageChangesInternal() 1297 curIm.getComponent(), 0, mSettings.getCurrentUserId()); in onFinishPackageChangesInternal() 1421 final int currentUserId = mSettings.getCurrentUserId(); in onUnlockUser() 1532 + " currentUserId=" + mSettings.getCurrentUserId()); in switchUserLocked() 1585 mUserManager.getProfileIdsWithDisabled(mSettings.getCurrentUserId())); in updateCurrentProfileIds() 1611 final int currentUserId = mSettings.getCurrentUserId(); in systemRunning() 1667 + mSettings.getCurrentUserId() + ", calling pid = " + Binder.getCallingPid() in calledFromValidUserLocked() 1673 if (userId == mSettings.getCurrentUserId()) { in calledFromValidUserLocked() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardEnvironmentImpl.java | 50 mLockscreenUserManager.getCurrentUserId(), notificationUserId)); in isNotificationForCurrentProfiles()
|
D | StatusBarRemoteInputCallback.java | 234 pendingIntent.getIntent(), mLockscreenUserManager.getCurrentUserId()); in handleRemoteViewClick() 265 if (userId != mLockscreenUserManager.getCurrentUserId() in onReceive()
|
D | NavigationModeController.java | 147 + ActivityManagerWrapper.getInstance().getCurrentUserId()); 231 int userId = ActivityManagerWrapper.getInstance().getCurrentUserId(); in getCurrentUserContext()
|
D | StatusBarNotificationActivityStarter.java | 205 mLockscreenUserManager.getCurrentUserId()); in onNotificationClicked() 209 mLockscreenUserManager.getCurrentUserId()); in onNotificationClicked()
|
D | StatusBarNotificationPresenter.java | 234 onUserSwitched(mLockscreenUserManager.getCurrentUserId()); in StatusBarNotificationPresenter() 352 isLockscreenPublicMode(mLockscreenUserManager.getCurrentUserId()); in canHeadsUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 76 mLockscreenUserManager.getCurrentUserId()); in isDynamicPrivacyEnabled()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallbackTest.java | 80 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 188 public abstract int getCurrentUserId(); in getCurrentUserId() method in ActivityManagerInternal
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 956 int currentUserId = getCurrentUserId(); 1031 final int oldUserId = getCurrentUserId(); 1325 int currentUserId = getCurrentUserId(); 1596 && callingUserId == getCurrentUserId() 1666 ? getCurrentUserId(): userId; 1756 final List<UserInfo> profiles = mInjector.getUserManager().getProfiles(getCurrentUserId(), 1891 int getCurrentUserId() {
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 454 userId = getCurrentUserId(); in enroll() 902 private int getCurrentUserId() { in getCurrentUserId() method in FingerprintManager
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentsAnimationTest.java | 286 doReturn(TEST_USER_ID).when(mService).getCurrentUserId(); in testMultipleUserHomeActivity_findUserHomeTask()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoader.java | 150 preloadTasks(plan, runningTaskId, ActivityManagerWrapper.getInstance().getCurrentUserId()); in preloadTasks()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | ActivityManagerWrapper.java | 97 public int getCurrentUserId() { in getCurrentUserId() method in ActivityManagerWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 196 mCurrentUserId = mCurrentUserTracker.getCurrentUserId(); in onAttachedToWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManager.java | 305 || mLockscreenUserManager.getCurrentUserId() == UserHandle.USER_SYSTEM) { in initializeNotificationInfo()
|