Searched refs:mPendingIntent (Results 1 - 12 of 12) 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);
99 dest.writeParcelable(mPendingIntent, 0);
137 return mPendingIntent;
/frameworks/support/media-compat/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorJellybeanMR2.java90 PendingIntent mPendingIntent; field in class:TransportMediatorJellybeanMR2
123 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, mIntent,
125 mRemoteControl = new RemoteControlClient(mPendingIntent);
133 mAudioManager.registerMediaButtonEventReceiver(mPendingIntent);
195 mAudioManager.unregisterMediaButtonEventReceiver(mPendingIntent);
201 if (mPendingIntent != null) {
203 mPendingIntent.cancel();
204 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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java77 private PendingIntent mPendingIntent; field in class:RemoteInputView
162 mPendingIntent.send(mContext, 0, fillInIntent);
245 mPendingIntent = pendingIntent;
376 setPendingIntent(other.mPendingIntent);
389 if (mPendingIntent == null || actions == null) {
392 Intent current = mPendingIntent.getIntent();
424 return mPendingIntent;
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java386 private final PendingIntent mPendingIntent; field in class:MediaSessionLegacyHelper.MediaButtonListener
390 mPendingIntent = pi;
396 MediaSessionLegacyHelper.sendKeyEvent(mPendingIntent, mContext, mediaButtonIntent);
441 MediaSessionLegacyHelper.sendKeyEvent(mPendingIntent, mContext, intent);
445 MediaSessionLegacyHelper.sendKeyEvent(mPendingIntent, mContext, intent);
448 Log.d(TAG, "Sent " + keyCode + " to pending intent " + mPendingIntent);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java423 final PendingIntent mPendingIntent; field in class:ConnectivityServiceMock.NetworkRequestInfo
433 mPendingIntent = pi;
449 mPendingIntent = null;
474 (mPendingIntent == null ? "" : " to trigger " + mPendingIntent);
/frameworks/base/core/java/android/app/
H A DPendingIntent.java204 private final PendingIntent mPendingIntent; field in class:PendingIntent.FinishedDispatcher
213 mPendingIntent = pi;
239 mWho.onSendFinished(mPendingIntent, mIntent, mResultCode,
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java647 final PendingIntent mPendingIntent; field in class:LocationManagerService.Receiver
664 mPendingIntent = intent;
802 return mPendingIntent != null;
834 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,
868 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
910 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler,
H A DConnectivityService.java2459 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent;
2471 NetworkRequestInfo existingRequest = findExistingNetworkRequestInfo(nri.mPendingIntent);
4017 final PendingIntent mPendingIntent; field in class:ConnectivityService.NetworkRequestInfo
4027 mPendingIntent = pi;
4043 mPendingIntent = null;
4077 (mPendingIntent == null ? "" : " to trigger " + mPendingIntent);
4704 sendIntent(nri.mPendingIntent, intent);
5316 if (nri.mPendingIntent == null) {
5377 if (nri.mPendingIntent
[all...]
H A DAlarmManagerService.java831 final PendingIntent mPendingIntent; field in class:AlarmManagerService.InFlight
843 mPendingIntent = pendingIntent;
2846 if (mInFlight.get(i).mPendingIntent == pi) {
2882 inflight.mPendingIntent, inflight.mWorkSource.get(wi), inflight.mTag);
2886 inflight.mPendingIntent, inflight.mUid, inflight.mTag);
2911 setWakelockWorkSource(inFlight.mPendingIntent, inFlight.mWorkSource,

Completed in 536 milliseconds