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.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.java148 sbn.getNotification().contentIntent = mContentIntent; in setUp()
154 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()
202 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()
238 sbn.getNotification().contentIntent = null; in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
267 sbn.getNotification().contentIntent = null; in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
297 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/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java97 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java103 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java187 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked()
188 ? notification.contentIntent in onNotificationClicked()
/frameworks/base/core/java/android/app/
DNotification.java302 public PendingIntent contentIntent; field in Notification
2157 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument
2165 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0)) in Notification()
2223 contentIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2336 that.contentIntent = this.contentIntent; in cloneInto()
2617 if (contentIntent != null) { in writeToParcelImpl()
2619 contentIntent.writeToParcel(parcel, 0); in writeToParcelImpl()
2928 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument
2948 builder.setContentIntent(contentIntent); in setLatestEventInfo()
3953 mN.contentIntent = intent; in setContentIntent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java472 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dump()
DNotificationManagerService.java4296 summaryNotification.contentIntent = PendingIntent.getActivityAsUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2330 || mEntry.notification.getNotification().contentIntent == null;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...