Home
last modified time | relevance | path

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

/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DActivityInterceptResultWrapper.java30 public final class ActivityInterceptResultWrapper { class
33 private ActivityInterceptResultWrapper( in ActivityInterceptResultWrapper() method in ActivityInterceptResultWrapper
41 public static ActivityInterceptResultWrapper create(Intent intent, in create()
43 return new ActivityInterceptResultWrapper( in create()
DCarActivityInterceptorUpdatable.java39 ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch()
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarLaunchOnPrivateDisplayActivityInterceptorTest.java134 ActivityInterceptResultWrapper result = in launchOnPhysicalPrivateDisplay_noLaunchOnPrivateDisplayKey_returnsNull()
144 ActivityInterceptResultWrapper result = in launchOnPhysicalPrivateDisplay_invalidDisplay_returnsNull()
155 ActivityInterceptResultWrapper result = in launchOnPhysicalPrivateDisplay_notAllowlisted_returnsNull()
166 ActivityInterceptResultWrapper result = in launchOnVirtualPrivateDisplay_notAllowlisted_returnsNull()
177 ActivityInterceptResultWrapper result = in launchOnPhysicalPrivateDisplay_isAllowlisted_returnsNotNull()
188 ActivityInterceptResultWrapper result = in launchOnVirtualPrivateDisplay_isAllowlisted_returnsNotNull()
200 ActivityInterceptResultWrapper result = in launchOnPhysicalPrivateDisplay_noPermission_returnsNull()
212 ActivityInterceptResultWrapper result = in launchOnVirtualPrivateDisplay_noPermission_returnsNull()
224 ActivityInterceptResultWrapper result = in launchOnPhysicalPrivateDisplay_hasPermission_returnsNotNull()
236 ActivityInterceptResultWrapper result = in launchOnVirtualPrivateDisplay_hasPermission_returnsNotNull()
[all …]
DCarDisplayCompatActivityInterceptorTest.java121 ActivityInterceptResultWrapper result = in hostActivity_isIgnored()
132 ActivityInterceptResultWrapper result = in nonDisplayCompatActivity_isIgnored()
151 ActivityInterceptResultWrapper result = in displayCompatActivity_launchedFromHost_isIgnored()
162 ActivityInterceptResultWrapper result = in displayCompatActivity_returnsHost()
185 ActivityInterceptResultWrapper result = in displayCompatActivity_launchedFromDisplayCompatApp_returnsHost()
213 ActivityInterceptResultWrapper result = in displayCompatActivity_noPermission_returnsHost()
236 ActivityInterceptResultWrapper result = in hostActivity_whenNoLaunchDisplayId_launchesOnDefaultDisplay()
254 ActivityInterceptResultWrapper result = in hostActivity_withLaunchDisplayId_launchesOnCorrectDisplay()
DCarActivityInterceptorUpdatableTest.java190 ActivityInterceptResultWrapper result = in interceptActivityLaunch_nullIntent_returnsNull()
207 ActivityInterceptResultWrapper result = in interceptActivityLaunch_unknownActivity_returnsNull()
224 ActivityInterceptResultWrapper result = in interceptActivityLaunch_nullOptions_persistedActivity_setsLaunchRootTask()
246 ActivityInterceptResultWrapper result = in interceptActivityLaunch_persistedActivity_differentLaunchDisplayId_returnsNull()
262 ActivityInterceptResultWrapper result = in interceptActivityLaunch_persistedActivity_setsLaunchRootTask()
282 ActivityInterceptResultWrapper result = in interceptActivityLaunch_persistedActivity_differentUser_doesNothing()
306 ActivityInterceptResultWrapper result = mInterceptor.onInterceptActivityLaunch(info); in setPersistentActivity_nullLaunchRootTask_removesAssociation()
/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/
DCarActivityInterceptor.java25 import com.android.server.wm.ActivityInterceptResultWrapper;
59 ActivityInterceptResultWrapper interceptResultWrapper = mCarActivityInterceptorUpdatable in onInterceptActivityLaunch()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatableImpl.java69 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch()
96 return ActivityInterceptResultWrapper.create(info.getIntent(), in onInterceptActivityLaunch()
102 ActivityInterceptResultWrapper result = interceptor.onInterceptActivityLaunch(info); in onInterceptActivityLaunch()
DCarDisplayCompatActivityInterceptor.java113 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch()
169 return ActivityInterceptResultWrapper.create(intent, optionsWrapper.getOptions()); in onInterceptActivityLaunch()
DCarLaunchOnPrivateDisplayActivityInterceptor.java115 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch()
171 return ActivityInterceptResultWrapper.create(intent, launchOptions.getOptions()); in onInterceptActivityLaunch()
DCarDisplayCompatScaleProviderUpdatableImpl.java293 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch()
/frameworks/opt/car/services/builtInServices/tests/res/raw/
DCSHS_classes.txt4 com.android.server.wm.ActivityInterceptResultWrapper
/frameworks/opt/car/services/builtInServices/api/
Dmodule-lib-current.txt47 public final class ActivityInterceptResultWrapper {
48 …method public static com.android.server.wm.ActivityInterceptResultWrapper create(android.content.I…
101 …method @Nullable public com.android.server.wm.ActivityInterceptResultWrapper onInterceptActivityLa…