/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | SystemDeviceIdleHelper.java | 52 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 D | DelegateStateTrackerTest.java | 100 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 D | TransportSipMessageValidatorTest.java | 353 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 D | MessageTransportWrapperTest.java | 321 }).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 D | SipDelegateBinderConnectionTest.java | 98 verify(mMockStateCallback).onRegistrationStateChanged( in testBaseImpl() 211 verify(mMockStateCallback).onRegistrationStateChanged(regState); in testStateCallback()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
H A D | DelegateStateTracker.java | 111 onRegistrationStateChanged(mLastRegState); in sipDelegateChanging() 142 public void onRegistrationStateChanged(DelegateRegistrationState registrationState) { in onRegistrationStateChanged() method in DelegateStateTracker
|
H A D | DelegateBinderStateManager.java | 50 void onRegistrationStateChanged(DelegateRegistrationState registrationState); in onRegistrationStateChanged() method
|
H A D | SipDelegateBinderConnectionStub.java | 67 c.onRegistrationStateChanged(new DelegateRegistrationState.Builder().build()); in create()
|
H A D | MessageTransportWrapper.java | 305 public void onRegistrationStateChanged(DelegateRegistrationState registrationState) { in onRegistrationStateChanged() method in MessageTransportWrapper 306 mSipSessionTracker.onRegistrationStateChanged((callIds) -> { in onRegistrationStateChanged()
|
H A D | SipDelegateBinderConnection.java | 87 c.onRegistrationStateChanged(registrationState);
|
H A D | TransportSipMessageValidator.java | 202 public void onRegistrationStateChanged(Consumer<Set<String>> stateChangeComplete, in onRegistrationStateChanged() method in TransportSipMessageValidator
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 22693 HSPLcom/android/server/location/injector/SystemDeviceIdleHelper;->onRegistrationStateChanged()V
|