Searched refs:getCheckedOptions (Results 1 – 12 of 12) 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()
424 activityOptions != null ? activityOptions : info.getCheckedOptions(), in addMockInterceptorCallback()
388 public ActivityOptions getCheckedOptions() { in getCheckedOptions() method in ActivityInterceptorCallback.ActivityInterceptorInfo
1152 info.getIntent(), info.getCheckedOptions(), activityInfo.name,1323 final boolean remoteAnimation = info != null && info.getCheckedOptions() != null in launchNotificationPermissionRequestDialog()1324 && info.getCheckedOptions().getAnimationType() == ANIM_REMOTE_ANIMATION in launchNotificationPermissionRequestDialog()1327 info.getCheckedOptions().getRemoteAnimationAdapter(), in launchNotificationPermissionRequestDialog()1328 info.getCheckedOptions().getRemoteTransition()) in launchNotificationPermissionRequestDialog()
89 ActivityOptionsWrapper optionsWrapper = info.getCheckedOptions(); in onInterceptActivityLaunch()
301 && info.getCheckedOptions() != null) { in onInterceptActivityLaunch()302 int displayId = info.getCheckedOptions().getOptions().getLaunchDisplayId(); in onInterceptActivityLaunch()
154 ActivityOptionsWrapper launchOptions = info.getCheckedOptions(); in onInterceptActivityLaunch()
58 method public com.android.server.wm.ActivityOptionsWrapper getCheckedOptions();
292 method @Nullable public android.app.ActivityOptions getCheckedOptions();
202 ActivityOptions options = info.getCheckedOptions();
20253 PLcom/android/server/wm/ActivityInterceptorCallback$ActivityInterceptorInfo;->getCheckedOptions()La…