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.java94 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
108 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
184 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_shouldReturnTrue()
195 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_flagsDisabled_shouldReturnFalse()
208 .isNullCipherNotificationsEnabled(); in isChecked_hardwareUnsupported_shouldReturnFalse()
220 doReturn(false).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_notificationsDisabled_shouldReturnFalse()
226 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in isChecked_notificationsDisabled_shouldReturnFalse()
DCellularSecurityNotificationsDividerControllerTest.java93 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
107 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DCellularSecurityPreferenceControllerTest.java100 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
116 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
130 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/services/Telephony/tests/src/com/android/phone/
DPhoneInterfaceManagerTest.java369 assertTrue(mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_allReqsMet_returnsTrue()
379 mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_lackingNecessaryHal_throwsException()
389 mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_lackingModemSupport_throwsException()
400 mPhoneInterfaceManager.isNullCipherNotificationsEnabled()); in isNullCipherNotificationsEnabled_lackingPermissions_throwsException()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsDividerController.java87 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
DCellularSecurityNotificationsPreferenceController.java165 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
/packages/apps/Settings/src/com/android/settings/network/
DCellularSecurityPreferenceController.java160 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java14104 public boolean isNullCipherNotificationsEnabled() { in isNullCipherNotificationsEnabled() method in PhoneInterfaceManager