Searched refs:getCheckedOptions (Results 1 – 14 of 14) sorted by relevance
56 public ActivityOptionsWrapper getCheckedOptions() { in getCheckedOptions() method in ActivityInterceptorInfoWrapper57 return ActivityOptionsWrapper.create(mActivityInterceptorInfo.getCheckedOptions()); in getCheckedOptions()
73 assertThat(activityInterceptorInfo.getCheckedOptions()).isEqualTo(activityOptions); in testBuildActivityInterceptorCallback()
408 activityOptions != null ? activityOptions : info.getCheckedOptions(), in addMockInterceptorCallback()
234 when(mMockInfo.getCheckedOptions()).thenReturn(mockActivityOptionsWrapper); in hostActivity_whenNoLaunchDisplayId_launchesOnDefaultDisplay()252 when(mMockInfo.getCheckedOptions()).thenReturn(mockActivityOptionsWrapper); in hostActivity_withLaunchDisplayId_launchesOnCorrectDisplay()
146 ActivityOptionsWrapper launchOptions = info.getCheckedOptions(); in onInterceptActivityLaunch()
147 ActivityOptionsWrapper launchOptions = info.getCheckedOptions(); in onInterceptActivityLaunch()
84 ActivityOptionsWrapper optionsWrapper = info.getCheckedOptions(); in onInterceptActivityLaunch()
296 && info.getCheckedOptions() != null) { in onInterceptActivityLaunch()297 int displayId = info.getCheckedOptions().getOptions().getLaunchDisplayId(); in onInterceptActivityLaunch()
388 public ActivityOptions getCheckedOptions() { in getCheckedOptions() method in ActivityInterceptorCallback.ActivityInterceptorInfo
1155 info.getIntent(), info.getCheckedOptions(), activityInfo.name,1334 final boolean remoteAnimation = info != null && info.getCheckedOptions() != null in launchNotificationPermissionRequestDialog()1335 && info.getCheckedOptions().getAnimationType() == ANIM_REMOTE_ANIMATION in launchNotificationPermissionRequestDialog()1338 info.getCheckedOptions().getRemoteAnimationAdapter(), in launchNotificationPermissionRequestDialog()1339 info.getCheckedOptions().getRemoteTransition()) in launchNotificationPermissionRequestDialog()
56 method public com.android.server.wm.ActivityOptionsWrapper getCheckedOptions();
292 method @Nullable public android.app.ActivityOptions getCheckedOptions();
164 ActivityOptions options = info.getCheckedOptions();
25351 PLcom/android/server/wm/ActivityInterceptorCallback$ActivityInterceptorInfo;->getCheckedOptions()La…