Home
last modified time | relevance | path

Searched defs:currentUserId (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java54 public boolean wouldLaunchResolverActivity(Intent intent, int currentUserId) { in wouldLaunchResolverActivity()
63 public boolean wouldPendingLaunchResolverActivity(PendingIntent intent, int currentUserId) { in wouldPendingLaunchResolverActivity()
79 public ActivityInfo getTargetActivityInfo(Intent intent, int currentUserId, in getTargetActivityInfo()
105 public ActivityInfo getPendingTargetActivityInfo(PendingIntent intent, int currentUserId, in getPendingTargetActivityInfo()
134 public boolean wouldShowOverLockscreen(Intent intent, int currentUserId) { in wouldShowOverLockscreen()
145 public boolean wouldPendingShowOverLockscreen(PendingIntent intent, int currentUserId) { in wouldPendingShowOverLockscreen()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilitySecurityPolicyTest.java443 final int currentUserId = 10; in resolveProfileParent_userIdIsCurrentUser_returnCurrentUser() local
449 currentUserId); in resolveProfileParent_userIdIsCurrentUser_returnCurrentUser() local
455 final int currentUserId = 20; in resolveProfileParent_userIdNotCurrentUser_shouldGetProfileParent() local
477 final int currentUserId = callingParentId; in resolveCallingUserId_callingParentIsCurrentUser_returnCurrentUser() local
484 UserHandle.USER_CURRENT_OR_SELF), currentUserId); in resolveCallingUserId_callingParentIsCurrentUser_returnCurrentUser() local
493 final int currentUserId = 30; in resolveCallingUserId_callingParentNotCurrentUserAndNoPerm_shouldException() local
512 final int currentUserId = 30; in resolveCallingUserId_anotherUserIdWithCrossUserPermission_returnUserId() local
530 final int currentUserId = 30; in resolveCallingUserId_anotherUserIdWithCrossUserFullPermission_returnUserId() local
548 final int currentUserId = 30; in resolveCallingUserId_anotherUserIdWithoutCrossUserPermission_shouldException() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUserAwareController.kt29 val currentUserId: Int constant
/frameworks/base/tests/MultiUser/src/com/android/test/multiuser/
DMultiUserSettingsTests.java133 final int currentUserId = mContext.getUserId(); in testChangingFontScaleOfTheForegroundUser_shouldAffectUI() local
152 final int currentUserId = mContext.getUserId(); in testChangingFontWeightOfTheForegroundUser_shouldAffectUI() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeCastController.java36 public void setCurrentUserId(int currentUserId) { in setCurrentUserId()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java26 void setCurrentUserId(int currentUserId); in setCurrentUserId()
DCastControllerImpl.java151 public void setCurrentUserId(int currentUserId) { in setCurrentUserId()
DLocationControllerImpl.java173 int currentUserId = mUserTracker.getUserId(); in setLocationEnabled() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt83 val currentUserId = lockscreenUserManager.currentUserId in bindCoordinator() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DTrustRepositoryTest.kt78 val currentUserId = users[0].id in isCurrentUserTrusted_whenTrustChanges_emitsLatestValue() constant
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintUpdateActiveUserClient.java56 Supplier<Integer> currentUserId, in FingerprintUpdateActiveUserClient()
/frameworks/base/core/java/com/android/internal/app/chooser/
DTargetInfo.java139 final int currentUserId = UserHandle.myUserId(); in prepareIntentForCrossProfileLaunch() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java72 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic()
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java124 static boolean loadSetting(int currentUserId, Context context) { in loadSetting()
160 boolean onSettingChanged(int currentUserId) { in onSettingChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java118 int currentUserId = ActivityManager.getCurrentUser(); in setUp() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DUserAwareBiometricScheduler.java134 final int currentUserId = mCurrentUserRetriever.getCurrentUserId(); in startNextOperationIfIdle() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleLogger.java139 void logShowOverflow(String packageName, int currentUserId) { in logShowOverflow()
/frameworks/opt/car/services/builtInServices/tests/src/com/android/internal/car/
DCarServiceHelperServiceTest.java121 int currentUserId = 10; in testOnUserSwitching_notifiesICar() local
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java205 private boolean isCurrentUserAffiliated(int currentUserId) { in isCurrentUserAffiliated()
/frameworks/base/services/core/java/com/android/server/servicewatcher/
DCurrentUserServiceSupplier.java277 int currentUserId = mActivityManager.getCurrentUserId(); in getServiceInfo() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java89 int currentUserId = ActivityManager.getCurrentUser(); in testUpdateLocationEnabled() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsListingControllerImpl.kt94 override var currentUserId = userTracker.userId variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java122 public LoaderResult loadBitmap(int currentUserId, UserHandle selectedUser) { in loadBitmap()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DServiceConfigAccessorImpl.java230 int currentUserId = in getCurrentUserConfigurationInternal() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java138 int currentUserId = mUserContextTracker.getUserContext().getUserId(); in onStartCommand() local

123