Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyAssistanceHelper.java46 public static String getIntentAction() { in getIntentAction() method in EmergencyAssistanceHelper
62 Intent queryIntent = new Intent(getIntentAction()); in resolveAssistPackageAndQueryActivities()
106 Intent queryIntent = new Intent(getIntentAction()) in queryAssistActivities()
DEmergencyInfoGroup.java129 EmergencyAssistanceHelper.getIntentAction()) in setupButtonInfo()
DEmergencyActionGroup.java146 new Intent(EmergencyAssistanceHelper.getIntentAction()) in setupAssistActions()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/legal/
DLegalPreferenceControllerTestCase.java90 protected abstract String getIntentAction(); in getIntentAction() method in LegalPreferenceControllerTestCase
95 assertThat(intent.getAction()).isEqualTo(getIntentAction()); in getIntent_shouldUseRightIntent()
DTermsPreferenceControllerTest.java32 protected String getIntentAction() { in getIntentAction() method in TermsPreferenceControllerTest
DThirdPartyLicensePreferenceControllerTest.java32 protected String getIntentAction() { in getIntentAction() method in ThirdPartyLicensePreferenceControllerTest
DWebViewLicensePreferenceControllerTest.java32 protected String getIntentAction() { in getIntentAction() method in WebViewLicensePreferenceControllerTest
DLegalPreferenceControllerTest.java39 protected String getIntentAction() { in getIntentAction() method in LegalPreferenceControllerTest
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java196 row.add(result.getIntentAction()); in createSuggestionsCursor()
307 abstract String getIntentAction(); in getIntentAction() method in LocalSearchProvider.SearchResult
/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/car/
DCarIndexData.java42 return DatabaseIndexingUtils.buildDirectSearchResultIntent(getIntentAction(), in buildIntent()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java189 public String getIntentAction() { in getIntentAction() method in IndexData.Builder