Searched refs:sendIntent (Results 1 - 5 of 5) 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;
110 private static Intent buildWarningIntent(Context context, Intent sendIntent) { argument
112 intent.putExtra(Intent.EXTRA_INTENT, 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/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/java/com/android/server/pm/
H A DPackageManagerService.java1994 pi.sendIntent(null, code, null,

Completed in 233 milliseconds