Home
last modified time | relevance | path

Searched refs:pendingIntent (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java143 protected boolean startIntentSafely(Context context, PendingIntent pendingIntent, in startIntentSafely() argument
148 pendingIntent.getIntentSender(), fillInIntent, in startIntentSafely()
252 PendingIntent pendingIntent = (PendingIntent) parent.getTag(); in apply()
266 startIntentSafely(v.getContext(), pendingIntent, fillInIntent); in apply()
423 public SetOnClickPendingIntent(int id, PendingIntent pendingIntent) { in SetOnClickPendingIntent() argument
425 this.pendingIntent = pendingIntent; in SetOnClickPendingIntent()
430 pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(parcel); in SetOnClickPendingIntent()
436 pendingIntent.writeToParcel(dest, 0 /* no flags */); in writeToParcel()
452 if (target != null && pendingIntent != null) { in apply()
470 startIntentSafely(v.getContext(), pendingIntent, intent); in apply()
[all …]
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java85 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent); in sendNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationController.java90 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, gpsIntent, 0); in onReceive() local
96 .setContentIntent(pendingIntent) in onReceive()
/frameworks/base/voip/java/com/android/server/sip/
DSipWakeupTimer.java228 PendingIntent pendingIntent = mPendingIntent = in scheduleNext() local
232 event.mTriggerTime, pendingIntent); in scheduleNext()
/frameworks/base/services/java/com/android/server/
DUiModeManagerService.java783 PendingIntent pendingIntent = in updateTwilightLocked() local
785 mAlarmManager.cancel(pendingIntent); in updateTwilightLocked()
786 mAlarmManager.set(AlarmManager.RTC_WAKEUP, nextUpdate, pendingIntent); in updateTwilightLocked()
DLocationManagerService.java392 public void onSendFinished(PendingIntent pendingIntent, Intent intent, in onSendFinished() argument
1545 public void onSendFinished(PendingIntent pendingIntent, Intent intent, in onSendFinished() argument
/frameworks/base/docs/html/guide/topics/network/
Dsip.jd245 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, Intent.FILL_IN_DATA);
246 mSipManager.open(mSipProfile, pendingIntent, null);</pre>
438 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, 0, intent, Intent.FILL_IN_DATA);
439 mSipManager.open(mSipProfile, pendingIntent, null);</pre>
/frameworks/base/core/java/android/app/
DPendingIntent.java131 void onSendFinished(PendingIntent pendingIntent, Intent intent, in onSendFinished() argument
/frameworks/base/docs/html/guide/topics/nfc/
Dadvanced-nfc.jd234 PendingIntent pendingIntent = PendingIntent.getActivity(
287 mAdapter.enableForegroundDispatch(this, pendingIntent, intentFiltersArray, techListsArray);
/frameworks/base/docs/html/guide/market/billing/
Dbilling_integrate.jd613 void startBuyPageActivity(PendingIntent pendingIntent, Intent intent) {
619 // mActivity.startIntentSender(pendingIntent.getIntentSender(),
621 mStartIntentSenderArgs[0] = pendingIntent.getIntentSender();
635 pendingIntent.send(mActivity, 0 /* code */, intent);
/frameworks/base/core/java/android/content/
DSyncManager.java2387 final PendingIntent pendingIntent = PendingIntent in installHandleTooManyDeletesNotification() local
2400 pendingIntent); in installHandleTooManyDeletesNotification()
/frameworks/base/docs/html/guide/topics/fundamentals/
Dservices.jd694 PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, notificationIntent, 0);
696 getText(R.string.notification_message), pendingIntent);
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd478 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0);
483 views.setOnClickPendingIntent(R.id.button, pendingIntent);