Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderMultiUsersTest.java108 private void assertSettingsDifferent(String type, int userId1, int userId2) throws Exception { in assertSettingsDifferent()
130 private void assertSettingsShared(String type, int userId1, int userId2) throws Exception { in assertSettingsShared()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java621 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startShortcutAndTaskWithLegacyTransition() local
653 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startShortcutAndTask() local
692 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startIntentAndTaskWithLegacyTransition() local
721 final int userId2 = SplitScreenUtils.getUserId(taskId, mTaskOrganizer); in startIntentAndTask() local
750 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition()
782 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents()
842 final int userId2 = getUserId(reverseSplitPosition(position)); in startIntent() local
1366 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition()
1381 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/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2799 final int userId2 = 12; in testHasAccessConsidersUserVisibilityForBackgroundVisibleUsers() local
2816 final int userId2 = 12; in testHasAccessIgnoresUserVisibilityForPrivateDisplay() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5008 int userId2 = 12; //work profile in testSetNASMigrationDoneAndResetDefault_multiProfile() local
5023 int userId2 = 12; in testSetNASMigrationDoneAndResetDefault_multiUser() local
9200 int userId2 = 12; in testNASSettingUpgrade_multiUser() local
9235 int userId2 = 12; //work profile in testNASSettingUpgrade_multiProfile() local
/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java4233 final int userId2 = UserHandle.getUserId(uid2); in checkUidSignaturesForAllUsers() local