Home
last modified time | relevance | path

Searched refs:getIntentAction (Results 1 – 19 of 19) 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()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DPickerMediaDatabaseUtil.java537 query.getIntentAction(), in getMediaPageQuery()
545 query.getCallingPackageUid(), query.getIntentAction())) in getMediaPageQuery()
579 query.getIntentAction(), in getMediaNextPageKeyQuery()
586 query.getCallingPackageUid(), query.getIntentAction())) in getMediaNextPageKeyQuery()
624 query.getIntentAction(), in getMediaPreviousPageQuery()
631 query.getCallingPackageUid(), query.getIntentAction())) in getMediaPreviousPageQuery()
666 query.getCallingPackageUid(), query.getIntentAction())) in getMediaItemsBeforeCountQuery()
DSearchMediaQuery.java122 public String getIntentAction() { in getIntentAction() method in SearchMediaQuery
DMediaInMediaSetsQuery.java126 public String getIntentAction() { in getIntentAction() method in MediaInMediaSetsQuery
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/system/legal/
DWebViewLicensePreferenceControllerTest.java32 protected String getIntentAction() { in getIntentAction() method in WebViewLicensePreferenceControllerTest
DTermsPreferenceControllerTest.java32 protected String getIntentAction() { in getIntentAction() method in TermsPreferenceControllerTest
DThirdPartyLicensePreferenceControllerTest.java32 protected String getIntentAction() { in getIntentAction() method in ThirdPartyLicensePreferenceControllerTest
DLegalPreferenceControllerTest.java39 protected String getIntentAction() { in getIntentAction() method in LegalPreferenceControllerTest
DLegalPreferenceControllerTestCase.java93 protected abstract String getIntentAction(); in getIntentAction() method in LegalPreferenceControllerTestCase
98 assertThat(intent.getAction()).isEqualTo(getIntentAction()); in getIntent_shouldUseRightIntent()
/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/car/
DCarIndexData.java41 return DatabaseIndexingUtils.buildDirectSearchResultIntent(getIntentAction(), in buildIntent()
/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/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/
DPickerDataLayerV2.java227 query.getIntentAction()); in queryMedia()
267 query.getIntentAction()); in queryPreviewMedia()
518 query.getIntentAction()); in queryAlbumMedia()
555 if (MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP.equals(query.getIntentAction())) { in querySearchMedia()
596 if (MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP.equals(query.getIntentAction())) { in queryMediaInMediaSet()
1310 query.getIntentAction()); in queryMediaForPreSelection()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DDefaultActionOverrideFix.java123 externalSafetySource.getSafetySource().getIntentAction(), in getDefaultIntentForSource()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java691 safetySource.getIntentAction(), in toSafetyCenterEntry()
771 safetySource.getIntentAction(), in toDefaultSafetyCenterEntry()
905 safetySource.getIntentAction(), in toSafetyCenterStaticEntry()
955 safetySource.getIntentAction(), in toDefaultSafetyCenterStaticEntry()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/model/
DMediaQuery.java109 public String getIntentAction() { in getIntentAction() method in MediaQuery
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java202 public String getIntentAction() { in getIntentAction() method in IndexData.Builder
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySource.java419 public String getIntentAction() { in getIntentAction() method in SafetySource
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt574 method @Nullable public String getIntentAction();