Home
last modified time | relevance | path

Searched refs:ActivityInterceptResult (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityInterceptorCallbackTest.java84 ActivityInterceptorCallback.ActivityInterceptResult result = in testActivityInterceptResult()
85 new ActivityInterceptorCallback.ActivityInterceptResult(intent, activityOptions); in testActivityInterceptResult()
90 result = new ActivityInterceptorCallback.ActivityInterceptResult( in testActivityInterceptResult()
H A DActivityTaskManagerServiceTests.java980 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_IndexTooSmall()
993 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_IndexTooLarge()
1006 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_DuplicateId()
1015 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_DuplicateId()
1030 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor()
H A DActivityStartInterceptorTest.java404 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull in addMockInterceptorCallback()
409 return new ActivityInterceptResult( in addMockInterceptorCallback()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityInterceptorCallback.java55 ActivityInterceptResult onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info); in onInterceptActivityLaunch()
404 final class ActivityInterceptResult { class
418 public ActivityInterceptResult(@NonNull Intent intent, in ActivityInterceptResult() method in ActivityInterceptorCallback.ActivityInterceptResult
435 public ActivityInterceptResult(@NonNull Intent intent, in ActivityInterceptResult() method in ActivityInterceptorCallback.ActivityInterceptResult
H A DActivityStartInterceptor.java67 import com.android.server.wm.ActivityInterceptorCallback.ActivityInterceptResult;
237 final ActivityInterceptResult interceptResult = callback.onInterceptActivityLaunch( in intercept()
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt275 …ullable public com.android.server.wm.ActivityInterceptorCallback.ActivityInterceptResult onInterce…
279 public static final class ActivityInterceptorCallback.ActivityInterceptResult {
280 …ctor public ActivityInterceptorCallback.ActivityInterceptResult(@NonNull android.content.Intent, @…
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DVirtualDeviceManagerService.java124 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
138 return new ActivityInterceptResult(
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java158 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPermissionPolicyService.java1144 public ActivityInterceptorCallback.ActivityInterceptResult