Searched refs:onIntentIntercepted (Results 1 – 6 of 6) sorted by relevance
38 void onIntentIntercepted(in Intent intent); in onIntentIntercepted() method
430 public void onIntentIntercepted(Intent intent) { in onIntentIntercepted() method in VirtualDeviceInternal.IntentInterceptorDelegate433 mExecutor.execute(() -> mIntentInterceptorCallback.onIntentIntercepted(intent)); in onIntentIntercepted()
826 void onIntentIntercepted(@NonNull Intent intent); in onIntentIntercepted() method
1576 doNothing().when(interceptor).onIntentIntercepted(any()); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()1599 verify(interceptor).onIntentIntercepted(intentCaptor.capture()); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()1619 doNothing().when(interceptor).onIntentIntercepted(any()); in canActivityBeLaunched_noMatchIntentFilter_activityLaunches()
1126 .onIntentIntercepted(new Intent(intent.getAction(), intent.getData()));
3188 method public void onIntentIntercepted(@NonNull android.content.Intent);