Searched refs:ACTION_SENDTO (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java96 * The class name of the ACTION_SENDTO intent in this app.
158 * Implement ACTION_SENDTO intent.
242 intent = new Intent(Intent.ACTION_SENDTO,
576 * Updates the ACTION_SENDTO activity to the specified component for the specified scheme.
581 Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts(scheme, "", null));
596 intentFilter.addAction(Intent.ACTION_SENDTO);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java84 final Intent intent = new Intent(android.content.Intent.ACTION_SENDTO,
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java126 SENDTO(Intent.ACTION_SENDTO,
/frameworks/base/core/java/android/content/
H A DIntent.java513 * <li> {@link #ACTION_SENDTO}
1067 public static final String ACTION_SENDTO = "android.intent.action.SENDTO"; field in class:Intent

Completed in 906 milliseconds