Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DPhoneInterfaceManagerTest.java343 mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true); in setNullCipherNotificationsEnabled_allReqsMet_successfullyEnabled()
356 mPhoneInterfaceManager.setNullCipherNotificationsEnabled(false); in setNullCipherNotificationsEnabled_allReqsMet_successfullyDisabled()
369 () -> mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true)); in setNullCipherNotificationsEnabled_lackingNecessaryHal_throwsException()
379 () -> mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true)); in setNullCipherNotificationsEnabled_lackingModemSupport_throwsException()
389 mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true)); in setNullCipherNotificationsEnabled_lackingPermissions_throwsException()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceControllerTest.java106 doNothing().when(mTelephonyManager).setNullCipherNotificationsEnabled(true); in setChecked_shouldReturnTrue()
112 doNothing().when(mTelephonyManager).setNullCipherNotificationsEnabled(false); in setChecked_shouldReturnTrue()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceController.java154 mTelephonyManager.setNullCipherNotificationsEnabled(isChecked); in setNotifications()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java14746 public void setNullCipherNotificationsEnabled(boolean enable) { in setNullCipherNotificationsEnabled() method in PhoneInterfaceManager