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()
362 final DragState.InputInterceptor interceptor = in handleMessage() local364 if (interceptor == null) return; in handleMessage()366 interceptor.tearDown(); in handleMessage()
263 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in DefaultFactory() argument266 mInterceptor = interceptor; in DefaultFactory()441 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in ActivityStarter() argument446 mInterceptor = interceptor; in ActivityStarter()
135 public void setNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in setNotificationRemoveInterceptor() argument136 mRemoveInterceptor = interceptor; in setNotificationRemoveInterceptor()