Searched defs:contentIntent (Results 1 – 3 of 3) sorted by relevance
| /external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
| D | DownloadNotificationHelper.java | 58 @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()
|
| D | DownloadNotificationUtil.java | 51 @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/ |
| D | AndroidFacade.java | 872 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), in notify() local
|