Home
last modified time | relevance | path

Searched refs:isNullCipherNotificationsEnabled (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceControllerTest.java85 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
96 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
121 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_shouldReturnTrue()
131 .isNullCipherNotificationsEnabled(); in isChecked_hardwareUnsupported_shouldReturnFalse()
141 doReturn(false).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_notificationsDisabled_shouldReturnFalse()
147 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_notificationsDisabled_shouldReturnFalse()
DCellularSecurityNotificationsDividerControllerTest.java84 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
95 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DCellularSecurityPreferenceControllerTest.java89 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
105 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
116 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/services/Telephony/tests/src/com/android/phone/
DPhoneInterfaceManagerTest.java399 assertTrue(mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_allReqsMet_returnsTrue()
409 mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_lackingNecessaryHal_throwsException()
419 mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_lackingModemSupport_throwsException()
430 mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_lackingPermissions_throwsException()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsDividerController.java90 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
DCellularSecurityNotificationsPreferenceController.java162 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
/packages/apps/Settings/src/com/android/settings/network/
DCellularSecurityPreferenceController.java190 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java14772 public boolean isNullCipherNotificationsEnabled() { in isNullCipherNotificationsEnabled() method in PhoneInterfaceManager