Home
last modified time | relevance | path

Searched refs:SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipDelegateControllerTest.java169 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyDelegate()
181 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyDelegate()
183 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyDelegate()
185 assertEquals(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP, in testDestroyDelegate()
198 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyDelegateForce()
209 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyDelegateForce()
211 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyDelegateForce()
213 assertEquals(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP, in testDestroyDelegateForce()
238 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testChangeSupportedFeatures()
H A DSipDelegateBinderConnectionTest.java102 baseConnection.destroy(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP, in testBaseImpl()
105 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testBaseImpl()
160 destroy(connection, SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection()
161 cb.onDestroyed(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection()
163 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection()
181 destroy(connection, SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnectionDead()
183 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnectionDead()
H A DDelegateStateTrackerTest.java125 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDelegateDestroyed()
127 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDelegateDestroyed()
129 eq(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP)); in testDelegateDestroyed()
278 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDelegateChangingDeniedTagsChangingToDestroy()
303 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDelegateChangingDeniedTagsChangingToDestroy()
H A DSipTransportControllerTest.java327 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in basicCreateDestroy()
492 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in createTwoAndDestroyOlder()
558 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testThrottling()
561 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testThrottling()
564 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testThrottling()
566 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testThrottling()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateManager.java258 public static final int SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP = 2; field in SipDelegateManager
276 SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP,
407 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in destroySipDelegate()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DSipTransportImplBaseTest.java123 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in createDestroyDelegate()
126 eq(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP)); in createDestroyDelegate()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipDelegateController.java240 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP);
298 case SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP:
H A DSipTransportController.java771 case SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP: in isForcedFromReason()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
H A DDelegateActivity.java248 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in init()
323 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in onStop()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/
H A DRegistrationControllerImpl.java93 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in deregister()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DRcsStatsTest.java594 destroyReasonList.add(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in onSipDelegateStats_addMultipleEntries()
H A DPersistAtomsStorageTest.java736 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP; in makeTestData()
2705 SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP; in addSipDelegateStats_updateExistingEntries()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt13731 field public static final int SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP = 2; // 0x2