Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DUserActionsUtil.kt117 val currentUser = repository.getSelectedUserInfo() in currentUserCanCreateUsers() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java150 UserHandle currentUser = new UserHandle(currentUserId); in onStartCommand() local
395 private void postGroupNotification(UserHandle currentUser) { in postGroupNotification()
406 mNotificationManager.notifyAsUser(getTag(), NOTIF_BASE_ID, groupNotif, currentUser); in postGroupNotification() local
449 UserHandle currentUser = new UserHandle(userId); in saveRecording() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeAuthRemover.java44 int currentUser = mSelectedUserInteractor.getSelectedUserId(); in transitionTo() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DMultiUserSwitch.java38 void refreshContentDescription(String currentUser) { in refreshContentDescription()
DNotificationListenerWithPlugins.java54 int currentUser) throws RemoteException { in registerAsSystemService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayApplier.java202 int currentUser, in applyCurrentUserOverlays()
270 OverlayIdentifier identifier, String category, int currentUser, in setEnabled()
DThemeOverlayController.java277 final int currentUser = mUserTracker.getUserId(); in handleWallpaperColors() local
710 final int currentUser = mUserTracker.getUserId(); in updateThemeOverlays() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeDeviceProvisionedController.kt5 @JvmField var currentUser = 0 variable in com.android.systemui.statusbar.policy.FakeDeviceProvisionedController
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsRequestDialog.kt82 val currentUser = controller.currentUserId in onCreate() constant
/frameworks/base/services/core/java/com/android/server/notification/
DScheduleConditionProvider.java304 final int currentUser = ActivityManager.getCurrentUser(); in saveSnoozedLocked() local
308 currentUser); in saveSnoozedLocked() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBatterySaverTile.java81 int currentUser = host.getUserContext().getUserId(); in BatterySaverTile() local
DRotationLockTile.java95 int currentUser = host.getUserContext().getUserId(); in RotationLockTile() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java311 UserHandle currentUser = new UserHandle(mCurrentUserId); in isVpnRestricted() local
417 UserHandle currentUser = new UserHandle(mCurrentUserId); in getProfileOwnerOrDeviceOwnerSupervisionComponent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt228 val currentUser = lockscreenUserManager.currentUserId in userSettingsDisallowNotification() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java623 UserInfo currentUser = mockCurrentUser(FLAG_ADMIN); in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning() local
636 UserInfo currentUser = mockCurrentUser(0); in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileInteractor.kt57 private var currentUser: UserHandle? = null variable in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsBindingControllerImpl.kt61 private var currentUser = userTracker.userHandle variable
/frameworks/base/services/core/java/com/android/server/audio/
DMusicFxHelper.java365 UserInfo currentUser = ActivityManager.getService().getCurrentUser(); in getCurrentUserId() local
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerServiceShellCommand.java193 int currentUser = UserHandle.USER_NULL; in runList() local
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java421 UserInfo currentUser; in getCurrentUserIfAdmin() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DNoLowNumberOfTilesTest.kt83 private val currentUser: Int constant in com.android.systemui.qs.pipeline.domain.interactor.NoLowNumberOfTilesTest
DWorkProfileAutoAddedAfterRestoreTest.kt62 private val currentUser: Int constant in com.android.systemui.qs.pipeline.domain.interactor.WorkProfileAutoAddedAfterRestoreTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResetOrExitSessionReceiver.java107 UserInfo currentUser = mUserTracker.getUserInfo(); in onReceive() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java127 int currentUser = ActivityManager.getCurrentUser(); in removeExistingUsers() local
557 final int currentUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_restrictedReturnsError() local
577 final int currentUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_evenWhenRestricted() local
610 int currentUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_permanentAdminMainUserReturnsError() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt163 private val currentUser = MutableStateFlow(userTracker.userId) constant

123