Home
last modified time | relevance | path

Searched defs:currentUser (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java249 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps() local
276 int currentUser = sSystemServicesProxy.getCurrentUser(); in hideRecentApps() local
302 int currentUser = sSystemServicesProxy.getCurrentUser(); in toggleRecentApps() local
327 int currentUser = sSystemServicesProxy.getCurrentUser(); in preloadRecentApps() local
349 int currentUser = sSystemServicesProxy.getCurrentUser(); in cancelPreloadRecentApps() local
378 int currentUser = sSystemServicesProxy.getCurrentUser(); in splitPrimaryTask() local
457 int currentUser = sSystemServicesProxy.getCurrentUser(); in onConfigurationChanged() local
625 int currentUser = sSystemServicesProxy.getCurrentUser(); in onBusEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResumeSessionReceiver.java67 UserInfo currentUser; in onReceive() local
97 UserInfo currentUser; in wipeGuestSession() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeAuthRemover.java37 int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in transitionTo() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeviceProvisionedController.java22 boolean isUserSetup(int currentUser); in isUserSetup()
DDeviceProvisionedControllerImpl.java80 public boolean isUserSetup(int currentUser) { in isUserSetup()
DSecurityControllerImpl.java241 UserHandle currentUser = new UserHandle(mCurrentUserId); in isVpnRestricted() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java100 final int currentUser = ActivityManager.getCurrentUser(); in updateThemeOverlays() local
/frameworks/base/services/core/java/com/android/server/notification/
DScheduleConditionProvider.java296 final int currentUser = ActivityManager.getCurrentUser(); in saveSnoozedLocked() local
300 currentUser); in saveSnoozedLocked() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java44 int currentUser) throws RemoteException { in registerAsSystemService()
DMultiUserSwitch.java169 String currentUser = null; in refreshContentDescription() local
DLockscreenWallpaper.java191 final int currentUser = mCurrentUserId; in run() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java814 int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in onStartedGoingToSleep() local
1633 final int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in handleKeyguardDone() local
1674 final UserHandle currentUser = new UserHandle(currentUserId); in sendUserPresentBroadcast() local
1764 final int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in handleShow() local
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java132 UserInfo currentUser = null; in ensureIsPrimaryUser() local
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java422 UserInfo currentUser; in getAndValidateUser() local
/frameworks/base/telecomm/java/android/telecom/
DCallerInfoAsyncQuery.java107 final int currentUser = ActivityManager.getCurrentUser(); in getCurrentProfileContentResolver() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java401 int currentUser = mWifiPermissionsWrapper.getCurrentUser(); in isCurrentProfile() local
/frameworks/base/telephony/common/android/telephony/
DLocationAccessPolicy.java325 final int currentUser = ActivityManager.getCurrentUser(); in isCurrentProfile() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java59 void userSwitch(int currentUser); in userSwitch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java224 int currentUser = ActivityManager.getCurrentUser(); in onTuningChanged() local
DQSSecurityFooter.java141 final UserInfo currentUser = mUm.getUserInfo(ActivityManager.getCurrentUser()); in handleRefreshState() local
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java75 public int currentUser; field in KeyguardServiceDelegate.KeyguardState
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java163 final int currentUser = ActivityManager.getCurrentUser(); in handleFailedAttempt() local
892 final int currentUser = ActivityManager.getCurrentUser(); in getLockoutMode() local
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java490 int currentUser = ActivityManager.getCurrentUser(); in getVrDisplayMode() local
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java598 int currentUser = ActivityManager.getCurrentUser(); in applyUserRestriction() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootActivityContainerTests.java583 final int currentUser = mRootActivityContainer.mCurrentUser; in testStartSecondaryHomeOnDisplayWithUserKeyLocked() local

12