Searched refs:getSmsSendCapableForPhone (Results 1 – 2 of 2) sorted by relevance
4588 return getSmsSendCapableForPhone(phoneId, defaultValue); in getSmsSendCapable()4600 public boolean getSmsSendCapableForPhone(int phoneId, boolean defaultValue) { in getSmsSendCapableForPhone() method in TelephonyManager
198 mSmsSendDisabled = !mTelephonyManager.getSmsSendCapableForPhone( in SMSDispatcher()