Searched refs:EXTRA_USE_SIDE_CHANNEL (Results 1 - 3 of 3) sorted by path

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java61 public static final String EXTRA_USE_SIDE_CHANNEL = field in class:NotificationManagerCompat
62 NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL;
260 return extras != null && extras.getBoolean(EXTRA_USE_SIDE_CHANNEL);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java43 static final String EXTRA_USE_SIDE_CHANNEL = "android.support.useSideChannel"; field in class:NotificationCompatJellybean
114 mExtras.putBoolean(EXTRA_USE_SIDE_CHANNEL, true);
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java87 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL, true);

Completed in 100 milliseconds