Home
last modified time | relevance | path

Searched refs:ActivityInterceptorInfo (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityInterceptorCallback.java40 public abstract @Nullable Intent intercept(ActivityInterceptorInfo info); in intercept()
66 public static final class ActivityInterceptorInfo { class in ActivityInterceptorCallback
80 public ActivityInterceptorInfo(int realCallingUid, int realCallingPid, int userId, in ActivityInterceptorInfo() method in ActivityInterceptorCallback.ActivityInterceptorInfo
H A DActivityStartInterceptor.java188 final ActivityInterceptorCallback.ActivityInterceptorInfo interceptorInfo = in intercept()
189 new ActivityInterceptorCallback.ActivityInterceptorInfo(mRealCallingUid, in intercept()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskManagerServiceTests.java859 public Intent intercept(ActivityInterceptorInfo info) { in testRegisterActivityStartInterceptor_IndexTooSmall()
871 public Intent intercept(ActivityInterceptorInfo info) { in testRegisterActivityStartInterceptor_IndexTooLarge()
883 public Intent intercept(ActivityInterceptorInfo info) { in testRegisterActivityStartInterceptor_DuplicateId()
891 public Intent intercept(ActivityInterceptorInfo info) { in testRegisterActivityStartInterceptor_DuplicateId()
905 public Intent intercept(ActivityInterceptorInfo info) { in testRegisterActivityStartInterceptor()
H A DActivityStartInterceptorTest.java301 public Intent intercept(ActivityInterceptorInfo info) { in addMockInterceptorCallback()