Searched refs:newRegistration (Results 1 – 3 of 3) sorted by relevance
64 TestListenerRegistration newRegistration); in onRegistrationReplaced() argument467 TestListenerRegistration newRegistration) { in onRegistrationReplaced() argument468 mCallbacks.onRegistrationReplaced(oldKey, oldRegistration, newKey, newRegistration); in onRegistrationReplaced()
213 @NonNull TRegistration newRegistration) { in onRegistrationReplaced() argument215 onRegistrationAdded(newKey, newRegistration); in onRegistrationReplaced()
2082 Object newKey, Registration newRegistration) {2085 newRegistration.setLastDeliveredLocation(oldRegistration.getLastDeliveredLocation());2086 super.onRegistrationReplaced(oldKey, oldRegistration, newKey, newRegistration);