Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DPreBootBroadcaster.java142 final PendingIntent contentIntent;
144 contentIntent = PendingIntent.getActivity(context, 0, intent, 0);
146 contentIntent = null;
159 .setContentIntent(contentIntent)
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java103 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
/frameworks/base/core/java/android/app/
DNotification.java286 public PendingIntent contentIntent; field in Notification
2064 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument
2072 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0)) in Notification()
2130 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2234 that.contentIntent = this.contentIntent; in cloneInto()
2510 if (contentIntent != null) { in writeToParcelImpl()
2512 contentIntent.writeToParcel(parcel, 0); in writeToParcelImpl()
2806 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument
2826 builder.setContentIntent(contentIntent); in setLatestEventInfo()
3695 mN.contentIntent = intent; in setContentIntent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java438 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dump()
DNotificationManagerService.java3645 summaryNotification.contentIntent = PendingIntent.getActivityAsUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationEntryManager.java173 if (notification.contentIntent != null || notification.fullScreenIntent != null) { in register()
DExpandableNotificationRow.java2091 || mEntry.notification.getNotification().contentIntent == null;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5078 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked()
5079 ? notification.contentIntent in onNotificationClicked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4629 field public android.app.PendingIntent contentIntent;
/frameworks/base/api/
Dcurrent.txt5283 field public android.app.PendingIntent contentIntent;
/frameworks/base/config/
Dhiddenapi-public-dex.txt3739 Landroid/app/Notification;->contentIntent:Landroid/app/PendingIntent;