Searched refs:getSmsSendCapableForPhone (Results 1 – 3 of 3) sorted by relevance
425 doReturn(true).when(mTelephonyManager).getSmsSendCapableForPhone( in setUp()
5956 return getSmsSendCapableForPhone(phoneId, defaultValue); in getSmsSendCapable()5968 public boolean getSmsSendCapableForPhone(int phoneId, boolean defaultValue) { in getSmsSendCapableForPhone() method in TelephonyManager
196 mSmsSendDisabled = !mTelephonyManager.getSmsSendCapableForPhone( in SMSDispatcher()