HomeSort by relevance Sort by last modified time
    Searched defs:currentUserId (Results 1 - 19 of 19) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationControllerImpl.java 106 int currentUserId = ActivityManager.getCurrentUser();
107 if (isUserLocationRestricted(currentUserId)) {
118 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java 54 int currentUserId = getContext().getUserId();
61 if (extraData.userId != currentUserId) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 81 private void updateCurrentQuietProfilesCache(int currentUserId) {
84 if (currentUserId == UserHandle.USER_CURRENT) {
85 currentUserId = ActivityManager.getCurrentUser();
88 List<UserInfo> profiles = userManager.getProfiles(currentUserId);
104 int currentUserId = UserHandle.USER_CURRENT;
105 updateCurrentQuietProfilesCache(currentUserId);
108 currentUserId, includeFrontMostExcludedTask, mCurrentQuietProfiles);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 367 int currentUserId = ActivityManager.getCurrentUser();
368 for (UserInfo ui : mUserManager.getEnabledProfiles(currentUserId)) {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 326 int currentUserId = ActivityManager.getCurrentUser();
327 UserInfo userInfo = UserManager.get(mContext).getUserInfo(currentUserId);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 369 int currentUserId = UserHandle.myUserId();
404 setUserProvisioningState(dpm, newState, currentUserId);
430 int currentUserId = UserHandle.myUserId();
447 setUserProvisioningState(dpm, newState, currentUserId);
467 int currentUserId = userManager.getUserHandle();
468 List<UserInfo> userProfiles = userManager.getProfiles(currentUserId);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 319 final int currentUserId = ActivityManager.getCurrentUser();
337 if (userId != currentUserId) {
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 254 final int currentUserId = ActivityManager.getCurrentUser();
269 if (sbn.getUserId() != UserHandle.USER_ALL & sbn.getUserId() != currentUserId) {
  /frameworks/base/core/java/android/provider/
CallLog.java     [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 569 final int currentUserId = ActivityManager.getCurrentUser();
570 if (callingUserId != currentUserId) {
574 + ", currentUserId=" + currentUserId);
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 207 int currentUserId = ActivityManager.getCurrentUser();
209 ArraySet<String> allowed = mAllowedPackages.get(currentUserId);
218 if (grantUserId != currentUserId) {
229 revokeNotificationListenerAccess(pkg, currentUserId);
231 revokeCoarseLocationPermissionIfNeeded(pkg, currentUserId);
238 grantNotificationListenerAccess(pkg, currentUserId);
239 grantCoarseLocationPermissionIfNeeded(pkg, currentUserId);
240 mNotificationAccessPackageToUserId.put(pkg, currentUserId);
246 mAllowedPackages.put(currentUserId, allowed);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 141 final int currentUserId = mSettings.getCurrentUserId();
142 if (userId != currentUserId) {
145 resetInternalState(currentUserId);
    [all...]
InputMethodManagerService.java 831 final int currentUserId = mSettings.getCurrentUserId();
833 Slog.d(TAG, "onUnlockUser: userId=" + userId + " curUserId=" + currentUserId);
835 if (userId != currentUserId) {
838 mSettings.switchCurrentUser(currentUserId, !mSystemReady);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 7541 milliseconds