Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DAdjustment.java58 KEY_CONTEXTUAL_ACTIONS,
108 public static final String KEY_CONTEXTUAL_ACTIONS = "key_contextual_actions"; field in Adjustment
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationAdjustmentExtractorTest.java62 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, smartActions); in testExtractsAdjustment()
H A DNotificationManagerServiceTest.java10416 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
10448 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
10482 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java720 if (signals.containsKey(Adjustment.KEY_CONTEXTUAL_ACTIONS)) { in applyAdjustments()
722 …signals.getParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, android.app.Notification.Action.… in applyAdjustments()
724 Adjustment.KEY_CONTEXTUAL_ACTIONS, in applyAdjustments()
H A DNotificationManagerService.java412 Adjustment.KEY_CONTEXTUAL_ACTIONS,
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12557 field public static final String KEY_CONTEXTUAL_ACTIONS = "key_contextual_actions";