Searched defs:launchCookie (Results 1 – 6 of 6) sorted by relevance
43 void createRootTask(int displayId, int windowingMode, IBinder launchCookie); in createRootTask()
157 public void createRootTask(int displayId, int windowingMode, @Nullable IBinder launchCookie) { in createRootTask()
489 final IBinder launchCookie = mock(IBinder.class); in testConsecutiveLaunchNewTask() local
161 final Binder launchCookie = new Binder(); in prepareActivityOptions() local
613 public void createRootTask(int displayId, int windowingMode, @Nullable IBinder launchCookie) { in createRootTask()633 Task createRootTask(DisplayContent display, int windowingMode, @Nullable IBinder launchCookie) { in createRootTask()
1667 public void setLaunchCookie(IBinder launchCookie) { in setLaunchCookie()