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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java125 private static Intent buildWarningIntent(Context context, Intent sendIntent) { argument
127 intent.putExtra(Intent.EXTRA_INTENT, sendIntent);
164 Intent sendIntent = buildSendIntent(context, bugreportUri, screenshotUri);
169 notifIntent = buildWarningIntent(context, sendIntent);
171 notifIntent = 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/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java90 sendIntent("click", mOnClick, mOnClickUri);
95 sendIntent("long-click", mOnLongClick, mOnLongClickUri);
98 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.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.java965 mTarget.sendIntent(mContext, 0, fillIn, null, null);
985 mTarget.sendIntent(mContext, 0, fillIn, null, null);
1015 mTarget.sendIntent(mContext, 0, fillIn, null, null);
1053 mTarget.sendIntent(mContext, 0, fillIn, null, null);
H A DPackageManagerService.java2986 pi.sendIntent(null, code, null,
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java494 is.sendIntent(null, 0, null, null, null);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java251 mChosenComponentSender.sendIntent(this, Activity.RESULT_OK, fillIn, null, null);
331 mRefinementIntentSender.sendIntent(this, 0, fillIn, null, null);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java4173 sendIntent(nri.mPendingIntent, intent);
4178 private void sendIntent(PendingIntent pendingIntent, Intent intent) { method in class:ConnectivityService

Completed in 456 milliseconds