Searched defs:mPendingIntent (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbPermissionActivity.java57 private PendingIntent mPendingIntent; field in class:UsbPermissionActivity
70 mPendingIntent = (PendingIntent)intent.getParcelableExtra(Intent.EXTRA_INTENT);
148 mPendingIntent.send(this, 0, intent);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java59 private PendingIntent mPendingIntent; field in class:SipWakeupTimer
78 if (mPendingIntent != null) {
79 mAlarmManager.cancel(mPendingIntent);
80 mPendingIntent = null;
96 mAlarmManager.cancel(mPendingIntent);
97 mPendingIntent = null;
221 if (mPendingIntent != null) {
228 PendingIntent pendingIntent = mPendingIntent =
241 mPendingIntent = null;
/frameworks/base/core/java/android/app/
H A DPendingIntent.java166 private final PendingIntent mPendingIntent; field in class:PendingIntent.FinishedDispatcher
174 mPendingIntent = pi;
191 mWho.onSendFinished(mPendingIntent, mIntent, mResultCode,
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java110 final PendingIntent mPendingIntent; field in class:AlarmManagerService.InFlight
116 mPendingIntent = pendingIntent;
1063 if (mInFlight.get(i).mPendingIntent == pi) {
1099 setWakelockWorkSource(mInFlight.get(0).mPendingIntent);
H A DLocationManagerService.java426 final PendingIntent mPendingIntent; field in class:LocationManagerService.Receiver
436 mPendingIntent = intent;
483 return mPendingIntent != null;
515 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,
549 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
587 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler,

Completed in 111 milliseconds