Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeAuthRemover.java40 int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in transitionTo() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java38 void refreshContentDescription(String currentUser) { in refreshContentDescription()
H A DNotificationListenerWithPlugins.java54 int currentUser) throws RemoteException { in registerAsSystemService()
H A DLockscreenWallpaper.java249 final int currentUser = mCurrentUserId; in run() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DUserActionsUtil.kt101 val currentUser = repository.getSelectedUserInfo() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayApplier.java201 int currentUser, in applyCurrentUserOverlays()
269 OverlayIdentifier identifier, String category, int currentUser, in setEnabled()
H A DThemeOverlayController.java274 final int currentUser = mUserTracker.getUserId(); in handleWallpaperColors() local
697 final int currentUser = mUserTracker.getUserId(); in updateThemeOverlays() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java147 UserHandle currentUser = new UserHandle(currentUserId); in onStartCommand() local
394 private void postGroupNotification(UserHandle currentUser) { in postGroupNotification()
446 UserHandle currentUser = new UserHandle(userId); in saveRecording() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java304 final int currentUser = ActivityManager.getCurrentUser(); in saveSnoozedLocked() local
308 currentUser); in saveSnoozedLocked() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerImpl.java286 UserHandle currentUser = new UserHandle(mCurrentUserId); in isVpnRestricted() local
372 UserHandle currentUser = new UserHandle(mCurrentUserId); in getProfileOwnerOrDeviceOwnerSupervisionComponent() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBatterySaverTile.java81 int currentUser = host.getUserContext().getUserId(); in BatterySaverTile() local
H A DRotationLockTile.java95 int currentUser = host.getUserContext().getUserId(); in RotationLockTile() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java564 UserInfo currentUser = mockCurrentUser(FLAG_ADMIN); in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning() local
577 UserInfo currentUser = mockCurrentUser(0); in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsRequestDialog.kt82 val currentUser = controller.currentUserId regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImpl.kt61 private var currentUser = userTracker.userHandle regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResetOrExitSessionReceiver.java105 UserInfo currentUser = mUserTracker.getUserInfo(); in onReceive() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProvider.kt207 val currentUser = lockscreenUserManager.currentUserId regex
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerServiceShellCommand.java193 int currentUser = UserHandle.USER_NULL; in runList() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java124 int currentUser = ActivityManager.getCurrentUser(); in removeExistingUsers() local
386 final int currentUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_restrictedReturnsError() local
406 final int currentUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_evenWhenRestricted() local
439 int currentUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_permanentAdminMainUserReturnsError() local
/aosp14/frameworks/base/services/core/java/com/android/server/incident/
H A DIncidentCompanionService.java421 UserInfo currentUser; in getCurrentUserIfAdmin() local
H A DPendingReports.java405 private void sendBroadcast(ComponentName receiver, int currentUser) { in sendBroadcast()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java874 final int currentUser = mRootWindowContainer.mCurrentUser; in testStartSecondaryHomeOnDisplayWithUserKeyLocked() local
1122 int currentUser = mRootWindowContainer.mCurrentUser; in testSwitchUser_missingHomeRootTask() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractor.kt151 private val currentUser = MutableStateFlow(userTracker.userId) regex
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java114 final int currentUser = ActivityManager.getCurrentUser(); in getCurrentProfileContentResolver() local
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java91 public int currentUser; field in KeyguardServiceDelegate.KeyguardState

123