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