Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java58 @Nullable PendingIntent contentIntent, in buildProgressNotification() argument
99 contentIntent, in buildProgressNotification()
118 @DrawableRes int smallIcon, @Nullable PendingIntent contentIntent, @Nullable String message) { in buildDownloadCompletedNotification() argument
120 return buildEndStateNotification(smallIcon, contentIntent, message, titleStringId); in buildDownloadCompletedNotification()
132 @DrawableRes int smallIcon, @Nullable PendingIntent contentIntent, @Nullable String message) { in buildDownloadFailedNotification() argument
134 return buildEndStateNotification(smallIcon, contentIntent, message, titleStringId); in buildDownloadFailedNotification()
139 @Nullable PendingIntent contentIntent, in buildEndStateNotification() argument
144 contentIntent, in buildEndStateNotification()
156 @Nullable PendingIntent contentIntent, in buildNotification() argument
167 notificationBuilder.setContentIntent(contentIntent); in buildNotification()
DDownloadNotificationUtil.java51 @Nullable PendingIntent contentIntent, in buildProgressNotification() argument
55 .buildProgressNotification(smallIcon, contentIntent, message, downloads); in buildProgressNotification()
72 @Nullable PendingIntent contentIntent, in buildDownloadCompletedNotification() argument
75 .buildDownloadCompletedNotification(smallIcon, contentIntent, message); in buildDownloadCompletedNotification()
92 @Nullable PendingIntent contentIntent, in buildDownloadFailedNotification() argument
95 .buildDownloadFailedNotification(smallIcon, contentIntent, message); in buildDownloadFailedNotification()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationTest.java21 assertThat(notification.contentIntent).isSameInstanceAs(pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java872 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), in notify() local
880 .setContentIntent(contentIntent); in notify()