Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 16 of 16) 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/services/core/java/com/android/server/am/
DPreBootBroadcaster.java145 final PendingIntent contentIntent;
147 contentIntent = PendingIntent.getActivity(context, 0, intent, 0);
149 contentIntent = null;
162 .setContentIntent(contentIntent)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java163 sbn.getNotification().contentIntent = mContentIntent; in setUp()
169 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()
243 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()
279 sbn.getNotification().contentIntent = null; in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
308 sbn.getNotification().contentIntent = null; in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
338 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
/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/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.java111 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExperimentConfig.java213 final PendingIntent intent = notification.contentIntent; in createFromNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java243 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked()
244 ? notification.contentIntent in onNotificationClicked()
/frameworks/base/core/java/android/app/
DNotification.java304 public PendingIntent contentIntent; field in Notification
2199 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument
2207 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0)) in Notification()
2265 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2378 that.contentIntent = this.contentIntent; in cloneInto()
2695 if (contentIntent != null) { in writeToParcelImpl()
2697 contentIntent.writeToParcel(parcel, 0); in writeToParcelImpl()
3006 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument
3026 builder.setContentIntent(contentIntent); in setLatestEventInfo()
4086 mN.contentIntent = intent; in setContentIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaDataManager.kt420 actionsToShowCollapsed, sbn.packageName, token, notif.contentIntent, null, in loadMediaDataInBg()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java473 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dump()
DNotificationManagerService.java5208 summaryNotification.contentIntent = PendingIntent.getActivityAsUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2300 || mEntry.getSbn().getNotification().contentIntent == null;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4629 field public android.app.PendingIntent contentIntent;
/frameworks/base/api/
Dcurrent.txt5557 field public android.app.PendingIntent contentIntent;