Home
last modified time | relevance | path

Searched refs:onIntentIntercepted (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DIVirtualDeviceIntentInterceptor.aidl38 void onIntentIntercepted(in Intent intent); in onIntentIntercepted() method
H A DVirtualDeviceInternal.java430 public void onIntentIntercepted(Intent intent) { in onIntentIntercepted() method in VirtualDeviceInternal.IntentInterceptorDelegate
433 mExecutor.execute(() -> mIntentInterceptorCallback.onIntentIntercepted(intent)); in onIntentIntercepted()
H A DVirtualDeviceManager.java826 void onIntentIntercepted(@NonNull Intent intent); in onIntentIntercepted() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
H A DVirtualDeviceManagerServiceTest.java1576 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()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DVirtualDeviceImpl.java1126 .onIntentIntercepted(new Intent(intent.getAction(), intent.getData()));
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3188 method public void onIntentIntercepted(@NonNull android.content.Intent);