Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DCellularNetworkSecuritySafetySourceTest.java21 …rnal.telephony.security.CellularNetworkSecuritySafetySource.NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED;
162 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED); in setNullCipherState_notifyNonEncrypted_statusWithIssue()
174 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED); in setNullCipherState_multipleNonEncrypted_statusWithTwoIssues()
175 mSafetySource.setNullCipherState(mContext, 1, NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED); in setNullCipherState_multipleNonEncrypted_statusWithTwoIssues()
268 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED); in multipleIssuesKinds_statusWithTwoIssues()
284 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED); in learnMoreLinkEmpty_learnMoreIsHidden()
DNullCipherNotifierTest.java21 …rnal.telephony.security.CellularNetworkSecuritySafetySource.NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED;
233 eq(NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED)); in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted()
264 eq(NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED)); in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DCellularNetworkSecuritySafetySource.java72 static final int NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED = 2; field in CellularNetworkSecuritySafetySource
79 NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED})
224 case NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED: in getNullCipherIssue()
DNullCipherNotifier.java23 …rnal.telephony.security.CellularNetworkSecuritySafetySource.NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED;
288 return NULL_CIPHER_STATE_NOTIFY_NON_ENCRYPTED; in update()