Searched refs:mPendingIntent (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
H A D | PendingIntent.java | 137 private final PendingIntent mPendingIntent; field in class:PendingIntent.FinishedDispatcher 145 mPendingIntent = pi; 162 mWho.onSendFinished(mPendingIntent, mIntent, mResultCode,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | UsbPermissionActivity.java | 54 private PendingIntent mPendingIntent; field in class:UsbPermissionActivity 67 mPendingIntent = (PendingIntent)intent.getParcelableExtra(Intent.EXTRA_INTENT); 124 mPendingIntent.send(this, 0, intent);
|
/frameworks/base/voip/java/com/android/server/sip/ |
H A D | SipService.java | 1145 private PendingIntent mPendingIntent; field in class:SipService.WakeupTimer 1161 if (mPendingIntent != null) { 1162 mAlarmManager.cancel(mPendingIntent); 1163 mPendingIntent = null; 1179 mAlarmManager.cancel(mPendingIntent); 1180 mPendingIntent = null; 1304 if (mPendingIntent != null) { 1311 PendingIntent pendingIntent = mPendingIntent = 1324 mPendingIntent = null;
|
/frameworks/base/services/java/com/android/server/ |
H A D | LocationManagerService.java | 194 final PendingIntent mPendingIntent; field in class:LocationManagerService.Receiver 201 mPendingIntent = null; 206 mPendingIntent = intent; 246 return mPendingIntent != null; 257 if (mPendingIntent != null) { 258 return mPendingIntent; 287 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler); 322 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler); 361 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler);
|
Completed in 927 milliseconds