Searched refs:removeRegistrationIf (Results 1 – 4 of 4) sorted by relevance
319 protected final void removeRegistrationIf(@NonNull Predicate<TKey> predicate) { in removeRegistrationIf() method in ListenerMultiplexer
370 removeRegistrationIf(key -> key.getPendingIntent().equals(pendingIntent)); in removeGeofence()
163 mMultiplexer.removeRegistrationIf(consumer -> consumer == consumer1); in testRemoveIf()
1600 removeRegistrationIf(key -> true);