Searched refs:getIntentAction (Results 1 – 11 of 11) sorted by relevance
46 public static String getIntentAction() { in getIntentAction() method in EmergencyAssistanceHelper62 Intent queryIntent = new Intent(getIntentAction()); in resolveAssistPackageAndQueryActivities()106 Intent queryIntent = new Intent(getIntentAction()) in queryAssistActivities()
129 EmergencyAssistanceHelper.getIntentAction()) in setupButtonInfo()
146 new Intent(EmergencyAssistanceHelper.getIntentAction()) in setupAssistActions()
90 protected abstract String getIntentAction(); in getIntentAction() method in LegalPreferenceControllerTestCase95 assertThat(intent.getAction()).isEqualTo(getIntentAction()); in getIntent_shouldUseRightIntent()
32 protected String getIntentAction() { in getIntentAction() method in TermsPreferenceControllerTest
32 protected String getIntentAction() { in getIntentAction() method in ThirdPartyLicensePreferenceControllerTest
32 protected String getIntentAction() { in getIntentAction() method in WebViewLicensePreferenceControllerTest
39 protected String getIntentAction() { in getIntentAction() method in LegalPreferenceControllerTest
196 row.add(result.getIntentAction()); in createSuggestionsCursor()307 abstract String getIntentAction(); in getIntentAction() method in LocalSearchProvider.SearchResult
42 return DatabaseIndexingUtils.buildDirectSearchResultIntent(getIntentAction(), in buildIntent()
189 public String getIntentAction() { in getIntentAction() method in IndexData.Builder