HomeSort by relevance Sort by last modified time
    Searched refs:currentUserId (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 84 private void updateCurrentQuietProfilesCache(int currentUserId) {
88 List<UserInfo> profiles = userManager.getProfiles(currentUserId);
107 int currentUserId = ssp.getCurrentUser();
108 updateCurrentQuietProfilesCache(currentUserId);
109 mPreloadedUserId = currentUserId;
111 currentUserId, includeFrontMostExcludedTask, mCurrentQuietProfiles);
144 int currentUserId = mPreloadedUserId;
145 long legacyLastStackActiveTime = migrateLegacyLastStackActiveTime(currentUserId);
147 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, legacyLastStackActiveTime, currentUserId);
217 newLastStackActiveTime, currentUserId);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 26 void setCurrentUserId(int currentUserId);
PreviewInflater.java 144 int currentUserId) {
145 return getTargetActivityInfo(ctx, intent, currentUserId, false /* onlyDirectBootAware */)
157 int currentUserId, boolean onlyDirectBootAware) {
165 intent, flags, currentUserId);
170 flags | PackageManager.GET_META_DATA, currentUserId);
LocationControllerImpl.java 102 int currentUserId = ActivityManager.getCurrentUser();
103 if (isUserLocationRestricted(currentUserId)) {
114 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
CastControllerImpl.java 128 public void setCurrentUserId(int currentUserId) {
129 mMediaRouter.rebindAsUser(currentUserId);
UserSwitcherController.java 469 int currentUserId = ActivityManager.getCurrentUser();
470 UserInfo userInfo = mUserManager.getUserInfo(currentUserId);
472 showGuestNotification(currentUserId);
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeCastController.java 35 public void setCurrentUserId(int currentUserId) {
  /packages/apps/Settings/src/com/android/settings/applications/
ResetAppsHelper.java 139 final int currentUserId = ActivityManager.getCurrentUser();
142 if (UserHandle.getUserId(uid) == currentUserId) {
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java 54 int currentUserId = getContext().getUserId();
59 if (app.userId != currentUserId) {
  /frameworks/base/core/java/android/provider/
CallLog.java     [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 296 int currentUserId = ActivityManager.getCurrentUser();
298 ArraySet<String> allowed = mAllowedPackages.get(currentUserId);
307 if (grantUserId != currentUserId) {
318 revokeNotificationListenerAccess(pkg, currentUserId);
320 revokeCoarseLocationPermissionIfNeeded(pkg, currentUserId);
327 grantNotificationListenerAccess(pkg, currentUserId);
328 grantCoarseLocationPermissionIfNeeded(pkg, currentUserId);
329 mNotificationAccessPackageToUserId.put(pkg, currentUserId);
335 mAllowedPackages.put(currentUserId, allowed);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenWallpaper.java 102 public LoaderResult loadBitmap(int currentUserId, UserHandle selectedUser) {
108 selectedUser != null ? selectedUser.getIdentifier() : currentUserId;
PhoneStatusBarPolicy.java 467 int currentUserId = ActivityManager.getCurrentUser();
468 for (UserInfo ui : mUserManager.getEnabledProfiles(currentUserId)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
AccessibilityShortcutController.java 103 public void setCurrentUser(int currentUserId) {
104 mUserId = currentUserId;
ImmersiveModeConfirmation.java 96 public void loadSetting(int currentUserId) {
98 mCurrentUserId = currentUserId;
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 564 final int currentUserId = ActivityManager.getCurrentUser();
565 if (callingUserId != currentUserId) {
569 + ", currentUserId=" + 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 343 int currentUserId = userManager.getUserHandle();
344 List<UserInfo> userProfiles = userManager.getProfiles(currentUserId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 197 int currentUserId = SystemServicesProxy.getInstance(context).getCurrentUser();
198 if (processUserId != currentUserId) {
201 + " and the current user is uid=" + currentUserId);
    [all...]
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 319 final int currentUserId = ActivityManager.getCurrentUser();
337 if (userId != currentUserId) {
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 142 final int currentUserId = mSettings.getCurrentUserId();
143 if (userId != currentUserId) {
146 resetInternalState(currentUserId);
    [all...]
InputMethodManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 266 final int currentUserId = ActivityManager.getCurrentUser();
279 if (sbn.getUserId() != UserHandle.USER_ALL & sbn.getUserId() != currentUserId) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java     [all...]

Completed in 524 milliseconds

1 2