Home
last modified time | relevance | path

Searched refs:createSipDelegate (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DSipTransportImplBaseTest.java80 public void createSipDelegate(int subscriptionId, DelegateRequest request, in createSipDelegate() method in SipTransportImplBaseTest.TestSipTransport
115 ISipDelegate delegate = createSipDelegate(t, stateCb, messageCb); in createDestroyDelegate()
140 createSipDelegate(t, stateCb, messageCb); in testPhoneProcessCrash()
154 private ISipDelegate createSipDelegate(TestSipTransport transport, in createSipDelegate() method in SipTransportImplBaseTest
158 transportBinder.createSipDelegate(TEST_SUB_ID, new DelegateRequest(Collections.emptySet()), in createSipDelegate()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DSipTransportImplBase.java68 public void createSipDelegate(int subId, DelegateRequest request,
126 public void createSipDelegate(int subscriptionId, @NonNull DelegateRequest request, in createSipDelegate() method in SipTransportImplBase
153 createSipDelegate(subId, r, wrapper, wrapper); in createSipDelegateInternal()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipDelegateControllerTest.java166 createSipDelegate(request, controller); in testDestroyDelegate()
195 createSipDelegate(request, controller); in testDestroyDelegateForce()
223 createSipDelegate(request, controller); in testChangeSupportedFeatures()
258 private void createSipDelegate(DelegateRequest request, SipDelegateController controller) in createSipDelegate() method in SipDelegateControllerTest
H A DSipDelegateBinderConnectionTest.java140 doThrow(new RemoteException()).when(mMockTransport).createSipDelegate(eq(TEST_SUB_ID), in testCreateConnectionServiceDead()
220 verify(mMockTransport).createSipDelegate(eq(TEST_SUB_ID), eq(r), stateCaptor.capture(), in createDelegateCaptureStateCallback()
H A DSipTransportControllerTest.java257 controller.createSipDelegate(TEST_SUB_ID + 1, in createImsServiceAvailableSubIdIncorrect()
274 controller.createSipDelegate(TEST_SUB_ID, in createImsServiceDoesntSupportTransport()
292 controller.createSipDelegate(TEST_SUB_ID, in createImsServiceNotAvailable()
815 controller.createSipDelegate(delegateControllerContainer.subId, in createDelegate()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DISipTransport.aidl29 void createSipDelegate(int subId, in DelegateRequest request, ISipDelegateStateCallback dc, in createSipDelegate() method
H A DIImsRcsController.aidl66 void createSipDelegate(int subId, in DelegateRequest request, String packageName, in createSipDelegate() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateManager.java358 public void createSipDelegate(@NonNull DelegateRequest request, @NonNull Executor executor, in createSipDelegate() method in SipDelegateManager
374 controller.createSipDelegate(mSubId, request, mContext.getOpPackageName(), in createSipDelegate()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipDelegateController.java174 createSipDelegate(connection); in create()
363 private CompletableFuture<Pair<ISipDelegate, Set<FeatureTagState>>> createSipDelegate(
H A DSipDelegateBinderConnection.java179 mSipTransport.createSipDelegate(mSubId, mRequestedConfig, mSipDelegateStateCallback, in create()
H A DSipTransportController.java372 public void createSipDelegate(int subId, DelegateRequest request, String packageName, in createSipDelegate() method in SipTransportController
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsFeatureContainerTest.java49 public void createSipDelegate(int subId, DelegateRequest request,
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DImsRcsController.java563 public void createSipDelegate(int subId, DelegateRequest request, String packageName, in createSipDelegate() method in ImsRcsController
593 transport.createSipDelegate(subId, request, packageName, delegateState, in createSipDelegate()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
H A DDelegateActivity.java231 mSipDelegateManager.createSipDelegate(new DelegateRequest(featureTags), in init()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/
H A DRegistrationControllerImpl.java205 controller.sipDelegateManager.createSipDelegate( in register()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt13710 …id.Manifest.permission.PERFORM_IMS_SINGLE_REGISTRATION) public void createSipDelegate(@NonNull and…
14101 …method public void createSipDelegate(int, @NonNull android.telephony.ims.DelegateRequest, @NonNull…