Home
last modified time | relevance | path

Searched refs:CONNECTION_EVENT_VOLTE_SIP (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DSecurityAlgorithmUpdateTest.java20 import static android.telephony.SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP;
42 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testEqualsAndHash()
45 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testEqualsAndHash()
55 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testNotEqualsAndHash()
58 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testNotEqualsAndHash()
68 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testGetters()
71 assertThat(update.getConnectionEvent()).isEqualTo(CONNECTION_EVENT_VOLTE_SIP); in testGetters()
80 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testParcel()
DNullCipherNotifierTest.java50 List.of(SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP,
/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java131 public static final int CONNECTION_EVENT_VOLTE_SIP = 6; field in SecurityAlgorithmUpdate
147 CONNECTION_EVENT_AS_SIGNALLING_LTE, CONNECTION_EVENT_VOLTE_SIP,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java221 case SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP: in shouldIgnoreUpdate()