/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | UserActionsUtil.kt | 117 val currentUser = repository.getSelectedUserInfo() in currentUserCanCreateUsers() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 150 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/ |
D | DozeAuthRemover.java | 44 int currentUser = mSelectedUserInteractor.getSelectedUserId(); in transitionTo() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | MultiUserSwitch.java | 38 void refreshContentDescription(String currentUser) { in refreshContentDescription()
|
D | NotificationListenerWithPlugins.java | 54 int currentUser) throws RemoteException { in registerAsSystemService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayApplier.java | 202 int currentUser, in applyCurrentUserOverlays() 270 OverlayIdentifier identifier, String category, int currentUser, in setEnabled()
|
D | ThemeOverlayController.java | 277 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/ |
D | FakeDeviceProvisionedController.kt | 5 @JvmField var currentUser = 0 variable in com.android.systemui.statusbar.policy.FakeDeviceProvisionedController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsRequestDialog.kt | 82 val currentUser = controller.currentUserId in onCreate() constant
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ScheduleConditionProvider.java | 304 final int currentUser = ActivityManager.getCurrentUser(); in saveSnoozedLocked() local 308 currentUser); in saveSnoozedLocked() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | BatterySaverTile.java | 81 int currentUser = host.getUserContext().getUserId(); in BatterySaverTile() local
|
D | RotationLockTile.java | 95 int currentUser = host.getUserContext().getUserId(); in RotationLockTile() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerImpl.java | 311 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/ |
D | KeyguardNotificationVisibilityProvider.kt | 228 val currentUser = lockscreenUserManager.currentUserId in userSettingsDisallowNotification() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 623 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/ |
D | CustomTileInteractor.kt | 57 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/ |
D | ControlsBindingControllerImpl.kt | 61 private var currentUser = userTracker.userHandle variable
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | MusicFxHelper.java | 365 UserInfo currentUser = ActivityManager.getService().getCurrentUser(); in getCurrentUserId() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerServiceShellCommand.java | 193 int currentUser = UserHandle.USER_NULL; in runList() local
|
/frameworks/base/services/core/java/com/android/server/incident/ |
D | IncidentCompanionService.java | 421 UserInfo currentUser; in getCurrentUserIfAdmin() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/ |
D | NoLowNumberOfTilesTest.kt | 83 private val currentUser: Int constant in com.android.systemui.qs.pipeline.domain.interactor.NoLowNumberOfTilesTest
|
D | WorkProfileAutoAddedAfterRestoreTest.kt | 62 private val currentUser: Int constant in com.android.systemui.qs.pipeline.domain.interactor.WorkProfileAutoAddedAfterRestoreTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | GuestResetOrExitSessionReceiver.java | 107 UserInfo currentUser = mUserTracker.getUserInfo(); in onReceive() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 127 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/ |
D | CurrentTilesInteractor.kt | 163 private val currentUser = MutableStateFlow(userTracker.userId) constant
|