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

  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatSideChannelService.java 48 if (intent.getAction().equals(NotificationManagerCompat.ACTION_BIND_SIDE_CHANNEL)) {
NotificationManagerCompat.java 79 public static final String ACTION_BIND_SIDE_CHANNEL =
418 new Intent().setAction(ACTION_BIND_SIDE_CHANNEL), 0);
465 Intent intent = new Intent(ACTION_BIND_SIDE_CHANNEL).setComponent(record.componentName);

Completed in 565 milliseconds