HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_USE_SIDE_CHANNEL (Results 1 - 2 of 2) sorted by null

  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationManagerCompat.java 72 public static final String EXTRA_USE_SIDE_CHANNEL = "android.support.useSideChannel";
290 return extras != null && extras.getBoolean(EXTRA_USE_SIDE_CHANNEL);
NotificationCompatBuilder.java 115 NotificationManagerCompat.EXTRA_USE_SIDE_CHANNEL, true);

Completed in 92 milliseconds