Searched refs:interceptor (Results 1 – 4 of 4) sorted by relevance
120 final BroadcastInterceptor interceptor = new BroadcastInterceptor(null, filter); in nextBroadcastIntent() local122 mInterceptors.add(interceptor); in nextBroadcastIntent()124 return interceptor; in nextBroadcastIntent()146 final BroadcastInterceptor interceptor = i.next(); in unregisterReceiver() local147 if (receiver.equals(interceptor.mReceiver)) { in unregisterReceiver()159 final BroadcastInterceptor interceptor = i.next(); in sendBroadcast() local160 if (interceptor.dispatchBroadcast(intent)) { in sendBroadcast()
363 final DragState.InputInterceptor interceptor = in handleMessage() local365 if (interceptor == null) return; in handleMessage()367 interceptor.tearDown(); in handleMessage()
262 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in DefaultFactory() argument265 mInterceptor = interceptor; in DefaultFactory()440 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in ActivityStarter() argument445 mInterceptor = interceptor; in ActivityStarter()
131 public void setNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in setNotificationRemoveInterceptor() argument132 mRemoveInterceptor = interceptor; in setNotificationRemoveInterceptor()