Searched refs:isNullCipherAndIntegrityPreferenceEnabled (Results 1 – 8 of 8) sorted by relevance
92 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()98 .isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()103 doReturn(true).when(mTelephonyManager).isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()120 .isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
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()
68 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()93 return !mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in isChecked()
73 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
277 public void isNullCipherAndIntegrityPreferenceEnabled() { in isNullCipherAndIntegrityPreferenceEnabled() method in PhoneInterfaceManagerTest293 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingNecessaryHal()305 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingModemSupport()316 mPhoneInterfaceManager.isNullCipherAndIntegrityPreferenceEnabled(); in isNullCipherAndIntegrityPreferenceEnabled_lackingPermissions()
91 mTelephonyManager.isNullCipherAndIntegrityPreferenceEnabled(); in getAvailabilityStatus()
13028 public boolean isNullCipherAndIntegrityPreferenceEnabled() { in isNullCipherAndIntegrityPreferenceEnabled() method in PhoneInterfaceManager