Home
last modified time | relevance | path

Searched defs:currentUserId (Results 1 – 25 of 71) 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/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorInternalImpl.java52 int currentUserId = mCurrentUserIdentityInjector.getCurrentUserId(); in getCapabilitiesAndConfigForDpm() local
62 int currentUserId = mCurrentUserIdentityInjector.getCurrentUserId(); in updateConfigurationForDpm() local
72 int currentUserId = mCurrentUserIdentityInjector.getCurrentUserId(); in setManualTimeZoneForDpm() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilitySecurityPolicyTest.java452 final int currentUserId = 10; in resolveProfileParent_userIdIsCurrentUser_returnCurrentUser() local
458 currentUserId); in resolveProfileParent_userIdIsCurrentUser_returnCurrentUser() local
464 final int currentUserId = 20; in resolveProfileParent_userIdNotCurrentUser_shouldGetProfileParent() local
486 final int currentUserId = callingParentId; in resolveCallingUserId_callingParentIsCurrentUser_returnCurrentUser() local
493 UserHandle.USER_CURRENT_OR_SELF), currentUserId); in resolveCallingUserId_callingParentIsCurrentUser_returnCurrentUser() local
502 final int currentUserId = 30; in resolveCallingUserId_callingParentNotCurrentUserAndNoPerm_shouldException() local
521 final int currentUserId = 30; in resolveCallingUserId_anotherUserIdWithCrossUserPermission_returnUserId() local
539 final int currentUserId = 30; in resolveCallingUserId_anotherUserIdWithCrossUserFullPermission_returnUserId() local
557 final int currentUserId = 30; in resolveCallingUserId_anotherUserIdWithoutCrossUserPermission_shouldException() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserVisibilityMediatorMUPANDTest.java51 int currentUserId = INITIAL_CURRENT_USER_ID; in testStartVisibleBgUser_onDefaultDisplay_initialCurrentUserId() local
91 int currentUserId = OTHER_USER_ID; in testStartVisibleBgUser_onDefaultDisplay_nonInitialCurrentUserId() local
211 int currentUserId = INITIAL_CURRENT_USER_ID; in testStartVisibleBgUser_onDefaultDisplay_currentUserId() local
DUserVisibilityMediatorVisibleBackgroundUserTestCase.java79 int currentUserId = USER_ID; in testSwitchFgUser_onDefaultDisplay() local
369 private void currentUserVisibilityWhenNoDisplayIsAssignedTest(@UserIdInt int currentUserId) { in currentUserVisibilityWhenNoDisplayIsAssignedTest()
DUserVisibilityMediatorSUSDTest.java81 int currentUserId = USER_ID; in testSwitchFgUser_onDefaultDisplay() local
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorInternalImpl.java58 int currentUserId = mCurrentUserIdentityInjector.getCurrentUserId(); in getCapabilitiesAndConfigForDpm() local
69 int currentUserId = mCurrentUserIdentityInjector.getCurrentUserId(); in updateConfigurationForDpm() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DTrustRepositoryTest.kt87 val currentUserId = users[0].id in isCurrentUserTrustManaged_whenItChanges_emitsLatestValue() constant
152 val currentUserId = users[0].id in isCurrentUserTrusted_whenTrustChanges_emitsLatestValue() 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/src/com/android/systemui/controls/ui/
DCanUseIconPredicate.kt22 class CanUseIconPredicate(private val currentUserId: Int) : (Icon) -> Boolean { constant in com.android.systemui.controls.ui.CanUseIconPredicate
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUserAwareController.kt28 val currentUserId: Int constant
/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()
/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/notification/collection/coordinator/
DSensitiveContentCoordinator.kt114 val currentUserId = lockscreenUserManager.currentUserId in bindCoordinator() constant
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintUpdateActiveUserClient.java58 @NonNull Supplier<Integer> currentUserId, in FingerprintUpdateActiveUserClient()
/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/src/com/android/systemui/controls/management/
DStructureAdapter.kt28 private val currentUserId: Int, constant in com.android.systemui.controls.management.StructureAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java77 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic()
DImmersiveModeConfirmation.java141 boolean loadSetting(int currentUserId) { in loadSetting()
189 private void onSettingChanged(int currentUserId) { in onSettingChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt191 selectedUserId.flatMapLatest { currentUserId -> in currentUserId() method
399 private val currentUserId constant
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java223 @UserIdInt int currentUserId, @Nullable PrintWriter warningWriter) { in resolveUserId()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerMessageInteractor.kt90 private val currentUserId in <lambda>() constant
/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.java151 int currentUserId = 10; in testOnUserSwitching_notifiesICar() local

123