/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/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilitySecurityPolicyTest.java | 443 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/ |
D | UserAwareController.kt | 29 val currentUserId: Int 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/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()
|
D | CastControllerImpl.java | 151 public void setCurrentUserId(int currentUserId) { in setCurrentUserId()
|
D | LocationControllerImpl.java | 173 int currentUserId = mUserTracker.getUserId(); in setLocationEnabled() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SensitiveContentCoordinator.kt | 83 val currentUserId = lockscreenUserManager.currentUserId in bindCoordinator() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | TrustRepositoryTest.kt | 78 val currentUserId = users[0].id in isCurrentUserTrusted_whenTrustChanges_emitsLatestValue() constant
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | FingerprintUpdateActiveUserClient.java | 56 Supplier<Integer> currentUserId, in FingerprintUpdateActiveUserClient()
|
/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/ |
D | NotificationLockscreenUserManager.java | 72 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic()
|
/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/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 118 int currentUserId = ActivityManager.getCurrentUser(); in setUp() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | UserAwareBiometricScheduler.java | 134 final int currentUserId = mCurrentUserRetriever.getCurrentUserId(); in startNextOperationIfIdle() local
|
/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 | 121 int currentUserId = 10; in testOnUserSwitching_notifiesICar() local
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | BugreportManagerServiceImpl.java | 205 private boolean isCurrentUserAffiliated(int currentUserId) { in isCurrentUserAffiliated()
|
/frameworks/base/services/core/java/com/android/server/servicewatcher/ |
D | CurrentUserServiceSupplier.java | 277 int currentUserId = mActivityManager.getCurrentUserId(); in getServiceInfo() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | UtilsTest.java | 89 int currentUserId = ActivityManager.getCurrentUser(); in testUpdateLocationEnabled() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsListingControllerImpl.kt | 94 override var currentUserId = userTracker.userId variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LockscreenWallpaper.java | 122 public LoaderResult loadBitmap(int currentUserId, UserHandle selectedUser) { in loadBitmap()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | ServiceConfigAccessorImpl.java | 230 int currentUserId = in getCurrentUserConfigurationInternal() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 138 int currentUserId = mUserContextTracker.getUserContext().getUserId(); in onStartCommand() local
|