Searched refs:isNullCipherAndIntegrityPreferenceEnabled (Results 1 – 8 of 8) sorted by relevance
110 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()
73 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnAvailable()81 .isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnUnsupported()
103 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()
68 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()93 return !mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in isChecked()
62 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
251 public void isNullCipherAndIntegrityPreferenceEnabled() { in isNullCipherAndIntegrityPreferenceEnabled() method in PhoneInterfaceManagerTest267 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingNecessaryHal()279 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingModemSupport()290 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingPermissions()
84 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
12824 public boolean isNullCipherAndIntegrityPreferenceEnabled() { in isNullCipherAndIntegrityPreferenceEnabled() method in PhoneInterfaceManager