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.java796 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, Bundle options1, in startIntentAndTask()
809 public void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents()
855 public void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, int userId1, in startIntentAndTaskWithLegacyTransition()
888 public void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessorTest.java315 final long userId1 = 101L; in generateAppUsageEventListFromUsageEvents_returnExpectedResult() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1972 private boolean isAppCloneUserPair(int userId1, int userId2) { in isAppCloneUserPair()