/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsRegistrationTests.java | 163 mRegistration.onSubscriberAssociatedUriChanged(uris); in testSubscriberUrisChanged() 165 verify(mCallback).onSubscriberAssociatedUriChanged(eq(uris)); in testSubscriberUrisChanged() 237 mRegistration.onSubscriberAssociatedUriChanged(new Uri[] { null, null }); in testRegistrationCallbackCalledOnAdd() 241 verify(mCallback2).onSubscriberAssociatedUriChanged( in testRegistrationCallbackCalledOnAdd() 249 mRegistration.onSubscriberAssociatedUriChanged(new Uri[] { null, null }); in testRegistrationCallbackNotCalledOnAddAfterDeregistered() 254 verify(mCallback2, never()).onSubscriberAssociatedUriChanged(any()); in testRegistrationCallbackNotCalledOnAddAfterDeregistered() 262 verify(mCallback2, never()).onSubscriberAssociatedUriChanged(any()); in testRegistrationCallbackNotCalledOnAddAndNoSubscriberChanged()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsRegistrationImplBase.java | 223 public final void onSubscriberAssociatedUriChanged(Uri[] uris) { in onSubscriberAssociatedUriChanged() method in ImsRegistrationImplBase 228 mCallbacks.broadcastAction((c) -> onSubscriberAssociatedUriChanged(c, uris)); in onSubscriberAssociatedUriChanged() 231 private void onSubscriberAssociatedUriChanged(IImsRegistrationCallback callback, Uri[] uris) { in onSubscriberAssociatedUriChanged() method in ImsRegistrationImplBase 233 callback.onSubscriberAssociatedUriChanged(uris); in onSubscriberAssociatedUriChanged() 312 onSubscriberAssociatedUriChanged(c, uris); in updateNewCallbackWithState()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RegistrationManager.java | 155 public void onSubscriberAssociatedUriChanged(Uri[] uris) { in onSubscriberAssociatedUriChanged() method in RegistrationManager.RegistrationCallback.RegistrationBinder 160 mExecutor.execute(() -> mLocalCallback.onSubscriberAssociatedUriChanged(uris)); in onSubscriberAssociatedUriChanged() 226 public void onSubscriberAssociatedUriChanged(@Nullable Uri[] uris) { in onSubscriberAssociatedUriChanged() method in RegistrationManager.RegistrationCallback
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsRegistrationCallback.aidl | 35 void onSubscriberAssociatedUriChanged(in Uri[] uris); in onSubscriberAssociatedUriChanged() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsRegistrationCompatAdapter.java | 97 onSubscriberAssociatedUriChanged(uris);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsRegistrationCallbackHelper.java | 87 public void onSubscriberAssociatedUriChanged(Uri[] uris) {
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsConnectionStateListener.java | 58 public void onSubscriberAssociatedUriChanged(Uri[] uris) { in onSubscriberAssociatedUriChanged() method in ImsConnectionStateListener
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsRegistrationCallbackHelperTest.java | 173 callback.onSubscriberAssociatedUriChanged(uris); in testSubscriberAssociatedUriChanged()
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 116 ArrayReturn: android.telephony.ims.stub.ImsRegistrationImplBase#onSubscriberAssociatedUriChanged(an… 1810 …ability: android.telephony.ims.stub.ImsRegistrationImplBase#onSubscriberAssociatedUriChanged(andro… 1811 Missing nullability on parameter `uris` in method `onSubscriberAssociatedUriChanged`
|
D | test-current.txt | 4001 method public final void onSubscriberAssociatedUriChanged(android.net.Uri[]);
|
D | system-current.txt | 10212 method public final void onSubscriberAssociatedUriChanged(android.net.Uri[]);
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1980 method public final void onSubscriberAssociatedUriChanged(android.net.Uri[]);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14582 …TelManager$RegistrationCallback$RegistrationBinder;->lambda$onSubscriberAssociatedUriChanged$8$Ims… 14583 …TelManager$RegistrationCallback$RegistrationBinder;->lambda$onSubscriberAssociatedUriChanged$9$Ims… 14587 …s/ImsMmTelManager$RegistrationCallback$RegistrationBinder;->onSubscriberAssociatedUriChanged([Land… 14589 HSPLandroid/telephony/ims/ImsMmTelManager$RegistrationCallback;->onSubscriberAssociatedUriChanged([… 14723 HSPLandroid/telephony/ims/stub/ImsRegistrationImplBase;->lambda$onSubscriberAssociatedUriChanged$4(… 14727 HSPLandroid/telephony/ims/stub/ImsRegistrationImplBase;->onSubscriberAssociatedUriChanged([Landroid… 23568 …android/internal/telephony/imsphone/ImsPhoneCallTracker$6;->onSubscriberAssociatedUriChanged([Land…
|
D | hiddenapi-greylist-max-o.txt | 68218 Landroid/telephony/ims/stub/ImsRegistrationImplBase$Callback;->onSubscriberAssociatedUriChanged([La…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10110 method public final void onSubscriberAssociatedUriChanged(android.net.Uri[]);
|