Searched refs:isNullCipherNotificationsEnabled (Results 1 – 8 of 8) sorted by relevance
85 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()
84 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()95 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
89 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()105 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()116 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
399 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()
90 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
162 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
190 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
14772 public boolean isNullCipherNotificationsEnabled() { in isNullCipherNotificationsEnabled() method in PhoneInterfaceManager