Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java189 UserHandle currentUser = new UserHandle(currentUserId); in onStartCommand() local
322 protected void createErrorStartingNotification(UserHandle currentUser) { in createErrorStartingNotification()
335 protected void createErrorSavingNotification(UserHandle currentUser) { in createErrorSavingNotification()
344 UserHandle currentUser, in createErrorNotification()
474 UserHandle currentUser, in postGroupSummaryNotification()
489 getTag(), notificationIdForGroup, groupNotif, currentUser); in postGroupSummaryNotification() local
500 UserHandle currentUser = new UserHandle(userId); in stopService() local
533 UserHandle currentUser = new UserHandle(userId); in saveRecording() local
557 UserHandle currentUser) { in onRecordingSaved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DUserActionsUtil.kt117 val currentUser = repository.getSelectedUserInfo() in currentUserCanCreateUsers() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DUserProfileContextsTest.kt74 val currentUser = ActivityManager.getCurrentUser() in <lambda>() constant
86 val currentUser = ActivityManager.getCurrentUser() in <lambda>() constant
/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.java295 final int currentUser = mUserTracker.getUserId(); in handleWallpaperColors() local
529 final int currentUser = mUserTracker.getUserId(); in start() local
782 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/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerLockscreenVisibilityManager.kt354 val currentUser = selectedUserInteractor.getSelectedUserId() in maybeStartTransitionIfUserSwitchedDuringGoingAway() constant
/frameworks/base/services/core/java/com/android/server/notification/
DScheduleConditionProvider.java311 final int currentUser = ActivityManager.getCurrentUser(); in saveSnoozedLocked() local
315 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.java96 int currentUser = host.getUserContext().getUserId(); in RotationLockTile() 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/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java321 UserHandle currentUser = new UserHandle(mCurrentUserId); in isVpnRestricted() local
449 UserHandle currentUser = new UserHandle(mCurrentUserId); in getProfileOwnerOrDeviceOwnerSupervisionComponent() 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/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java639 UserInfo currentUser = mockCurrentUser(FLAG_ADMIN); in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning() local
652 UserInfo currentUser = mockCurrentUser(0); in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootWindowContainerTests.java1059 final int currentUser = mRootWindowContainer.mCurrentUser; in testStartSecondaryHomeOnDisplayWithUserKeyLocked() local
1307 int currentUser = mRootWindowContainer.mCurrentUser; in testSwitchUser_missingHomeRootTask() local
1343 int currentUser = mRootWindowContainer.mCurrentUser; in testSwitchUser_withVisibleRootTasks_storesAllVisibleRootTasksForCurrentUser() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/education/data/repository/
DFakeContextualEducationRepository.kt53 private var currentUser: Int = 0 variable in com.android.systemui.education.data.repository.FakeContextualEducationRepository
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerServiceShellCommand.java193 int currentUser = UserHandle.USER_NULL; in runList() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DNoLowNumberOfTilesTest.kt70 private val currentUser: Int constant in com.android.systemui.qs.pipeline.domain.interactor.NoLowNumberOfTilesTest
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java421 UserInfo currentUser; in getCurrentUserIfAdmin() local

123