Searched refs:EXTRA_COMPACT_ACTIONS (Results 1 – 4 of 4) sorted by relevance
1178 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in Notification8133 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()8147 if (extras.containsKey(EXTRA_COMPACT_ACTIONS)) { in restoreFromExtras()8148 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()
4583 field public static final java.lang.String EXTRA_COMPACT_ACTIONS = "android.compactActions";
5324 field public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions";