Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2403 assertFalse(mPhoneUT.isNullCipherAndIntegritySupported()); in testHandleNullCipherAndIntegrityEnabled_radioFeatureUnsupported()
2416 assertFalse(mPhoneUT.isNullCipherAndIntegritySupported()); in testHandleNullCipherAndIntegrityEnabled_radioFeatureUnsupported()
2425 assertFalse(mPhoneUT.isNullCipherAndIntegritySupported()); in testHandleNullCipherAndIntegrityEnabled_radioUnavailable()
2438 assertFalse(mPhoneUT.isNullCipherAndIntegritySupported()); in testHandleNullCipherAndIntegrityEnabled_radioUnavailable()
2447 assertFalse(mPhoneUT.isNullCipherAndIntegritySupported()); in testHandleNullCipherAndIntegrityEnabled_radioSupportsFeature()
2459 assertTrue(mPhoneUT.isNullCipherAndIntegritySupported()); in testHandleNullCipherAndIntegrityEnabled_radioSupportsFeature()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java5192 public boolean isNullCipherAndIntegritySupported() { in isNullCipherAndIntegritySupported() method in Phone
DGsmCdmaPhone.java5479 public boolean isNullCipherAndIntegritySupported() { in isNullCipherAndIntegritySupported() method in GsmCdmaPhone