Searched refs:EXTRA_COMPACT_ACTIONS (Results 1 – 4 of 4) sorted by relevance
989 notif.extras.getIntArray(Notification.EXTRA_COMPACT_ACTIONS)?.toMutableList()
1395 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in Notification9283 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()9306 if (extras.containsKey(EXTRA_COMPACT_ACTIONS)) { in restoreFromExtras()9307 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6250 field public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions";