Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl100 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()
DSplitScreenController.java608 final int userId1 = shortcutInfo.getUserId(); in startShortcutAndTaskWithLegacyTransition() local
639 final int userId1 = shortcutInfo.getUserId(); in startShortcutAndTask() local
672 private void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition()
699 private void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask()
731 private void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition()
762 private void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents()
806 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent()
1228 public void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition()
1261 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask()
1282 public void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitScreenUtils.java89 int userId1, int userId2) { in samePackage()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java926 int userId1 = 12; in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4381 int userId1 = 11; in testSetNASMigrationDoneAndResetDefault_multiProfile() local
4396 int userId1 = 11; in testSetNASMigrationDoneAndResetDefault_multiUser() local
8102 int userId1 = 11; in testNASSettingUpgrade_multiUser() local
8137 int userId1 = 11; in testNASSettingUpgrade_multiProfile() local
/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java4152 final int userId1 = UserHandle.getUserId(uid1); in checkUidSignaturesForAllUsers() local