Searched refs:ActivityInterceptorInfo (Results 1 – 4 of 4) sorted by relevance
40 public abstract @Nullable Intent intercept(ActivityInterceptorInfo info); in intercept()66 public static final class ActivityInterceptorInfo { class in ActivityInterceptorCallback80 public ActivityInterceptorInfo(int realCallingUid, int realCallingPid, int userId, in ActivityInterceptorInfo() method in ActivityInterceptorCallback.ActivityInterceptorInfo
188 final ActivityInterceptorCallback.ActivityInterceptorInfo interceptorInfo = in intercept()189 new ActivityInterceptorCallback.ActivityInterceptorInfo(mRealCallingUid, in intercept()
859 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()
301 public Intent intercept(ActivityInterceptorInfo info) { in addMockInterceptorCallback()