Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java946 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, Bundle options1, in startIntentAndTask()
960 public void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents()
1008 public void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition()
1043 public void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessorTest.java396 final long userId1 = 101L; in generateAppUsageEventListFromUsageEvents_returnExpectedResult() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2183 private boolean isAppCloneUserPair(int userId1, int userId2) { in isAppCloneUserPair()