/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ActivityIntentHelper.java | 54 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/ |
D | TimeZoneDetectorInternalImpl.java | 52 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/ |
D | AccessibilitySecurityPolicyTest.java | 452 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/ |
D | UserVisibilityMediatorMUPANDTest.java | 51 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
|
D | UserVisibilityMediatorVisibleBackgroundUserTestCase.java | 79 int currentUserId = USER_ID; in testSwitchFgUser_onDefaultDisplay() local 369 private void currentUserVisibilityWhenNoDisplayIsAssignedTest(@UserIdInt int currentUserId) { in currentUserVisibilityWhenNoDisplayIsAssignedTest()
|
D | UserVisibilityMediatorSUSDTest.java | 81 int currentUserId = USER_ID; in testSwitchFgUser_onDefaultDisplay() local
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | TimeDetectorInternalImpl.java | 58 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/ |
D | TrustRepositoryTest.kt | 87 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/ |
D | MultiUserSettingsTests.java | 133 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/ |
D | CanUseIconPredicate.kt | 22 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/ |
D | UserAwareController.kt | 28 val currentUserId: Int constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeCastController.java | 36 public void setCurrentUserId(int currentUserId) { in setCurrentUserId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastController.java | 26 void setCurrentUserId(int currentUserId); in setCurrentUserId()
|
/frameworks/base/core/java/com/android/internal/app/chooser/ |
D | TargetInfo.java | 139 final int currentUserId = UserHandle.myUserId(); in prepareIntentForCrossProfileLaunch() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SensitiveContentCoordinator.kt | 114 val currentUserId = lockscreenUserManager.currentUserId in bindCoordinator() constant
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | FingerprintUpdateActiveUserClient.java | 58 @NonNull Supplier<Integer> currentUserId, in FingerprintUpdateActiveUserClient()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImmersiveModeConfirmation.java | 124 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/ |
D | StructureAdapter.kt | 28 private val currentUserId: Int, constant in com.android.systemui.controls.management.StructureAdapter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManager.java | 77 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic()
|
D | ImmersiveModeConfirmation.java | 141 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/ |
D | BiometricSettingsRepository.kt | 191 selectedUserId.flatMapLatest { currentUserId -> in currentUserId() method 399 private val currentUserId constant
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodUtils.java | 223 @UserIdInt int currentUserId, @Nullable PrintWriter warningWriter) { in resolveUserId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerMessageInteractor.kt | 90 private val currentUserId in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleLogger.java | 139 void logShowOverflow(String packageName, int currentUserId) { in logShowOverflow()
|
/frameworks/opt/car/services/builtInServices/tests/src/com/android/internal/car/ |
D | CarServiceHelperServiceTest.java | 151 int currentUserId = 10; in testOnUserSwitching_notifiesICar() local
|