Searched refs:isNullCipherNotificationsEnabled (Results 1 – 8 of 8) sorted by relevance
94 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()
93 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()107 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
100 doReturn(true).when(mTelephonyManager).isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()116 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()130 .isNullCipherNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
369 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()
87 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
165 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
160 return mTelephonyManager.isNullCipherNotificationsEnabled() in areNotificationsEnabled()
14104 public boolean isNullCipherNotificationsEnabled() { in isNullCipherNotificationsEnabled() method in PhoneInterfaceManager