Searched refs:mPendingIntent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipWakeupTimer.java | 59 private PendingIntent mPendingIntent; field in SipWakeupTimer 78 if (mPendingIntent != null) { in stop() 79 mAlarmManager.cancel(mPendingIntent); in stop() 80 mPendingIntent = null; in stop() 96 mAlarmManager.cancel(mPendingIntent); in cancelAlarm() 97 mPendingIntent = null; in cancelAlarm() 221 if (mPendingIntent != null) { in scheduleNext() 228 PendingIntent pendingIntent = mPendingIntent = in scheduleNext() 241 mPendingIntent = null; in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbPermissionActivity.java | 56 private PendingIntent mPendingIntent; field in UsbPermissionActivity 69 mPendingIntent = (PendingIntent)intent.getParcelableExtra(Intent.EXTRA_INTENT); in onCreate() 145 mPendingIntent.send(this, 0, intent); in onDestroy()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 137 private final PendingIntent mPendingIntent; field in PendingIntent.FinishedDispatcher 145 mPendingIntent = pi; in FinishedDispatcher() 162 mWho.onSendFinished(mPendingIntent, mIntent, mResultCode, in run()
|
/frameworks/base/services/java/com/android/server/ |
D | LocationManagerService.java | 194 final PendingIntent mPendingIntent; field in LocationManagerService.Receiver 202 mPendingIntent = null; in Receiver() 207 mPendingIntent = intent; in Receiver() 247 return mPendingIntent != null; in isPendingIntent() 258 if (mPendingIntent != null) { in getPendingIntent() 259 return mPendingIntent; in getPendingIntent() 288 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler, in callStatusChangedLocked() 324 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler, in callLocationChangedLocked() 364 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler, in callProviderEnabledLocked()
|