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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java368 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java1038 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in class:Notification
6521 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact);
6535 if (extras.containsKey(EXTRA_COMPACT_ACTIONS)) {
6536 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS);

Completed in 52 milliseconds