Home
last modified time | relevance | path

Searched refs:EXTRA_COMPACT_ACTIONS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt954 notif.extras.getIntArray(Notification.EXTRA_COMPACT_ACTIONS)?.toMutableList() in <lambda>()
DLegacyMediaDataManagerImpl.kt1008 notif.extras.getIntArray(Notification.EXTRA_COMPACT_ACTIONS)?.toMutableList() in createActionsFromNotification()
/frameworks/base/core/java/android/app/
DNotification.java1449 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in Notification
10207 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4583 field public static final java.lang.String EXTRA_COMPACT_ACTIONS = "android.compactActions";
/frameworks/base/core/api/
Dcurrent.txt6445 field public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions";