Searched refs:contentIntent (Results 1 – 4 of 4) sorted by relevance
31 CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument32 latestEventInfo = new LatestEventInfo(contentTitle, contentText, contentIntent); in setLatestEventInfo()33 realNotification.contentIntent = contentIntent; in setLatestEventInfo()43 private final PendingIntent contentIntent; field in ShadowNotification.LatestEventInfo45 …LatestEventInfo(CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in LatestEventInfo() argument48 this.contentIntent = contentIntent; in LatestEventInfo()60 return contentIntent; in getContentIntent()
21 assertThat(notification.contentIntent).isSameAs(pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent()
21 assertThat(pendingIntent, is(notification.contentIntent)); in setLatestEventInfo__shouldCaptureContentIntent()
860 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), 0); in notify() local867 .setContentIntent(contentIntent); in notify()