HomeSort by relevance Sort by last modified time
    Searched defs:getPendingIntent (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ToastService.java 63 public static PendingIntent getPendingIntent(Context context, int resId) {
UpdateService.java 60 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) {
FullScreenActivity.java 79 public static PendingIntent getPendingIntent(Context context, int id) {
PhoneService.java 72 public static PendingIntent getPendingIntent(Context context, int id, String action) {
  /frameworks/base/core/java/android/app/
TaskStackBuilder.java 248 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags) {
249 return getPendingIntent(requestCode, flags, null);
267 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags,
271 "No intents added to TaskStackBuilder; cannot getPendingIntent");
281 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options,
285 "No intents added to TaskStackBuilder; cannot getPendingIntent");
  /frameworks/base/core/java/android/text/style/
EasyEditSpan.java 42 * @see #getPendingIntent()
137 public PendingIntent getPendingIntent() {
  /frameworks/base/core/java/android/service/settings/suggestions/
Suggestion.java 106 public PendingIntent getPendingIntent() {
  /frameworks/support/compat/src/main/java/androidx/core/app/
TaskStackBuilder.java 56 * {@link PendingIntent} generated by {@link #getPendingIntent(int, int)} will construct
311 public PendingIntent getPendingIntent(int requestCode, int flags) {
312 return getPendingIntent(requestCode, flags, null);
330 public PendingIntent getPendingIntent(int requestCode, int flags, @Nullable Bundle options) {
333 "No intents added to TaskStackBuilder; cannot getPendingIntent");
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
ForceStopRunnable.java 91 PendingIntent pendingIntent = getPendingIntent(ALARM_ID, FLAG_NO_CREATE);
115 public PendingIntent getPendingIntent(int alarmId, int flags) {
143 PendingIntent pendingIntent = getPendingIntent(alarmId, FLAG_UPDATE_CURRENT);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
PendingRequestArgs.java 88 public Intent getPendingIntent() {
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 92 protected PendingIntent getPendingIntent() {
MmsRequest.java 217 final PendingIntent pendingIntent = getPendingIntent();
300 protected abstract PendingIntent getPendingIntent();
SendRequest.java 141 protected PendingIntent getPendingIntent() {
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 251 public static PendingIntent getPendingIntent(Context context, String text) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
GetTranscriptReceiver.java 96 return getPendingIntent(context, intent, PendingIntent.FLAG_NO_CREATE) != null;
126 getPendingIntent(context, intent, PendingIntent.FLAG_UPDATE_CURRENT);
135 PendingIntent alarmIntent = getPendingIntent(context, intent, PendingIntent.FLAG_NO_CREATE);
170 private static PendingIntent getPendingIntent(Context context, Intent intent, int flags) {
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
219 public static PendingIntent getPendingIntent(Context context, String text) {
272 = FullScreenActivity.getPendingIntent(mContext, phoneId);
284 ToastService.getPendingIntent(mContext, "Clicked on Answer"))
286 ToastService.getPendingIntent(mContext, "Clicked on Ignore"))
299 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch"))
314 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event"))
317 ToastService.getPendingIntent(mContext, "snoozed 10 min"))
319 ToastService.getPendingIntent(mContext, "snoozed 1 hr")
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 265 R.drawable.stat_notify_email, "Reply", ToastService.getPendingIntent(mContext,
340 public static PendingIntent getPendingIntent(Context context, String text) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 431 public PendingIntent getPendingIntent() {
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 637 "play", getPendingIntent()).build())
640 "pause", getPendingIntent()).build())
662 "a1", getPendingIntent()).build())
665 "a2", getPendingIntent()).build())
686 "a1", getPendingIntent()).build())
689 "a2", getPendingIntent()).build())
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 687 public PendingIntent getPendingIntent() {
    [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 1205 milliseconds

1 2 3