Home | History | Annotate | Download | only in app

Lines Matching defs:EXTRA_COMPACT_ACTIONS

1144     public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions";
7794 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact);
7808 if (extras.containsKey(EXTRA_COMPACT_ACTIONS)) {
7809 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS);