Searched refs:sendIntent (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java76 Intent sendIntent = buildSendIntent(context, bugreportUri, screenshotUri);
81 notifIntent = buildWarningIntent(context, sendIntent);
83 notifIntent = sendIntent;
113 private static Intent buildWarningIntent(Context context, Intent sendIntent) { argument
115 intent.putExtra(Intent.EXTRA_INTENT, sendIntent);
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
H A DSendActivity.java132 Intent sendIntent = new Intent();
134 sendIntent.setAction(Intent.ACTION_SEND);
135 sendIntent.putExtra(Intent.EXTRA_TEXT, editText.getText().toString());
136 sendIntent.setType("text/plain");
137 startActivity(sendIntent);
/frameworks/base/core/java/android/content/
H A DIntentSender.java156 public void sendIntent(Context context, int code, Intent intent, method in class:IntentSender
158 sendIntent(context, code, intent, onFinished, handler, null);
187 public void sendIntent(Context context, int code, Intent intent, method in class:IntentSender
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java354 sendIntent(pendingIntent, intent);
364 sendIntent(pendingIntent, intent);
367 private void sendIntent(PendingIntent pendingIntent, Intent intent) { method in class:GeofenceManager
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java183 private void sendIntent(String contentPath, String version, String required, String sig) { method in class:CertPinInstallReceiverTest
198 sendIntent(contentPath, version, required, sig);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java833 mTarget.sendIntent(mContext, 0, fillIn, null, null);
848 mTarget.sendIntent(mContext, 0, fillIn, null, null);
873 mTarget.sendIntent(mContext, 0, fillIn, null, null);
896 mTarget.sendIntent(mContext, 0, fillIn, null, null);
H A DPackageManagerService.java2183 pi.sendIntent(null, code, null,

Completed in 459 milliseconds