Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNullAlgorithmsPreferenceControllerTest.java110 mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_unsupportedHardware_unsupportedOnDevice()
116 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_featureFlagOff_conditionallyUnavailable()
129 mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_telephonyManagerException_conditionallyUnavailable()
140 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_returnAvailable()
DCellularSecurityEncryptionDividerControllerTest.java73 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnAvailable()
81 .isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnUnsupported()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DCellularSecurityPreferenceControllerTest.java103 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
109 .isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
114 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
134 .isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNullAlgorithmsPreferenceController.java68 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
93 return !mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in isChecked()
DCellularSecurityEncryptionDividerController.java62 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
/packages/services/Telephony/tests/src/com/android/phone/
DPhoneInterfaceManagerTest.java251 public void isNullCipherAndIntegrityPreferenceEnabled() { in isNullCipherAndIntegrityPreferenceEnabled() method in PhoneInterfaceManagerTest
267 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingNecessaryHal()
279 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingModemSupport()
290 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingPermissions()
/packages/apps/Settings/src/com/android/settings/network/
DCellularSecurityPreferenceController.java84 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java12824 public boolean isNullCipherAndIntegrityPreferenceEnabled() { in isNullCipherAndIntegrityPreferenceEnabled() method in PhoneInterfaceManager