/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/ |
D | CarActivityInterceptorUpdatableTest.java | 191 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 …]
|
D | CarLaunchOnPrivateDisplayActivityInterceptorTest.java | 135 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()
|
D | CarDisplayCompatActivityInterceptorTest.java | 122 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/ |
D | CarActivityInterceptor.java | 54 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/ |
D | CarActivityInterceptorUpdatable.java | 39 ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method
|
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
D | CarDisplayCompatActivityInterceptor.java | 113 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarDisplayCompatActivityInterceptor 144 mDisplayCompatProvider.onInterceptActivityLaunch(info); in onInterceptActivityLaunch()
|
D | CarActivityInterceptorUpdatableImpl.java | 69 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarActivityInterceptorUpdatableImpl 102 ActivityInterceptResultWrapper result = interceptor.onInterceptActivityLaunch(info); in onInterceptActivityLaunch()
|
D | CarLaunchOnPrivateDisplayActivityInterceptor.java | 115 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarLaunchOnPrivateDisplayActivityInterceptor
|
D | CarDisplayCompatScaleProviderUpdatableImpl.java | 293 public ActivityInterceptResultWrapper onInterceptActivityLaunch( in onInterceptActivityLaunch() method in CarDisplayCompatScaleProviderUpdatableImpl
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityInterceptorCallback.java | 55 ActivityInterceptResult onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info); in onInterceptActivityLaunch() method
|
D | ActivityStartInterceptor.java | 244 final ActivityInterceptResult interceptResult = callback.onInterceptActivityLaunch( in intercept()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityTaskManagerServiceTests.java | 1060 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()
|
D | ActivityStartInterceptorTest.java | 401 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull in addMockInterceptorCallback()
|
/frameworks/opt/car/services/builtInServices/api/ |
D | module-lib-current.txt | 101 …ble public com.android.server.wm.ActivityInterceptResultWrapper onInterceptActivityLaunch(com.andr…
|
/frameworks/base/services/api/ |
D | current.txt | 275 …d.server.wm.ActivityInterceptorCallback.ActivityInterceptResult onInterceptActivityLaunch(@NonNull…
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | VirtualDeviceManagerService.java | 154 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamManagerService.java | 162 public ActivityInterceptResult onInterceptActivityLaunch(@NonNull
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PermissionPolicyService.java | 1146 onInterceptActivityLaunch(@NonNull ActivityInterceptorInfo info) {
|
/frameworks/base/services/ |
D | art-wear-profile | 9056 PLcom/android/server/companion/virtual/VirtualDeviceManagerService$2;->onInterceptActivityLaunch(Lc… 20959 PLcom/android/server/policy/PermissionPolicyService$Internal$1;->onInterceptActivityLaunch(Lcom/and…
|