Searched refs:PendingIntent (Results 1 - 25 of 103) sorted by relevance

12345

/frameworks/base/core/java/android/app/
H A DPendingIntent.aidl20 parcelable PendingIntent;
H A DIAlarmManager.aidl19 import android.app.PendingIntent;
27 void set(int type, long triggerAtTime, in PendingIntent operation);
28 void setRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation);
29 void setInexactRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation);
32 void remove(in PendingIntent operation);
H A DPendingIntent.java39 * <p>By giving a PendingIntent to another application,
42 * identity). As such, you should be careful about how you build the PendingIntent:
47 * <p>A PendingIntent itself is simply a reference to a token maintained by
50 * PendingIntent itself will remain usable from other processes that
52 * same kind of PendingIntent (same operation, same Intent action, data,
53 * categories, and components, and same flags), it will receive a PendingIntent
57 public final class PendingIntent implements Parcelable { class in inherits:Parcelable
63 * PendingIntent can only be used once. If set, after
70 * {@link #getService}: if the described PendingIntent does not already
76 * {@link #getService}: if the described PendingIntent alread
638 /*package*/ PendingIntent(IIntentSender target) { method in class:PendingIntent
642 /*package*/ PendingIntent(IBinder target) { method in class:PendingIntent
[all...]
H A DAlarmManager.java123 * typically comes from {@link PendingIntent#getBroadcast
137 public void set(int type, long triggerAtTime, PendingIntent operation) {
176 * typically comes from {@link PendingIntent#getBroadcast
191 PendingIntent operation) {
200 * {@link #setInexactRepeating(int, long, long, PendingIntent)}
237 * typically comes from {@link PendingIntent#getBroadcast
257 PendingIntent operation) {
274 public void cancel(PendingIntent operation) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DIntentSenderTest.java20 import android.app.PendingIntent;
33 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0,
47 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() {
48 public void onSendFinished(PendingIntent pi, Intent intent,
54 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0);
62 PendingIntent is = PendingIntent
[all...]
H A DSubActivityScreen.java20 import android.app.PendingIntent;
48 PendingIntent apr = createPendingResult(1, null,
55 } catch (PendingIntent.CanceledException e) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl19 import android.app.PendingIntent;
75 * @param sentIntent if not NULL this <code>PendingIntent</code> is
88 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
93 in byte[] data, in PendingIntent sentIntent, in PendingIntent deliveryIntent);
101 * @param sentIntent if not NULL this <code>PendingIntent</code> is
114 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
119 in PendingIntent sentIntent, in PendingIntent deliveryIntent);
130 * <code>PendingIntent</cod
[all...]
H A DIccSmsInterfaceManagerProxy.java19 import android.app.PendingIntent;
54 byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) {
60 String text, PendingIntent sentIntent, PendingIntent deliveryIntent) {
65 List<String> parts, List<PendingIntent> sentIntents,
66 List<PendingIntent> deliveryIntents) throws android.os.RemoteException {
H A DIccSmsInterfaceManager.java19 import android.app.PendingIntent;
59 * @param sentIntent if not NULL this <code>PendingIntent</code> is
72 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
77 byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) {
96 * @param sentIntent if not NULL this <code>PendingIntent</code> is
109 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
114 String text, PendingIntent sentIntent, PendingIntent deliveryIntent) {
135 * <code>PendingIntent</cod
[all...]
H A DSMSDispatcher.java20 import android.app.PendingIntent;
22 import android.app.PendingIntent.CanceledException;
361 PendingIntent sentIntent = tracker.mSentIntent;
697 * @param sentIntent if not NULL this <code>PendingIntent</code> is
711 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
716 byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent);
725 * @param sentIntent if not NULL this <code>PendingIntent</code> is
739 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
744 String text, PendingIntent sentInten
[all...]
/frameworks/base/telephony/java/android/telephony/gsm/
H A DSmsManager.java19 import android.app.PendingIntent;
58 * @param sentIntent if not NULL this <code>PendingIntent</code> is
68 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
78 PendingIntent sentIntent, PendingIntent deliveryIntent) {
108 * <code>PendingIntent</code>s (one for each message part) that is
119 * <code>PendingIntent</code>s (one for each message part) that is
130 ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) {
143 * @param sentIntent if not NULL this <code>PendingIntent</cod
[all...]
/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl19 import android.app.PendingIntent;
44 void setForegroundDispatch(in PendingIntent intent,
/frameworks/base/media/java/android/media/
H A DIRemoteControlDisplay.aidl19 import android.app.PendingIntent;
35 * @param clientMediaIntent the PendingIntent associated with the client.
40 void setCurrentClientId(int clientGeneration, in PendingIntent clientMediaIntent,
H A DIAudioService.aidl19 import android.app.PendingIntent;
89 oneway void registerMediaButtonIntent(in PendingIntent pi, in ComponentName c);
90 oneway void unregisterMediaButtonIntent(in PendingIntent pi, in ComponentName c);
92 oneway void registerRemoteControlClient(in PendingIntent mediaIntent,
94 oneway void unregisterRemoteControlClient(in PendingIntent mediaIntent,
/frameworks/base/voip/java/android/net/sip/
H A DISipService.aidl19 import android.app.PendingIntent;
30 in PendingIntent incomingCallPendingIntent,
/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl19 import android.app.PendingIntent;
64 void requestDevicePermission(in UsbDevice device, String packageName, in PendingIntent pi);
71 in PendingIntent pi);
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java19 import android.app.PendingIntent;
45 public static PendingIntent getIntentForStatusPanel(Context context, VpnConfig config) {
51 return PendingIntent.getActivity(context, 0, intent, (config == null) ?
52 PendingIntent.FLAG_NO_CREATE : PendingIntent.FLAG_CANCEL_CURRENT);
63 public PendingIntent configureIntent;
H A DLegacyVpnInfo.java19 import android.app.PendingIntent;
39 public PendingIntent intent;
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java20 import android.app.PendingIntent;
33 "Scheduler Test running", PendingIntent.getActivity(this, 0,
/frameworks/base/services/java/com/android/server/am/
H A DConnectionRecord.java20 import android.app.PendingIntent;
33 final PendingIntent clientIntent; // How to launch the client.
48 int _clientLabel, PendingIntent _clientIntent) {
/frameworks/base/location/java/android/location/
H A DILocationManager.aidl19 import android.app.PendingIntent;
44 boolean singleShot, in PendingIntent intent);
46 void removeUpdatesPI(in PendingIntent intent);
57 long expiration, in PendingIntent intent);
58 void removeProximityAlert(in PendingIntent intent);
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java19 import android.app.PendingIntent;
54 * @param sentIntent if not NULL this <code>PendingIntent</code> is
67 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
75 PendingIntent sentIntent, PendingIntent deliveryIntent) {
117 * <code>PendingIntent</code>s (one for each message part) that is
131 * <code>PendingIntent</code>s (one for each message part) that is
140 ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents) {
159 PendingIntent sentInten
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java21 import android.app.PendingIntent;
138 PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);
206 PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);
220 PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);
264 PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);
279 boolean sound, boolean visible, PendingIntent p
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java23 import android.app.PendingIntent;
90 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, gpsIntent, 0);
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java22 import android.app.PendingIntent;
115 PendingIntent pending = PendingIntent.getActivity(this, 0, intent, 0);

Completed in 455 milliseconds

12345