Uses of Class
android.app.PendingIntent

Packages that use PendingIntent
android.app   
android.location   
android.telephony   
android.telephony.gsm   
android.widget   
 

Uses of PendingIntent in android.app
 

Fields in android.app declared as PendingIntent
 PendingIntent Notification.contentIntent
           
 PendingIntent Notification.deleteIntent
           
 

Fields in android.app with type parameters of type PendingIntent
static Parcelable.Creator<PendingIntent> PendingIntent.CREATOR
           
 

Methods in android.app that return PendingIntent
 PendingIntent Activity.createPendingResult(int requestCode, Intent data, int flags)
           
static PendingIntent PendingIntent.getActivity(Context context, int requestCode, Intent intent, int flags)
           
static PendingIntent PendingIntent.getBroadcast(Context context, int requestCode, Intent intent, int flags)
           
 PendingIntent ActivityManager.getRunningServiceControlPanel(ComponentName service)
           
static PendingIntent PendingIntent.getService(Context context, int requestCode, Intent intent, int flags)
           
static PendingIntent PendingIntent.readPendingIntentOrNullFromParcel(Parcel in)
           
 

Methods in android.app with parameters of type PendingIntent
 void AlarmManager.cancel(PendingIntent operation)
           
 void PendingIntent.OnFinished.onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, java.lang.String resultData, Bundle resultExtras)
           
 void AlarmManager.set(int type, long triggerAtTime, PendingIntent operation)
           
 void AlarmManager.setInexactRepeating(int type, long triggerAtTime, long interval, PendingIntent operation)
           
 void Notification.setLatestEventInfo(Context context, java.lang.CharSequence contentTitle, java.lang.CharSequence contentText, PendingIntent contentIntent)
           
 void AlarmManager.setRepeating(int type, long triggerAtTime, long interval, PendingIntent operation)
           
static void PendingIntent.writePendingIntentOrNullToParcel(PendingIntent sender, Parcel out)
           
 

Uses of PendingIntent in android.location
 

Methods in android.location with parameters of type PendingIntent
 void LocationManager.addProximityAlert(double latitude, double longitude, float radius, long expiration, PendingIntent intent)
           
 void LocationManager.removeProximityAlert(PendingIntent intent)
           
 void LocationManager.removeUpdates(PendingIntent intent)
           
 void LocationManager.requestLocationUpdates(java.lang.String provider, long minTime, float minDistance, PendingIntent intent)
           
 

Uses of PendingIntent in android.telephony
 

Methods in android.telephony with parameters of type PendingIntent
 void SmsManager.sendDataMessage(java.lang.String destinationAddress, java.lang.String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
           
 void SmsManager.sendTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.lang.String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
           
 

Method parameters in android.telephony with type arguments of type PendingIntent
 void SmsManager.sendMultipartTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList<java.lang.String> parts, java.util.ArrayList<PendingIntent> sentIntents, java.util.ArrayList<PendingIntent> deliveryIntents)
           
 void SmsManager.sendMultipartTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList<java.lang.String> parts, java.util.ArrayList<PendingIntent> sentIntents, java.util.ArrayList<PendingIntent> deliveryIntents)
           
 

Uses of PendingIntent in android.telephony.gsm
 

Methods in android.telephony.gsm with parameters of type PendingIntent
 void SmsManager.sendDataMessage(java.lang.String destinationAddress, java.lang.String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
          Deprecated.  
 void SmsManager.sendTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.lang.String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
          Deprecated.  
 

Method parameters in android.telephony.gsm with type arguments of type PendingIntent
 void SmsManager.sendMultipartTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList<java.lang.String> parts, java.util.ArrayList<PendingIntent> sentIntents, java.util.ArrayList<PendingIntent> deliveryIntents)
          Deprecated.  
 void SmsManager.sendMultipartTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList<java.lang.String> parts, java.util.ArrayList<PendingIntent> sentIntents, java.util.ArrayList<PendingIntent> deliveryIntents)
          Deprecated.  
 

Uses of PendingIntent in android.widget
 

Methods in android.widget with parameters of type PendingIntent
 void RemoteViews.setOnClickPendingIntent(int viewId, PendingIntent pendingIntent)
           
 



Copyright © 2008-2010. All Rights Reserved.