Searched refs:mPendingIntent (Results 1 - 10 of 10) 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/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java36 private PendingIntent mPendingIntent; field in class:NotificationCompatWearableExtenderTest
43 mPendingIntent = PendingIntent.getActivity(getContext(), 0, new Intent(), 0);
84 R.drawable.action_icon, "Test title", mPendingIntent)
100 mPendingIntent))
106 .setDisplayIntent(mPendingIntent)
129 R.drawable.action_icon, "Test title", mPendingIntent)
145 mPendingIntent))
151 .setDisplayIntent(mPendingIntent)
/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/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java385 private final PendingIntent mPendingIntent; field in class:MediaSessionLegacyHelper.MediaButtonListener
389 mPendingIntent = pi;
395 MediaSessionLegacyHelper.sendKeyEvent(mPendingIntent, mContext, mediaButtonIntent);
440 MediaSessionLegacyHelper.sendKeyEvent(mPendingIntent, mContext, intent);
444 MediaSessionLegacyHelper.sendKeyEvent(mPendingIntent, mContext, intent);
447 Log.d(TAG, "Sent " + keyCode + " to pending intent " + mPendingIntent);
/frameworks/base/core/java/android/app/
H A DPendingIntent.java194 private final PendingIntent mPendingIntent; field in class:PendingIntent.FinishedDispatcher
202 mPendingIntent = pi;
219 mWho.onSendFinished(mPendingIntent, mIntent, mResultCode,
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java589 final PendingIntent mPendingIntent; field in class:LocationManagerService.Receiver
606 mPendingIntent = intent;
744 return mPendingIntent != null;
776 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,
810 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
852 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler,
H A DAlarmManagerService.java528 final PendingIntent mPendingIntent; field in class:AlarmManagerService.InFlight
537 mPendingIntent = pendingIntent;
1995 if (mInFlight.get(i).mPendingIntent == pi) {
2032 setWakelockWorkSource(inFlight.mPendingIntent, inFlight.mWorkSource,

Completed in 276 milliseconds