Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java248 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps() local
275 int currentUser = sSystemServicesProxy.getCurrentUser(); in hideRecentApps() local
301 int currentUser = sSystemServicesProxy.getCurrentUser(); in toggleRecentApps() local
326 int currentUser = sSystemServicesProxy.getCurrentUser(); in preloadRecentApps() local
348 int currentUser = sSystemServicesProxy.getCurrentUser(); in cancelPreloadRecentApps() local
377 int currentUser = sSystemServicesProxy.getCurrentUser(); in splitPrimaryTask() local
456 int currentUser = sSystemServicesProxy.getCurrentUser(); in onConfigurationChanged() local
624 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/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
DUserSwitcherController.java331 int currentUser = ActivityManager.getCurrentUser(); in logoutCurrentUser() 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.java168 String currentUser = null; in refreshContentDescription() local
DLockscreenWallpaper.java183 final int currentUser = mCurrentUserId; in run() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java809 int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in onStartedGoingToSleep() local
1628 final int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in handleKeyguardDone() local
1669 final UserHandle currentUser = new UserHandle(currentUserId); in sendUserPresentBroadcast() local
1756 final int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in handleShow() local
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java225 int currentUser = ActivityManager.getCurrentUser(); in getVrDisplayMode() 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/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java400 int currentUser = mWifiPermissionsWrapper.getCurrentUser(); in isCurrentProfile() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java109 final int currentUser = ActivityManager.getCurrentUser(); in getCurrentProfileContentResolver() local
/frameworks/base/telephony/java/android/telephony/
DLocationAccessPolicy.java310 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
890 final int currentUser = ActivityManager.getCurrentUser(); in getLockoutMode() local
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java595 int currentUser = ActivityManager.getCurrentUser(); in applyUserRestriction() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootActivityContainerTests.java581 final int currentUser = mRootActivityContainer.mCurrentUser; in testStartSecondaryHomeOnDisplayWithUserKeyLocked() local

12