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

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
PreBootListener.java 40 int currentUserId = context.getUserId();
41 if (currentUserId == UserHandle.USER_OWNER) {
46 List<UserInfo> profiles = um.getProfiles(currentUserId);
54 pm.clearCrossProfileIntentFilters(currentUserId);
59 pm, currentUserId, userInfo.id);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 25 void setCurrentUserId(int currentUserId);
LocationControllerImpl.java 113 int currentUserId = ActivityManager.getCurrentUser();
114 if (isUserLocationRestricted(currentUserId)) {
125 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
PreviewInflater.java 109 int currentUserId) {
112 intent, PackageManager.MATCH_DEFAULT_ONLY, currentUserId);
117 PackageManager.MATCH_DEFAULT_ONLY | PackageManager.GET_META_DATA, currentUserId);
CastControllerImpl.java 128 public void setCurrentUserId(int currentUserId) {
129 mMediaRouter.rebindAsUser(currentUserId);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java 302 int currentUserId = mLockPatternUtils.getCurrentUser();
303 if (authenticatedUserId == currentUserId) {
309 ") because the current user is " + currentUserId);
  /frameworks/base/core/java/android/provider/
CallLog.java 528 final int currentUserId = userManager.getUserHandle();
539 if (user.id == currentUserId) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 87 public void loadSetting(int currentUserId) {
89 mCurrentUserId = currentUserId;
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 552 final int currentUserId = ActivityManager.getCurrentUser();
553 if (callingUserId != currentUserId) {
557 + ", currentUserId=" + currentUserId);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 175 final int currentUserId = ActivityManager.getCurrentUser();
216 || info.user == currentUserId) {
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 616 int currentUserId = ActivityManager.getCurrentUser();
617 List<UserInfo> profiles = userManager.getProfiles(currentUserId);
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 303 * @param currentUserId the current user, who might have an alter-ego.
305 void updateUserProfiles(int currentUserId) {
306 List<UserInfo> profiles = mUserManager.getProfiles(currentUserId);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java     [all...]

Completed in 1605 milliseconds