Home
last modified time | relevance | path

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

/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DActivityInterceptResultWrapper.java31 private final ActivityInterceptorCallback.ActivityInterceptResult mActivityInterceptorInfo;
34 ActivityInterceptorCallback.ActivityInterceptResult interceptorInfo) { in ActivityInterceptResultWrapper()
44 new ActivityInterceptorCallback.ActivityInterceptResult(intent, activityOptions)); in create()
50 public ActivityInterceptorCallback.ActivityInterceptResult getInterceptResult() { in getInterceptResult()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityInterceptorCallbackTest.java84 ActivityInterceptorCallback.ActivityInterceptResult result = in testActivityInterceptResult()
85 new ActivityInterceptorCallback.ActivityInterceptResult(intent, activityOptions); in testActivityInterceptResult()
90 result = new ActivityInterceptorCallback.ActivityInterceptResult( in testActivityInterceptResult()
DActivityTaskManagerServiceTests.java1060 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_IndexTooSmall()
1073 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_IndexTooLarge()
1086 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_DuplicateId()
1095 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor_DuplicateId()
1110 public ActivityInterceptResult onInterceptActivityLaunch( in testRegisterActivityStartInterceptor()
DActivityStartInterceptorTest.java401 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull in addMockInterceptorCallback()
406 return new ActivityInterceptResult( in addMockInterceptorCallback()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityInterceptorCallback.java55 ActivityInterceptResult onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info); in onInterceptActivityLaunch()
408 final class ActivityInterceptResult { class
422 public ActivityInterceptResult(@NonNull Intent intent, in ActivityInterceptResult() method in ActivityInterceptorCallback.ActivityInterceptResult
439 public ActivityInterceptResult(@NonNull Intent intent, in ActivityInterceptResult() method in ActivityInterceptorCallback.ActivityInterceptResult
DActivityStartInterceptor.java69 import com.android.server.wm.ActivityInterceptorCallback.ActivityInterceptResult;
244 final ActivityInterceptResult interceptResult = callback.onInterceptActivityLaunch( in intercept()
/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/
DCarActivityInterceptor.java54 public ActivityInterceptResult onInterceptActivityLaunch(ActivityInterceptorInfo info) { in onInterceptActivityLaunch()
/frameworks/base/services/api/
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, @…
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java154 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
168 return new ActivityInterceptResult(
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java162 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java1145 public ActivityInterceptorCallback.ActivityInterceptResult
/frameworks/base/services/
Dart-wear-profile9056 …ctivityInterceptorInfo;)Lcom/android/server/wm/ActivityInterceptorCallback$ActivityInterceptResult;
20959 …ctivityInterceptorInfo;)Lcom/android/server/wm/ActivityInterceptorCallback$ActivityInterceptResult;