Searched defs:userId1 (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 100 oneway void startIntentAndTask(in PendingIntent pendingIntent, int userId1, in Bundle options1, in startIntentAndTask() 121 oneway void startIntentAndTaskWithLegacyTransition(in PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition() 135 oneway void startIntentsWithLegacyTransition(in PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() 143 oneway void startIntents(in PendingIntent pendingIntent1, int userId1, in startIntents()
|
D | SplitScreenController.java | 620 final int userId1 = shortcutInfo.getUserId(); in startShortcutAndTaskWithLegacyTransition() local 652 final int userId1 = shortcutInfo.getUserId(); in startShortcutAndTask() local 685 private void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition() 712 private void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask() 748 private void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() 780 private void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents() 829 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent() 1308 public void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition() 1343 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask() 1364 public void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() [all …]
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderMultiUsersTest.java | 108 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/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RecoverableKeyStoreDbTest.java | 926 int userId1 = 12; in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 5007 int userId1 = 11; in testSetNASMigrationDoneAndResetDefault_multiProfile() local 5022 int userId1 = 11; in testSetNASMigrationDoneAndResetDefault_multiUser() local 9199 int userId1 = 11; in testNASSettingUpgrade_multiUser() local 9234 int userId1 = 11; in testNASSettingUpgrade_multiProfile() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayContentTests.java | 2798 final int userId1 = 11; in testHasAccessConsidersUserVisibilityForBackgroundVisibleUsers() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ComputerEngine.java | 4232 final int userId1 = UserHandle.getUserId(uid1); in checkUidSignaturesForAllUsers() local
|