Home
last modified time | relevance | path

Searched defs:onInterceptActivityLaunch (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatable.java39 ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method
/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/
DCarActivityInterceptor.java54 public ActivityInterceptResult onInterceptActivityLaunch(ActivityInterceptorInfo info) { in onInterceptActivityLaunch() method in CarActivityInterceptor
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarDisplayCompatActivityInterceptor.java113 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarDisplayCompatActivityInterceptor
DCarLaunchOnPrivateDisplayActivityInterceptor.java115 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarLaunchOnPrivateDisplayActivityInterceptor
DCarActivityInterceptorUpdatableImpl.java69 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarActivityInterceptorUpdatableImpl
DCarDisplayCompatScaleProviderUpdatableImpl.java293 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarDisplayCompatScaleProviderUpdatableImpl
/frameworks/base/services/core/java/com/android/server/wm/
DActivityInterceptorCallback.java55 ActivityInterceptResult onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info); in onInterceptActivityLaunch() method