Searched refs:EXTRA_USE_SIDE_CHANNEL (Results 1 – 3 of 3) sorted by relevance
61 public static final String EXTRA_USE_SIDE_CHANNEL = field in NotificationManagerCompat62 NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL;260 return extras != null && extras.getBoolean(EXTRA_USE_SIDE_CHANNEL); in useSideChannelForNotification()
43 static final String EXTRA_USE_SIDE_CHANNEL = "android.support.useSideChannel"; field in NotificationCompatJellybean114 mExtras.putBoolean(EXTRA_USE_SIDE_CHANNEL, true); in Builder()
87 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL, true); in Builder()