Searched refs:ActivityInterceptorCallback (Results 1 – 6 of 6) sorted by relevance
186 final SparseArray<ActivityInterceptorCallback> callbacks = in intercept()188 final ActivityInterceptorCallback.ActivityInterceptorInfo interceptorInfo = in intercept()189 new ActivityInterceptorCallback.ActivityInterceptorInfo(mRealCallingUid, in intercept()195 final ActivityInterceptorCallback callback = callbacks.valueAt(i); in intercept()
32 public abstract class ActivityInterceptorCallback { class
687 @ActivityInterceptorCallback.OrderedId int id, in registerActivityStartInterceptor()688 ActivityInterceptorCallback callback); in registerActivityStartInterceptor()
95 import static com.android.server.wm.ActivityInterceptorCallback.FIRST_ORDERED_ID;96 import static com.android.server.wm.ActivityInterceptorCallback.LAST_ORDERED_ID;463 private SparseArray<ActivityInterceptorCallback> mActivityInterceptorCallbacks =1143 SparseArray<ActivityInterceptorCallback> getActivityInterceptorCallbacks() { in getActivityInterceptorCallbacks()6636 @ActivityInterceptorCallback.OrderedId int id, in registerActivityStartInterceptor()6637 ActivityInterceptorCallback callback) { in registerActivityStartInterceptor()
29 import static com.android.server.wm.ActivityInterceptorCallback.FIRST_ORDERED_ID;30 import static com.android.server.wm.ActivityInterceptorCallback.LAST_ORDERED_ID;856 new ActivityInterceptorCallback() { in testRegisterActivityStartInterceptor_IndexTooSmall()868 new ActivityInterceptorCallback() { in testRegisterActivityStartInterceptor_IndexTooLarge()880 new ActivityInterceptorCallback() { in testRegisterActivityStartInterceptor_DuplicateId()888 new ActivityInterceptorCallback() { in testRegisterActivityStartInterceptor_DuplicateId()902 new ActivityInterceptorCallback() { in testRegisterActivityStartInterceptor()
119 private SparseArray<ActivityInterceptorCallback> mActivityInterceptorCallbacks =299 mActivityInterceptorCallbacks.put(size, new ActivityInterceptorCallback() { in addMockInterceptorCallback()