Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java58 @Nullable PendingIntent contentIntent, in buildProgressNotification()
118 @DrawableRes int smallIcon, @Nullable PendingIntent contentIntent, @Nullable String message) { in buildDownloadCompletedNotification()
132 @DrawableRes int smallIcon, @Nullable PendingIntent contentIntent, @Nullable String message) { in buildDownloadFailedNotification()
139 @Nullable PendingIntent contentIntent, in buildEndStateNotification()
156 @Nullable PendingIntent contentIntent, in buildNotification()
DDownloadNotificationUtil.java51 @Nullable PendingIntent contentIntent, in buildProgressNotification()
72 @Nullable PendingIntent contentIntent, in buildDownloadCompletedNotification()
92 @Nullable PendingIntent contentIntent, in buildDownloadFailedNotification()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java872 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), in notify() local