/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeAuthRemover.java | 40 int currentUser = KeyguardUpdateMonitor.getCurrentUser(); in transitionTo() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | MultiUserSwitch.java | 38 void refreshContentDescription(String currentUser) { in refreshContentDescription()
|
H A D | NotificationListenerWithPlugins.java | 54 int currentUser) throws RemoteException { in registerAsSystemService()
|
H A D | LockscreenWallpaper.java | 249 final int currentUser = mCurrentUserId; in run() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
H A D | UserActionsUtil.kt | 101 val currentUser = repository.getSelectedUserInfo() regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
H A D | ThemeOverlayApplier.java | 201 int currentUser, in applyCurrentUserOverlays() 269 OverlayIdentifier identifier, String category, int currentUser, in setEnabled()
|
H A D | ThemeOverlayController.java | 274 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 D | RecordingService.java | 147 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 D | ScheduleConditionProvider.java | 304 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 D | SecurityControllerImpl.java | 286 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 D | BatterySaverTile.java | 81 int currentUser = host.getUserContext().getUserId(); in BatterySaverTile() local
|
H A D | RotationLockTile.java | 95 int currentUser = host.getUserContext().getUserId(); in RotationLockTile() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLiteTest.java | 564 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 D | ControlsRequestDialog.kt | 82 val currentUser = controller.currentUserId regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
H A D | ControlsBindingControllerImpl.kt | 61 private var currentUser = userTracker.userHandle regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | GuestResetOrExitSessionReceiver.java | 105 UserInfo currentUser = mUserTracker.getUserInfo(); in onReceive() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | KeyguardNotificationVisibilityProvider.kt | 207 val currentUser = lockscreenUserManager.currentUserId regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerServiceShellCommand.java | 193 int currentUser = UserHandle.USER_NULL; in runList() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserManagerTest.java | 124 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 D | IncidentCompanionService.java | 421 UserInfo currentUser; in getCurrentUserIfAdmin() local
|
H A D | PendingReports.java | 405 private void sendBroadcast(ComponentName receiver, int currentUser) { in sendBroadcast()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RootWindowContainerTests.java | 874 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 D | CurrentTilesInteractor.kt | 151 private val currentUser = MutableStateFlow(userTracker.userId) regex
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfoAsyncQuery.java | 114 final int currentUser = ActivityManager.getCurrentUser(); in getCurrentProfileContentResolver() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
H A D | KeyguardServiceDelegate.java | 91 public int currentUser; field in KeyguardServiceDelegate.KeyguardState
|