Home
last modified time | relevance | path

Searched refs:onInterceptActivityLaunch (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarActivityInterceptorUpdatableTest.java191 mInterceptor.onInterceptActivityLaunch(info); in interceptActivityLaunch_nullIntent_returnsNull()
208 mInterceptor.onInterceptActivityLaunch(info); in interceptActivityLaunch_unknownActivity_returnsNull()
225 mInterceptor.onInterceptActivityLaunch(info); in interceptActivityLaunch_nullOptions_persistedActivity_setsLaunchRootTask()
247 mInterceptor.onInterceptActivityLaunch(info); in interceptActivityLaunch_persistedActivity_differentLaunchDisplayId_returnsNull()
263 mInterceptor.onInterceptActivityLaunch(info); in interceptActivityLaunch_persistedActivity_setsLaunchRootTask()
283 mInterceptor.onInterceptActivityLaunch(info); in interceptActivityLaunch_persistedActivity_differentUser_doesNothing()
306 ActivityInterceptResultWrapper result = mInterceptor.onInterceptActivityLaunch(info); in setPersistentActivity_nullLaunchRootTask_removesAssociation()
318 mInterceptor.onInterceptActivityLaunch(mMockInfo); in registerInterceptor_works()
319 verify(mMockInterceptor, times(1)).onInterceptActivityLaunch(eq(mMockInfo)); in registerInterceptor_works()
326 mInterceptor.onInterceptActivityLaunch(mMockInfo); in unregisterInterceptor_works()
[all …]
DCarLaunchOnPrivateDisplayActivityInterceptorTest.java135 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnPhysicalPrivateDisplay_noLaunchOnPrivateDisplayKey_returnsNull()
145 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnPhysicalPrivateDisplay_invalidDisplay_returnsNull()
156 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnPhysicalPrivateDisplay_notAllowlisted_returnsNull()
167 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnVirtualPrivateDisplay_notAllowlisted_returnsNull()
178 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnPhysicalPrivateDisplay_isAllowlisted_returnsNotNull()
189 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnVirtualPrivateDisplay_isAllowlisted_returnsNotNull()
201 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnPhysicalPrivateDisplay_noPermission_returnsNull()
213 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnVirtualPrivateDisplay_noPermission_returnsNull()
225 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnPhysicalPrivateDisplay_hasPermission_returnsNotNull()
237 mInterceptor.onInterceptActivityLaunch(mMockInfo); in launchOnVirtualPrivateDisplay_hasPermission_returnsNotNull()
DCarDisplayCompatActivityInterceptorTest.java122 mInterceptor.onInterceptActivityLaunch(mMockInfo); in hostActivity_isIgnored()
133 mInterceptor.onInterceptActivityLaunch(mMockInfo); in nonDisplayCompatActivity_isIgnored()
152 mInterceptor.onInterceptActivityLaunch(mMockInfo); in displayCompatActivity_launchedFromHost_isIgnored()
163 mInterceptor.onInterceptActivityLaunch(mMockInfo); in displayCompatActivity_returnsHost()
186 mInterceptor.onInterceptActivityLaunch(mMockInfo); in displayCompatActivity_launchedFromDisplayCompatApp_returnsHost()
214 mInterceptor.onInterceptActivityLaunch(mMockInfo); in displayCompatActivity_noPermission_returnsHost()
237 mInterceptor.onInterceptActivityLaunch(mMockInfo); in hostActivity_whenNoLaunchDisplayId_launchesOnDefaultDisplay()
255 mInterceptor.onInterceptActivityLaunch(mMockInfo); in hostActivity_withLaunchDisplayId_launchesOnCorrectDisplay()
/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/
DCarActivityInterceptor.java54 public ActivityInterceptResult onInterceptActivityLaunch(ActivityInterceptorInfo info) { in onInterceptActivityLaunch() method in CarActivityInterceptor
60 .onInterceptActivityLaunch(ActivityInterceptorInfoWrapper.create(info)); in onInterceptActivityLaunch()
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatable.java39 ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarDisplayCompatActivityInterceptor.java113 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarDisplayCompatActivityInterceptor
144 mDisplayCompatProvider.onInterceptActivityLaunch(info); in onInterceptActivityLaunch()
DCarActivityInterceptorUpdatableImpl.java69 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarActivityInterceptorUpdatableImpl
102 ActivityInterceptResultWrapper result = interceptor.onInterceptActivityLaunch(info); in onInterceptActivityLaunch()
DCarLaunchOnPrivateDisplayActivityInterceptor.java115 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarLaunchOnPrivateDisplayActivityInterceptor
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
DActivityStartInterceptor.java244 final ActivityInterceptResult interceptResult = callback.onInterceptActivityLaunch( in intercept()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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()
/frameworks/opt/car/services/builtInServices/api/
Dmodule-lib-current.txt101 …ble public com.android.server.wm.ActivityInterceptResultWrapper onInterceptActivityLaunch(com.andr…
/frameworks/base/services/api/
Dcurrent.txt275 …d.server.wm.ActivityInterceptorCallback.ActivityInterceptResult onInterceptActivityLaunch(@NonNull…
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java154 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
/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.java1146 onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info) {
/frameworks/base/services/
Dart-wear-profile9056 PLcom/android/server/companion/virtual/VirtualDeviceManagerService$2;->onInterceptActivityLaunch(Lc…
20959 PLcom/android/server/policy/PermissionPolicyService$Internal$1;->onInterceptActivityLaunch(Lcom/and…