Home
last modified time | relevance | path

Searched refs:fromSubId (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java64 PhoneAccountHandle fromSubId(int subId, Context context); in fromSubId() method
81 public PhoneAccountHandle fromSubId(int subId, Context context) {
151 PhoneAccountHandle phoneAccountHandle = sPhoneAccountHandleConverter.fromSubId(subId, in filter()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DVisualVoicemailSmsFilterTest.java99 public PhoneAccountHandle fromSubId(int subId, Context context) { in setUp()