Home
last modified time | relevance | path

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

/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatable.java45 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/
DCarActivityInterceptorUpdatableImpl.java63 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarActivityInterceptorUpdatableImpl
/frameworks/base/services/core/java/com/android/server/wm/
DActivityInterceptorCallback.java55 ActivityInterceptResult onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info); in onInterceptActivityLaunch() method