Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java44 boolean isUnprotectedEmergency) { in SecurityAlgorithmUpdate() argument
48 mIsUnprotectedEmergency = isUnprotectedEmergency; in SecurityAlgorithmUpdate()
67 public boolean isUnprotectedEmergency() { in isUnprotectedEmergency() method in SecurityAlgorithmUpdate
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DSecurityAlgorithmUpdateTest.java74 assertThat(update.isUnprotectedEmergency()).isFalse(); in testGetters()
98 aidlUpdate.isUnprotectedEmergency = true; in testConvertSecurityAlgorithmUpdate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java213 if (update.isUnprotectedEmergency()) { in shouldIgnoreUpdate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java5817 securityAlgorithmUpdate.isUnprotectedEmergency); in convertSecurityAlgorithmUpdate()