Home
last modified time | relevance | path

Searched refs:currentUserId (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java109 int currentUserId) { in wouldLaunchResolverActivity() argument
112 intent, PackageManager.MATCH_DEFAULT_ONLY, currentUserId); in wouldLaunchResolverActivity()
117 PackageManager.MATCH_DEFAULT_ONLY | PackageManager.GET_META_DATA, currentUserId); in wouldLaunchResolverActivity()
DLocationControllerImpl.java113 int currentUserId = ActivityManager.getCurrentUser(); in setLocationEnabled() local
114 if (isUserLocationRestricted(currentUserId)) { in setLocationEnabled()
125 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId); in setLocationEnabled()
DCastController.java25 void setCurrentUserId(int currentUserId); in setCurrentUserId() argument
DCastControllerImpl.java128 public void setCurrentUserId(int currentUserId) { in setCurrentUserId() argument
129 mMediaRouter.rebindAsUser(currentUserId); in setCurrentUserId()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DFaceUnlock.java302 int currentUserId = mLockPatternUtils.getCurrentUser(); in handleUnlock() local
303 if (authenticatedUserId == currentUserId) { in handleUnlock()
309 ") because the current user is " + currentUserId); in handleUnlock()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java552 final int currentUserId = ActivityManager.getCurrentUser(); in testDream() local
553 if (callingUserId != currentUserId) { in testDream()
557 + ", currentUserId=" + currentUserId); in testDream()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DImmersiveModeConfirmation.java87 public void loadSetting(int currentUserId) { in loadSetting() argument
89 mCurrentUserId = currentUserId; in loadSetting()
/frameworks/base/core/java/android/provider/
DCallLog.java530 final int currentUserId = userManager.getUserHandle(); in addCall() local
541 if (user.id == currentUserId) { in addCall()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java616 int currentUserId = ActivityManager.getCurrentUser(); in updateCache() local
617 List<UserInfo> profiles = userManager.getProfiles(currentUserId); in updateCache()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java307 void updateUserProfiles(int currentUserId) { in updateUserProfiles() argument
308 List<UserInfo> profiles = mUserManager.getProfiles(currentUserId); in updateUserProfiles()