/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/services/core/java/com/android/server/am/ |
D | PreBootBroadcaster.java | 145 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/ |
D | StatusBarNotificationActivityStarterTest.java | 163 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/ |
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/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 | 111 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExperimentConfig.java | 213 final PendingIntent intent = notification.contentIntent; in createFromNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 243 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked() 244 ? notification.contentIntent in onNotificationClicked()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 304 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/ |
D | MediaDataManager.kt | 420 actionsToShowCollapsed, sbn.packageName, token, notif.contentIntent, null, in loadMediaDataInBg()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 473 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dump()
|
D | NotificationManagerService.java | 5208 summaryNotification.contentIntent = PendingIntent.getActivityAsUser(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 2300 || mEntry.getSbn().getNotification().contentIntent == null;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4629 field public android.app.PendingIntent contentIntent;
|
/frameworks/base/api/ |
D | current.txt | 5557 field public android.app.PendingIntent contentIntent;
|