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

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSplitClockView.java91 ActivityManager.getCurrentUser());
H A DLocationControllerImpl.java102 int currentUserId = ActivityManager.getCurrentUser();
125 Settings.Secure.LOCATION_MODE_OFF, ActivityManager.getCurrentUser());
H A DPreviewInflater.java126 intent, flags, KeyguardUpdateMonitor.getCurrentUser());
132 KeyguardUpdateMonitor.getCurrentUser());
H A DUserInfoControllerImpl.java96 final int currentUser = ActivityManager.getService().getCurrentUser().id;
121 userInfo = ActivityManager.getService().getCurrentUser();
H A DUserSwitcherController.java201 int currentId = ActivityManager.getCurrentUser();
331 int currentUser = ActivityManager.getCurrentUser();
343 if (ActivityManager.getCurrentUser() == userId) {
370 int currUserId = ActivityManager.getCurrentUser();
469 int currentUserId = ActivityManager.getCurrentUser();
490 int currentUser = ActivityManager.getCurrentUser();
760 UserManager.DISALLOW_ADD_USER, ActivityManager.getCurrentUser());
762 UserManager.DISALLOW_ADD_USER, ActivityManager.getCurrentUser())) {
H A DAccessPointControllerImpl.java66 mCurrentUser = ActivityManager.getCurrentUser();
H A DHotspotControllerImpl.java57 && UserManager.get(mContext).isUserAdmin(ActivityManager.getCurrentUser());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationTestHelper.java76 UserHandle mUser = UserHandle.of(ActivityManager.getCurrentUser());
/frameworks/base/services/core/java/com/android/server/wm/
H A DKeyguardDisableHandler.java104 ActivityManager.getService().getCurrentUser().id)
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DImportanceExtractorTest.java55 private android.os.UserHandle mUser = UserHandle.of(ActivityManager.getCurrentUser());
H A DBadgeExtractorTest.java54 private UserHandle mUser = UserHandle.of(ActivityManager.getCurrentUser());
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java121 .getSessions(null, ActivityManager.getCurrentUser());
302 .getSessions(null, ActivityManager.getCurrentUser());
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java188 new UserHandle(KeyguardUpdateMonitor.getCurrentUser()));
206 visible = mLockPatternUtils.isSecure(KeyguardUpdateMonitor.getCurrentUser());
H A DKeyguardSecurityContainer.java308 KeyguardUpdateMonitor.getCurrentUser());
348 KeyguardUpdateMonitor.getCurrentUser())) {
487 return mSecurityModel.getSecurityMode(KeyguardUpdateMonitor.getCurrentUser());
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerShellCommand.java193 userId = ActivityManager.getCurrentUser();
281 userId = ActivityManager.getCurrentUser();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java380 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser());
456 ActivityManager.getCurrentUser(), false);
569 final boolean is24 = DateFormat.is24HourFormat(mContext, ActivityManager.getCurrentUser());
586 time, Math.round(span / (float) MINUTES_MS), ActivityManager.getCurrentUser(),
652 ActivityManager.getCurrentUser(), true);
707 MINUTE_BUCKETS[favoriteIndex], ActivityManager.getCurrentUser());
808 MAX_BUCKET_MINUTES, ActivityManager.getCurrentUser());
864 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(),
872 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser());
878 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java363 KeyguardUpdateMonitor.getCurrentUser());
405 final int userId = ActivityManager.getService().getCurrentUser().id;
462 mLockPatternUtils.requireCredentialEntry(KeyguardUpdateMonitor.getCurrentUser());
468 KeyguardUpdateMonitor.getCurrentUser(), true /* onlyDirectBootAware */);
509 mContext, intent, KeyguardUpdateMonitor.getCurrentUser());
881 KeyguardUpdateMonitor.getCurrentUser());
882 boolean secure = mLockPatternUtils.isSecure(KeyguardUpdateMonitor.getCurrentUser());
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java225 ActivityManager.getCurrentUser());
290 final int currentUser = ActivityManager.getCurrentUser();
304 ActivityManager.getCurrentUser());
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java122 mUserId = activityManager.getCurrentUser().id;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodSettingValuesWrapper.java66 return ActivityManager.getService().getCurrentUser().id;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java59 new UserHandle(ActivityManager.getCurrentUser()));
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsShellCommand.java54 mCurrentUserId = ActivityManager.getService().getCurrentUser().id;
/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java189 int currentUser = ActivityManager.getCurrentUser();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DLockSettingsShellCommandTest.java82 mUserId = ActivityManager.getCurrentUser();
/frameworks/base/telecomm/java/android/telecom/
H A DDefaultDialerManager.java51 return setDefaultDialerApplication(context, packageName, ActivityManager.getCurrentUser());

Completed in 411 milliseconds

12345