Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt989 notif.extras.getIntArray(Notification.EXTRA_COMPACT_ACTIONS)?.toMutableList()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1395 public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions"; field in Notification
9283 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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6250 field public static final String EXTRA_COMPACT_ACTIONS = "android.compactActions";