Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitScreenUtils.java89 int userId1, int userId2) { in samePackage()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
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()
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
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
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4382 int userId2 = 12; //work profile in testSetNASMigrationDoneAndResetDefault_multiProfile() local
4397 int userId2 = 12; in testSetNASMigrationDoneAndResetDefault_multiUser() local
8103 int userId2 = 12; in testNASSettingUpgrade_multiUser() local
8138 int userId2 = 12; //work profile in testNASSettingUpgrade_multiProfile() local
/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java4153 final int userId2 = UserHandle.getUserId(uid2); in checkUidSignaturesForAllUsers() local