/frameworks/base/core/tests/coretests/src/android/debug/ |
D | AdbNotificationsTest.java | 61 if (notification.contentIntent != null) { in testCreateNotification_UsbTransportType() 62 assertFalse(TextUtils.isEmpty(notification.contentIntent.getIntent().getPackage())); in testCreateNotification_UsbTransportType() 81 if (notification.contentIntent != null) { in testCreateNotification_WifiTransportType() 82 assertFalse(TextUtils.isEmpty(notification.contentIntent.getIntent().getPackage())); in testCreateNotification_WifiTransportType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragController.java | 103 final PendingIntent contentIntent = notification.contentIntent != null in startDragAndDrop() local 104 ? notification.contentIntent in startDragAndDrop() 106 if (contentIntent == null) { in startDragAndDrop() 126 dragIntent.putExtra(ClipDescription.EXTRA_PENDING_INTENT, contentIntent); in startDragAndDrop()
|
D | ExpandableNotificationRow.java | 2557 || mEntry.getSbn().getNotification().contentIntent == null; 2565 if (mEntry.getSbn().getNotification().contentIntent != null) {
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PreBootBroadcaster.java | 161 final PendingIntent contentIntent; 163 contentIntent = PendingIntent.getActivity(context, 0, intent, 166 contentIntent = null; 179 .setContentIntent(contentIntent)
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledNotificationUtils.java | 271 PendingIntent contentIntent = getInstallerEntranceIntent(); in getGroupNotificationBuilder() local 283 .setContentIntent(contentIntent) in getGroupNotificationBuilder() 296 PendingIntent contentIntent = getInstalledAppLaunchIntent(); in getAppInstalledNotificationBuilder() local 312 .setContentIntent(contentIntent) in getAppInstalledNotificationBuilder()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterTest.java | 176 sbn.getNotification().contentIntent = mContentIntent; in setUp() 182 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp() 271 notification.contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing() 307 sbn.getNotification().contentIntent = null; in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard() 339 sbn.getNotification().contentIntent = null; in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing() 367 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
D | TvPipNotificationTests.kt | 97 notification.contentIntent?.send() in pipNotification_menuIntent() 165 private val StatusBarNotification.contentIntent: PendingIntent? constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragControllerTest.java | 81 notification.contentIntent = mock(PendingIntent.class); in setUp() 123 notification.contentIntent = null; in testDoStartDrag_noLaunchIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
D | TvNotificationAdapter.java | 64 holder.mPendingIntent = notification.contentIntent; in onBindViewHolder()
|
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultReceiverTest.java | 101 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 121 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 469 val pendingIntent = notifEntry.sbn.notification.contentIntent in chipClicked_activityStarterTriggeredWithUnmodifiedIntent() 618 val contentIntent = mock(PendingIntent::class.java) in createOngoingCallNotifEntry() constant 619 notificationEntryBuilder.modifyNotification(context).setContentIntent(contentIntent) in createOngoingCallNotifEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 217 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked() 218 ? notification.contentIntent in onNotificationClicked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 824 PendingIntent dragIntent = notif.contentIntent != null ? notif.contentIntent in isAvailableToDragAndDrop()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 97 entry.sbn.notification.contentIntent, in <lambda>()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 369 public PendingIntent contentIntent; field in Notification 2510 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument 2519 context, 0, contentIntent, PendingIntent.FLAG_MUTABLE)) in Notification() 2577 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl() 2692 that.contentIntent = this.contentIntent; in cloneInto() 3059 if (contentIntent != null) { in writeToParcelImpl() 3061 contentIntent.writeToParcel(parcel, 0); in writeToParcelImpl() 3372 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument 3392 builder.setContentIntent(contentIntent); in setLatestEventInfo() 4450 mN.contentIntent = intent; in setContentIntent()
|
/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
D | SensorPrivacyService.java | 634 PendingIntent contentIntent = PendingIntent.getActivity(mContext, sensor, in showSensorUseReminderNotification() local 655 .setContentIntent(contentIntent) in showSensorUseReminderNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 556 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dumpNotification()
|
D | NotificationManagerService.java | 5958 summaryNotification.contentIntent = mAmi.getPendingIntentActivityAsApp(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaDataManager.kt | 895 notif.contentIntent, in loadMediaDataInBg()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4629 field public android.app.PendingIntent contentIntent;
|
/frameworks/base/core/api/ |
D | current.txt | 6000 field public android.app.PendingIntent contentIntent;
|