Searched refs:mInterceptors (Results 1 – 1 of 1) sorted by relevance
44 private final List<BroadcastInterceptor> mInterceptors = new ArrayList<>(); field in BroadcastInterceptingContext121 synchronized (mInterceptors) { in nextBroadcastIntent()122 mInterceptors.add(interceptor); in nextBroadcastIntent()129 synchronized (mInterceptors) { in registerReceiver()130 mInterceptors.add(new BroadcastInterceptor(receiver, filter)); in registerReceiver()143 synchronized (mInterceptors) { in unregisterReceiver()144 final Iterator<BroadcastInterceptor> i = mInterceptors.iterator(); in unregisterReceiver()156 synchronized (mInterceptors) { in sendBroadcast()157 final Iterator<BroadcastInterceptor> i = mInterceptors.iterator(); in sendBroadcast()