Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java3085 assertFalse(phoneUT.isNullCipherNotificationSupported()); in testNullCipherNotification_noModemCallOnRadioAvailable_FlagOff()
3091 assertFalse(phoneUT.isNullCipherNotificationSupported()); in testNullCipherNotification_noModemCallOnRadioAvailable_FlagOff()
3098 assertFalse(phoneUT.isNullCipherNotificationSupported()); in testNullCipherNotification_unsupportedByModemOnRadioAvailable()
3105 assertFalse(phoneUT.isNullCipherNotificationSupported()); in testNullCipherNotification_unsupportedByModemOnRadioAvailable()
3112 assertFalse(phoneUT.isNullCipherNotificationSupported()); in testNullCipherNotification_supportedByModem()
3119 assertTrue(phoneUT.isNullCipherNotificationSupported()); in testNullCipherNotification_supportedByModem()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java5230 public boolean isNullCipherNotificationSupported() { in isNullCipherNotificationSupported() method in Phone
DGsmCdmaPhone.java5489 public boolean isNullCipherNotificationSupported() { in isNullCipherNotificationSupported() method in GsmCdmaPhone