Home
last modified time | relevance | path

Searched defs:userId1 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderMultiUsersTest.java111 private void assertSettingsDifferent(String type, int userId1, int userId2) throws Exception { in assertSettingsDifferent()
133 private void assertSettingsShared(String type, int userId1, int userId2) throws Exception { in assertSettingsShared()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl95 oneway void startIntentAndTask(in PendingIntent pendingIntent, int userId1, in Bundle options1, in startIntentAndTask()
109 oneway void startIntents(in PendingIntent pendingIntent1, int userId1, in startIntents()
DSplitScreenController.java704 final int userId1 = shortcutInfo.getUserId(); in startShortcutAndTask() local
744 private void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask()
781 private void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents()
831 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent()
846 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent()
1278 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask()
1299 public void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationManagerTest.java409 final int userId1 = 1; in getNotificationChannel_differentPackages() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java930 int userId1 = 12; in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6021 int userId1 = 11; in testSetNASMigrationDoneAndResetDefault_multiProfile() local
6036 int userId1 = 11; in testSetNASMigrationDoneAndResetDefault_multiUser() local
10442 int userId1 = 11; in testNASSettingUpgrade_multiUser() local
10477 int userId1 = 11; in testNASSettingUpgrade_multiProfile() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2853 final int userId1 = 11; in testHasAccessConsidersUserVisibilityForBackgroundVisibleUsers() local
/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java4237 final int userId1 = UserHandle.getUserId(uid1); in checkUidSignaturesForAllUsers() local