Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java279 update.getEncryption() == SECURITY_ALGORITHM_UNKNOWN in update()
280 ? fromState.getEncryption() in update()
281 : update.getEncryption(), in update()
347 private @SecurityAlgorithm int getEncryption() { in getEncryption() method in NullCipherNotifier.ConnectionState
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DSecurityAlgorithmUpdateTest.java72 assertThat(update.getEncryption()).isEqualTo(SECURITY_ALGORITHM_EEA2); in testGetters()
/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java59 public @SecurityAlgorithm int getEncryption() { in getEncryption() method in SecurityAlgorithmUpdate