Home
last modified time | relevance | path

Searched refs:SECURITY_ALGORITHM_EEA2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DSecurityAlgorithmUpdateTest.java22 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2;
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()
72 assertThat(update.getEncryption()).isEqualTo(SECURITY_ALGORITHM_EEA2); in testGetters()
80 CONNECTION_EVENT_VOLTE_SIP, SECURITY_ALGORITHM_EEA2, in testParcel()
DNullCipherNotifierTest.java90 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2,
161 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onSecurityAlgorithmUpdate_enabled_unprotectedEmergency_noSafetySourceUpdate()
179 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onSecurityAlgorithmUpdate_disabled_noSafetySourceUpdate()
198 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate()
252 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted()
314 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_encrypted()
385 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_notifyEncrypted()
396 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2, in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_notifyEncrypted()
419 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_updateSubscriptionId_clearsOldId()
449 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_newSubIdOnAlgoUpdate_clearsOldId()
[all …]
/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java172 public static final int SECURITY_ALGORITHM_EEA2 = 43; field in SecurityAlgorithmUpdate
208 SECURITY_ALGORITHM_EEA2, SECURITY_ALGORITHM_EEA3, SECURITY_ALGORITHM_NEA0,