Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DCellularNetworkSecuritySafetySourceTest.java20 …internal.telephony.security.CellularNetworkSecuritySafetySource.NULL_CIPHER_STATE_NOTIFY_ENCRYPTED;
150 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_ENCRYPTED); in setNullCipherState_notifyEncrypted_statusWithIssue()
187 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_ENCRYPTED); in clearNullCipherState()
DNullCipherNotifierTest.java20 …internal.telephony.security.CellularNetworkSecuritySafetySource.NULL_CIPHER_STATE_NOTIFY_ENCRYPTED;
367 eq(NULL_CIPHER_STATE_NOTIFY_ENCRYPTED)); in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted()
408 eq(NULL_CIPHER_STATE_NOTIFY_ENCRYPTED)); in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_notifyEncrypted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DCellularNetworkSecuritySafetySource.java71 static final int NULL_CIPHER_STATE_NOTIFY_ENCRYPTED = 1; field in CellularNetworkSecuritySafetySource
78 NULL_CIPHER_STATE_NOTIFY_ENCRYPTED,
242 case NULL_CIPHER_STATE_NOTIFY_ENCRYPTED: in getNullCipherIssue()
DNullCipherNotifier.java22 …internal.telephony.security.CellularNetworkSecuritySafetySource.NULL_CIPHER_STATE_NOTIFY_ENCRYPTED;
293 return NULL_CIPHER_STATE_NOTIFY_ENCRYPTED; in update()