Searched refs:contentIntent (Results 1 – 11 of 11) sorted by relevance
145 final PendingIntent contentIntent;147 contentIntent = PendingIntent.getActivity(context, 0, intent, 0);149 contentIntent = null;162 .setContentIntent(contentIntent)
148 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()
271 PendingIntent contentIntent = getInstallerEntranceIntent(); in getGroupNotificationBuilder() local283 .setContentIntent(contentIntent) in getGroupNotificationBuilder()296 PendingIntent contentIntent = getInstalledAppLaunchIntent(); in getAppInstalledNotificationBuilder() local312 .setContentIntent(contentIntent) in getAppInstalledNotificationBuilder()
97 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
103 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
187 final PendingIntent intent = notification.contentIntent != null in onNotificationClicked()188 ? notification.contentIntent in onNotificationClicked()
302 public PendingIntent contentIntent; field in Notification2157 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument2165 .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() argument2948 builder.setContentIntent(contentIntent); in setLatestEventInfo()3953 mN.contentIntent = intent; in setContentIntent()
472 pw.println(prefix + "contentIntent=" + notification.contentIntent); in dump()
4296 summaryNotification.contentIntent = PendingIntent.getActivityAsUser(
2330 || mEntry.notification.getNotification().contentIntent == null;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...