Home
last modified time | relevance | path

Searched refs:MAX_SIDE_CHANNEL_SDK_VERSION (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompatSideChannelService.java50 if (Build.VERSION.SDK_INT > NotificationManagerCompat.MAX_SIDE_CHANNEL_SDK_VERSION) { in onBind()
DNotificationManagerCompat.java76 static final int MAX_SIDE_CHANNEL_SDK_VERSION = 19; field in NotificationManagerCompat
190 if (Build.VERSION.SDK_INT <= MAX_SIDE_CHANNEL_SDK_VERSION) { in cancel()
198 if (Build.VERSION.SDK_INT <= MAX_SIDE_CHANNEL_SDK_VERSION) { in cancelAll()