Searched defs:EXTRA_COMPACT_ACTIONS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java385 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java1144 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in class:Notification
7794 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact);
7808 if (extras.containsKey(EXTRA_COMPACT_ACTIONS)) {
7809 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS);

Completed in 36 milliseconds