Searched refs:setNullCipherNotificationsEnabled (Results 1 – 4 of 4) sorted by relevance
343 mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true); in setNullCipherNotificationsEnabled_allReqsMet_successfullyEnabled()356 mPhoneInterfaceManager.setNullCipherNotificationsEnabled(false); in setNullCipherNotificationsEnabled_allReqsMet_successfullyDisabled()369 () -> mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true)); in setNullCipherNotificationsEnabled_lackingNecessaryHal_throwsException()379 () -> mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true)); in setNullCipherNotificationsEnabled_lackingModemSupport_throwsException()389 mPhoneInterfaceManager.setNullCipherNotificationsEnabled(true)); in setNullCipherNotificationsEnabled_lackingPermissions_throwsException()
106 doNothing().when(mTelephonyManager).setNullCipherNotificationsEnabled(true); in setChecked_shouldReturnTrue()112 doNothing().when(mTelephonyManager).setNullCipherNotificationsEnabled(false); in setChecked_shouldReturnTrue()
154 mTelephonyManager.setNullCipherNotificationsEnabled(isChecked); in setNotifications()
14746 public void setNullCipherNotificationsEnabled(boolean enable) { in setNullCipherNotificationsEnabled() method in PhoneInterfaceManager