Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/debug/
DAdbNotificationsTest.java61 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/
DExpandableNotificationRowDragController.java103 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()
DExpandableNotificationRow.java2557 || mEntry.getSbn().getNotification().contentIntent == null;
2565 if (mEntry.getSbn().getNotification().contentIntent != null) {
/frameworks/base/services/core/java/com/android/server/am/
DPreBootBroadcaster.java161 final PendingIntent contentIntent;
163 contentIntent = PendingIntent.getActivity(context, 0, intent,
166 contentIntent = null;
179 .setContentIntent(contentIntent)
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java271 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/
DStatusBarNotificationActivityStarterTest.java176 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/
DTvPipNotificationTests.kt97 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/
DExpandableNotificationRowDragControllerTest.java81 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/
DTvNotificationAdapter.java64 holder.mPendingIntent = notification.contentIntent; in onBindViewHolder()
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java101 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java121 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt469 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/
DStatusBarNotificationActivityStarter.java217 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked()
218 ? notification.contentIntent in onNotificationClicked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java824 PendingIntent dragIntent = notif.contentIntent != null ? notif.contentIntent in isAvailableToDragAndDrop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt97 entry.sbn.notification.contentIntent, in <lambda>()
/frameworks/base/core/java/android/app/
DNotification.java369 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/
DSensorPrivacyService.java634 PendingIntent contentIntent = PendingIntent.getActivity(mContext, sensor, in showSensorUseReminderNotification() local
655 .setContentIntent(contentIntent) in showSensorUseReminderNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java556 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dumpNotification()
DNotificationManagerService.java5958 summaryNotification.contentIntent = mAmi.getPendingIntentActivityAsApp(
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
DMediaDataManager.kt895 notif.contentIntent, in loadMediaDataInBg()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4629 field public android.app.PendingIntent contentIntent;
/frameworks/base/core/api/
Dcurrent.txt6000 field public android.app.PendingIntent contentIntent;