Home
last modified time | relevance | path

Searched refs:onRegistrationStateChanged (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemDeviceIdleHelper.java52 onRegistrationStateChanged(); in onSystemReady()
58 onRegistrationStateChanged(); in registerInternal()
64 onRegistrationStateChanged(); in unregisterInternal()
67 private void onRegistrationStateChanged() { in onRegistrationStateChanged() method in SystemDeviceIdleHelper
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DDelegateStateTrackerTest.java100 stateTracker.onRegistrationStateChanged(regState); in testDelegateCreated()
156 stateTracker.onRegistrationStateChanged(regState); in testDelegateChangingRegisteredTagsOverride()
173 stateTracker.onRegistrationStateChanged(regState); in testDelegateChangingRegisteredTagsOverride()
210 stateTracker.onRegistrationStateChanged(regState); in testDelegateChangingDeniedTagsChanged()
240 stateTracker.onRegistrationStateChanged(fullyDeniedRegState); in testDelegateChangingDeniedTagsChanged()
270 stateTracker.onRegistrationStateChanged(regState); in testDelegateChangingDeniedTagsChangingToDestroy()
H A DTransportSipMessageValidatorTest.java353 tracker.onRegistrationStateChanged((ids) -> { in setRegStateChangedNoPendingCallIds()
373 tracker.onRegistrationStateChanged((ids) -> { in setRegStateChangedPendingCallIdsMultipleCalls()
379 tracker.onRegistrationStateChanged((ids) -> { in setRegStateChangedPendingCallIdsMultipleCalls()
402 tracker.onRegistrationStateChanged((ids) -> { in setRegStateChangedPendingCallIdsTimeout()
425 tracker.onRegistrationStateChanged((ids) -> { in setRegStateChangedPendingCallIdsResolved()
450 tracker.onRegistrationStateChanged((ids) -> { in setRegStateChangedPendingCallIdsChanged()
474 tracker.onRegistrationStateChanged((ids) -> { in setRegStateRegThenClose()
521 tracker.onRegistrationStateChanged((ignore) -> {}, getTestRegistrationState()); in openTransport()
H A DMessageTransportWrapperTest.java321 }).when(mTransportSipSessionValidator).onRegistrationStateChanged(any(), eq(state)); in trackerRegStateChanged()
322 tracker.onRegistrationStateChanged(state); in trackerRegStateChanged()
323 verify(mTransportSipSessionValidator).onRegistrationStateChanged(any(), eq(state)); in trackerRegStateChanged()
H A DSipDelegateBinderConnectionTest.java98 verify(mMockStateCallback).onRegistrationStateChanged( in testBaseImpl()
211 verify(mMockStateCallback).onRegistrationStateChanged(regState); in testStateCallback()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DDelegateStateTracker.java111 onRegistrationStateChanged(mLastRegState); in sipDelegateChanging()
142 public void onRegistrationStateChanged(DelegateRegistrationState registrationState) { in onRegistrationStateChanged() method in DelegateStateTracker
H A DDelegateBinderStateManager.java50 void onRegistrationStateChanged(DelegateRegistrationState registrationState); in onRegistrationStateChanged() method
H A DSipDelegateBinderConnectionStub.java67 c.onRegistrationStateChanged(new DelegateRegistrationState.Builder().build()); in create()
H A DMessageTransportWrapper.java305 public void onRegistrationStateChanged(DelegateRegistrationState registrationState) { in onRegistrationStateChanged() method in MessageTransportWrapper
306 mSipSessionTracker.onRegistrationStateChanged((callIds) -> { in onRegistrationStateChanged()
H A DSipDelegateBinderConnection.java87 c.onRegistrationStateChanged(registrationState);
H A DTransportSipMessageValidator.java202 public void onRegistrationStateChanged(Consumer<Set<String>> stateChangeComplete, in onRegistrationStateChanged() method in TransportSipMessageValidator
/aosp12/frameworks/base/services/
H A Dart-profile22693 HSPLcom/android/server/location/injector/SystemDeviceIdleHelper;->onRegistrationStateChanged()V