Searched refs:mPendingIntent (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DEasyEditSpan.java56 private final PendingIntent mPendingIntent; field in class:EasyEditSpan
65 mPendingIntent = null;
75 mPendingIntent = pendingIntent;
83 mPendingIntent = source.readParcelable(null);
94 dest.writeParcelable(mPendingIntent, 0);
127 return mPendingIntent;
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorJellybeanMR2.java79 PendingIntent mPendingIntent; field in class:TransportMediatorJellybeanMR2
112 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, mIntent,
114 mRemoteControl = new RemoteControlClient(mPendingIntent);
122 mAudioManager.registerMediaButtonEventReceiver(mPendingIntent);
194 mAudioManager.unregisterMediaButtonEventReceiver(mPendingIntent);
200 if (mPendingIntent != null) {
202 mPendingIntent.cancel();
203 mPendingIntent = null;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java48 private PendingIntent mPendingIntent; field in class:SipWakeupTimer
67 if (mPendingIntent != null) {
68 mAlarmManager.cancel(mPendingIntent);
69 mPendingIntent = null;
85 mAlarmManager.cancel(mPendingIntent);
86 mPendingIntent = null;
210 if (mPendingIntent != null) {
217 PendingIntent pendingIntent = mPendingIntent =
230 mPendingIntent = null;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java71 private PendingIntent mPendingIntent; field in class:LocationStatsAggregator
101 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
106 mPendingIntent);
111 mAlarmManager.cancel(mPendingIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbPermissionActivity.java55 private PendingIntent mPendingIntent; field in class:UsbPermissionActivity
68 mPendingIntent = (PendingIntent)intent.getParcelableExtra(Intent.EXTRA_INTENT);
146 mPendingIntent.send(this, 0, intent);
/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 DLocationManagerService.java479 final PendingIntent mPendingIntent; field in class:LocationManagerService.Receiver
496 mPendingIntent = intent;
634 return mPendingIntent != null;
666 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,
700 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
742 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler,
H A DAlarmManagerService.java398 final PendingIntent mPendingIntent; field in class:AlarmManagerService.InFlight
405 mPendingIntent = pendingIntent;
1443 if (mInFlight.get(i).mPendingIntent == pi) {
1480 setWakelockWorkSource(inFlight.mPendingIntent, inFlight.mWorkSource);

Completed in 201 milliseconds