Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFiltersUtils.java187 .addAction(Intent.ACTION_SENDTO)
203 .addAction(Intent.ACTION_SENDTO)
471 .addAction(Intent.ACTION_SENDTO)
487 .addAction(Intent.ACTION_SENDTO)
612 .addAction(Intent.ACTION_SENDTO)
767 .addAction(Intent.ACTION_SENDTO)
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java425 .setAction(Intent.ACTION_SENDTO) in shouldSkipDisclosure_textMessageIntent_sms()
438 .setAction(Intent.ACTION_SENDTO) in shouldSkipDisclosure_textMessageIntent_smsto()
451 .setAction(Intent.ACTION_SENDTO) in shouldSkipDisclosure_textMessageIntent_mms()
464 .setAction(Intent.ACTION_SENDTO) in shouldSkipDisclosure_textMessageIntent_mmsto()
533 .setAction(Intent.ACTION_SENDTO) in shouldSkipDisclosure_textMessageIntent_invalidUri()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivityLogger.java232 case Intent.ACTION_SENDTO: in typeFromIntentString()
DIntentForwarderActivity.java553 return (Intent.ACTION_SENDTO.equals(intent.getAction()) || isViewActionIntent(intent)) in isTextMessageIntent()
DResolverActivity.java295 SENDTO(Intent.ACTION_SENDTO,
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DComponentParseUtils.java50 || intentFilter.hasAction(Intent.ACTION_SENDTO) in isImplicitlyExposedIntent()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsApplication.java335 intent = new Intent(Intent.ACTION_SENDTO, in getApplicationCollectionInternal()
927 Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts(scheme, "", null)); in replacePreferredActivity()
937 intentFilter.addAction(Intent.ACTION_SENDTO); in replacePreferredActivity()
/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/
DSmsApplicationTest.java283 case Intent.ACTION_SENDTO: in getResolveInfosForIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java702 intent = new Intent(Intent.ACTION_SENDTO, uri); in createHandoverAppLaunchPendingIntent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java102 private static final String DEFAULT_T911_HANDOVER_INTENT_ACTION = Intent.ACTION_SENDTO;
/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java102 PROTECTED_ACTIONS.add(Intent.ACTION_SENDTO);
/frameworks/base/core/java/android/content/
DIntent.java1249 public static final String ACTION_SENDTO = "android.intent.action.SENDTO"; field in Intent
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5561 || intent.hasAction(Intent.ACTION_SENDTO) in isImplicitlyExposedIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7677 field public static final java.lang.String ACTION_SENDTO = "android.intent.action.SENDTO";
/frameworks/base/core/api/
Dcurrent.txt11261 field public static final String ACTION_SENDTO = "android.intent.action.SENDTO";