Searched refs:getCurrentUser (Results 101 - 125 of 125) sorted by relevance

12345

/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java962 int currentUserId = ActivityManager.getCurrentUser();
H A DNotificationManagerService.java3861 currentUser = ActivityManager.getCurrentUser();
5499 final int currentUser = ActivityManager.getCurrentUser();
5518 ActivityManager.getCurrentUser());
5541 ActivityManager.getCurrentUser());
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java935 return ActivityManager.getCurrentUser();
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java87 private android.os.UserHandle mUser = UserHandle.of(ActivityManager.getCurrentUser());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java157 mCurrentlyActiveUserId = ActivityManager.getService().getCurrentUser().id;
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl309 UserInfo getCurrentUser();
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java163 userId = ActivityManager.getService().getCurrentUser().id;
H A DBluetoothManagerService.java1877 foregroundUser = ActivityManager.getCurrentUser();
H A DTelephonyRegistry.java1711 foregroundUser = ActivityManager.getCurrentUser();
H A DAppOpsService.java1836 userId = ActivityManager.getCurrentUser();
2070 userId = ActivityManager.getCurrentUser();
H A DInputMethodManagerService.java1305 userId = ActivityManager.getService().getCurrentUser().id;
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1149 userId = ActivityManager.getCurrentUser();
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java281 int userId = ActivityManager.getCurrentUser();
H A DMediaSessionService.java340 int currentFullUserId = ActivityManager.getCurrentUser();
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java3593 when(mContext.iactivityManager.getCurrentUser())
3607 when(mContext.iactivityManager.getCurrentUser())
3657 when(mContext.iactivityManager.getCurrentUser())
3690 when(mContext.iactivityManager.getCurrentUser())
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java371 mCurUser = ActivityManager.getCurrentUser();
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java975 return userId == UserHandle.USER_NULL ? ActivityManager.getCurrentUser() : userId;
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1497 UserInfo getCurrentUser() { method in class:UserController
1502 String msg = "Permission Denial: getCurrentUser() from pid="
H A DActivityManagerShellCommand.java1376 UserInfo currentUser = Preconditions.checkNotNull(mInterface.getCurrentUser(),
H A DActivityManagerService.java23544 public UserInfo getCurrentUser() { method in class:ActivityManagerService
23545 return mUserController.getCurrentUser();
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2666 int currentUser = ActivityManager.getCurrentUser();
3604 if (UserHandle.USER_SYSTEM == ActivityManager.getCurrentUser()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java496 mDeviceProvisionedController.getCurrentUser());
879 mCurrentUserId = ActivityManager.getCurrentUser();
5738 if (!mLockPatternUtils.isSecure(KeyguardUpdateMonitor.getCurrentUser())) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5299 if (am.getCurrentUser().id == userId) {
7852 currentUser = mInjector.getIActivityManager().getCurrentUser();
7937 currentUser = mInjector.getIActivityManager().getCurrentUser();
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1809 UserInfo currentUser = ActivityManager.getService().getCurrentUser();
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java338 final int userId = ActivityManager.getCurrentUser();

Completed in 778 milliseconds

12345