Searched defs:sendIntent (Results 1 - 6 of 6) sorted by path

/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/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java76 Intent sendIntent = buildSendIntent(context, bugreportUri, screenshotUri);
81 notifIntent = buildWarningIntent(context, sendIntent);
83 notifIntent = sendIntent;
114 private static Intent buildWarningIntent(Context context, Intent sendIntent) { argument
116 intent.putExtra(Intent.EXTRA_INTENT, sendIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java85 sendIntent("click", mOnClick, mOnClickUri);
90 sendIntent("long-click", mOnLongClick, mOnLongClickUri);
93 private void sendIntent(String type, PendingIntent pi, String uri) { method in class:IntentTile
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3935 sendIntent(nri.mPendingIntent, intent);
3940 private void sendIntent(PendingIntent pendingIntent, Intent intent) { method in class:ConnectivityService
/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);

Completed in 210 milliseconds