Home
last modified time | relevance | path

Searched refs:connectionEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DNullCipherNotifierTest.java190 for (int connectionEvent : NON_TRANSPORT_LAYER_EVENTS) { in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate()
197 connectionEvent, in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate()
202 verify(mSafetySource, never().description("Connection event: " + connectionEvent)) in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate()
212 for (int connectionEvent : TRANSPORT_LAYER_EVENTS) { in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted()
220 connectionEvent, in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted()
228 "Connection event: " + connectionEvent in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted()
243 for (int connectionEvent : TRANSPORT_LAYER_EVENTS) { in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted()
251 connectionEvent, in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted()
259 "Connection event: " + connectionEvent in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted()
274 for (int connectionEvent : TRANSPORT_LAYER_EVENTS) { in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted()
[all …]
DSecurityAlgorithmUpdateTest.java95 aidlUpdate.connectionEvent = ConnectionEvent.PS_SIGNALLING_3G; in testConvertSecurityAlgorithmUpdate()
/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java42 public SecurityAlgorithmUpdate(@ConnectionEvent int connectionEvent, in SecurityAlgorithmUpdate() argument
45 mConnectionEvent = connectionEvent; in SecurityAlgorithmUpdate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java313 @ConnectionEvent int connectionEvent) { in getNetworkClass()
314 switch (connectionEvent) { in getNetworkClass()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java5814 securityAlgorithmUpdate.connectionEvent, in convertSecurityAlgorithmUpdate()