Home
last modified time | relevance | path

Searched defs:userId2 (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitScreenUtils.java89 int userId1, int userId2) { in samePackage()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java609 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startShortcutAndTaskWithLegacyTransition() local
640 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startShortcutAndTask() local
679 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startIntentAndTaskWithLegacyTransition() local
708 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startIntentAndTask() local
733 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition()
764 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents()
816 final int userId2 = getUserId(reverseSplitPosition(position)); in startIntent() local
1284 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition()
1298 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents()
H A DISplitScreen.aidl137 int userId2, in ShortcutInfo shortcutInfo2, in Bundle options2, int splitPosition, in startIntentsWithLegacyTransition()
145 int userId2, in ShortcutInfo shortcutInfo2, in Bundle options2, int splitPosition, in startIntents()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbTest.java284 int userId2 = 44; in getUserSerialNumbers_returnsSerialNumbers() local
330 int userId2 = 44; in getRemoteBadGuessCounter_returnsStoredValue() local
344 int userId2 = 44; in getBadRemoteGuessCounter_returnsStoredValue() local
927 int userId2 = 23; in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java4446 int userId2 = 12; //work profile in testSetNASMigrationDoneAndResetDefault_multiProfile() local
4461 int userId2 = 12; in testSetNASMigrationDoneAndResetDefault_multiUser() local
8235 int userId2 = 12; in testNASSettingUpgrade_multiUser() local
8270 int userId2 = 12; //work profile in testNASSettingUpgrade_multiProfile() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputerEngine.java4153 final int userId2 = UserHandle.getUserId(uid2); in checkUidSignaturesForAllUsers() local