Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java274 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps() local
317 int currentUser = sSystemServicesProxy.getCurrentUser(); in hideRecentApps() local
376 int currentUser = sSystemServicesProxy.getCurrentUser(); in toggleRecentApps() local
412 int currentUser = sSystemServicesProxy.getCurrentUser(); in preloadRecentApps() local
445 int currentUser = sSystemServicesProxy.getCurrentUser(); in cancelPreloadRecentApps() local
481 int currentUser = sSystemServicesProxy.getCurrentUser(); in splitPrimaryTask() local
636 int currentUser = sSystemServicesProxy.getCurrentUser(); in onConfigurationChanged() local
785 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.java24 boolean isUserSetup(int currentUser); in isUserSetup()
DDeviceProvisionedControllerImpl.java53 public boolean isUserSetup(int currentUser) { in isUserSetup()
DSecurityControllerImpl.java227 UserHandle currentUser = new UserHandle(mCurrentUserId); in isVpnRestricted() local
DUserSwitcherController.java329 int currentUser = ActivityManager.getCurrentUser(); in logoutCurrentUser() local
/frameworks/base/telephony/java/android/telephony/
DLocationAccessPolicy.java112 final int currentUser = ActivityManager.getCurrentUser(); in isCurrentProfile() 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.java154 String currentUser = null; in refreshContentDescription() local
DLockscreenWallpaper.java178 final int currentUser = mCurrentUserId; in run() local
DScrimController.java825 public void setCurrentUser(int currentUser) { in setCurrentUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java808 int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in onStartedGoingToSleep() local
1634 final int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in handleKeyguardDone() local
1676 final UserHandle currentUser = new UserHandle(currentUserId); in sendUserPresentBroadcast() local
1765 final int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in handleShow() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DUserManagerHelperTest.java139 int currentUser = UserHandle.myUserId(); in getAllUsers() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java241 int currentUser = mWifiPermissionsWrapper.getCurrentUser(); in isCurrentProfile() local
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java189 int currentUser = ActivityManager.getCurrentUser(); in getVrDisplayMode() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java179 int currentUser = ActivityManager.getCurrentUser(); in onTuningChanged() local
DQSSecurityFooter.java137 final UserInfo currentUser = mUm.getUserInfo(ActivityManager.getCurrentUser()); in handleRefreshState() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java109 final int currentUser = ActivityManager.getCurrentUser(); in getCurrentProfileContentResolver() local
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java76 public int currentUser; field in KeyguardServiceDelegate.KeyguardState
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java59 void userSwitch(int currentUser); in userSwitch()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java530 int currentUser = ActivityManager.getCurrentUser(); in applyUserRestriction() local
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java504 int currentUser = ActivityManager.getCurrentUser(); in onEnabledComponentChanged() local
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java523 final int currentUser = ActivityManager.getCurrentUser(); in getLockoutMode() local
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1097 int currentUser) throws RemoteException { in registerAsSystemService()

12