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

/frameworks/base/core/java/android/content/
H A DIntentSender.java152 public void sendIntent(Context context, int code, Intent intent, method in class:IntentSender
154 sendIntent(context, code, intent, onFinished, handler, null);
183 public void sendIntent(Context context, int code, Intent intent, method in class:IntentSender
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java91 sendIntent("click", mOnClick, mOnClickUri);
101 sendIntent("long-click", mOnLongClick, mOnLongClickUri);
104 private void sendIntent(String type, PendingIntent pi, String uri) { method in class:IntentTile
/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.java185 private void sendIntent(String contentPath, String version, String required, String sig) { method in class:CertPinInstallReceiverTest
200 sendIntent(contentPath, version, required, sig);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java904 private static Intent buildWarningIntent(Context context, Intent sendIntent) { argument
906 intent.putExtra(Intent.EXTRA_INTENT, sendIntent);
984 final Intent sendIntent = buildSendIntent(mContext, info);
985 if (sendIntent == null) {
995 notifIntent = buildWarningIntent(mContext, sendIntent);
997 notifIntent = sendIntent;
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java4719 sendIntent(nri.mPendingIntent, intent);
4724 private void sendIntent(PendingIntent pendingIntent, Intent intent) { method in class:ConnectivityService

Completed in 2473 milliseconds