Searched refs:EXTRA_COMPACT_ACTIONS (Results 1 – 6 of 6) sorted by relevance
954 notif.extras.getIntArray(Notification.EXTRA_COMPACT_ACTIONS)?.toMutableList() in <lambda>()
1008 notif.extras.getIntArray(Notification.EXTRA_COMPACT_ACTIONS)?.toMutableList() in createActionsFromNotification()
1449 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in Notification10207 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()10230 if (extras.containsKey(EXTRA_COMPACT_ACTIONS)) { in restoreFromExtras()10231 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4583 field public static final java.lang.String EXTRA_COMPACT_ACTIONS = "android.compactActions";
6445 field public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions";