Searched refs:setNullCipherState (Results 1 – 4 of 4) sorted by relevance
165 verify(mSafetySource, never()).setNullCipherState(any(), anyInt(), anyInt()); in onSecurityAlgorithmUpdate_enabled_unprotectedEmergency_noSafetySourceUpdate()183 verify(mSafetySource, never()).setNullCipherState(any(), anyInt(), anyInt()); in onSecurityAlgorithmUpdate_disabled_noSafetySourceUpdate()203 .setNullCipherState(any(), anyInt(), anyInt()); in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate()230 .setNullCipherState( in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted()261 .setNullCipherState( in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted()292 .setNullCipherState( in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted()323 .setNullCipherState( in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_encrypted()364 .setNullCipherState( in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted()405 .setNullCipherState( in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_notifyEncrypted()435 .setNullCipherState( in onSecurityAlgorithmUpdate_updateSubscriptionId_clearsOldId()[all …]
138 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_ENCRYPTED); in setNullCipherState_encrypted_statusWithoutIssue()150 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_ENCRYPTED); in setNullCipherState_notifyEncrypted_statusWithIssue()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()187 mSafetySource.setNullCipherState(mContext, 0, NULL_CIPHER_STATE_NOTIFY_ENCRYPTED); in clearNullCipherState()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()
118 mSafetySource.setNullCipherState(context, subId, nullCipherState); in onSecurityAlgorithmUpdate()
120 public synchronized void setNullCipherState( in setNullCipherState() method in CellularNetworkSecuritySafetySource