Searched refs:contentIntent (Results 1 – 2 of 2) sorted by relevance
21 assertThat(notification.contentIntent).isSameAs(pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent()
860 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), 0); in notify() local867 .setContentIntent(contentIntent); in notify()