Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java763 return doQueryIntentServices((Intent) invocation.getArguments()[0]); in ContextFixture()
770 return doQueryIntentServices((Intent) invocation.getArguments()[0]); in ContextFixture()
864 private List<ResolveInfo> doQueryIntentServices(Intent intent) { in doQueryIntentServices() method in ContextFixture