Searched refs:getLaunchCookie (Results 1 – 11 of 11) sorted by relevance
45 IBinder getLaunchCookie(); in getLaunchCookie() method
72 public IBinder getLaunchCookie() throws RemoteException { in getLaunchCookie() method in FakeIMediaProjection
90 assertEquals(mLaunchCookie, opts.getLaunchCookie()); in testOverrideLaunchCookie()
171 mTaskViewTransitions.startTaskView(wct, this, options.getLaunchCookie()); in startShortcutActivity()198 mTaskViewTransitions.startTaskView(wct, this, options.getLaunchCookie()); in startActivity()
118 projection.setLaunchCookie(mCaptureRegion.getLaunchCookie()); in prepare()
496 mProjectionGrant.getLaunchCookie())); in setUserReviewGrantedConsentResult()1102 public IBinder getLaunchCookie() { in getLaunchCookie() method in MediaProjectionManagerService.MediaProjection
2899 if (activityOptions != null && activityOptions.getLaunchCookie() != null) { in startActivityFromRecents()2900 targetActivity.mLaunchCookie = activityOptions.getLaunchCookie(); in startActivityFromRecents()
2181 mLaunchCookie = options.getLaunchCookie(); in ActivityRecord()
1973 public IBinder getLaunchCookie() { in getLaunchCookie() method in ActivityOptions
1240 doReturn(mock(IBinder.class)).when(projection).getLaunchCookie();
1569 IBinder launchCookie = projection.getLaunchCookie(); in createVirtualDisplayInternal()