Searched refs:canReceiveCustomBroadcast (Results 1 – 10 of 10) sorted by relevance
48 boolean canReceiveCustomBroadcast(String action); in canReceiveCustomBroadcast() method
55 public boolean canReceiveCustomBroadcast(String action) { in canReceiveCustomBroadcast() method in TaskConsumer
40 public boolean canReceiveCustomBroadcast(String action) { in canReceiveCustomBroadcast() method in BackgroundFetchTaskConsumer
287 if (consumer.canReceiveCustomBroadcast(action)) { in handleIntent()