Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DAdjustment.java59 KEY_CONTEXTUAL_ACTIONS,
109 public static final String KEY_CONTEXTUAL_ACTIONS = "key_contextual_actions"; field in Adjustment
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java62 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, smartActions); in testExtractsAdjustment()
DNotificationManagerServiceTest.java91 import static android.service.notification.Adjustment.KEY_CONTEXTUAL_ACTIONS;
11860 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
11887 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
11918 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
12926 b.putParcelableArrayList(KEY_CONTEXTUAL_ACTIONS, actions);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java737 if (signals.containsKey(Adjustment.KEY_CONTEXTUAL_ACTIONS)) { in applyAdjustments()
739 …signals.getParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, android.app.Notification.Action.… in applyAdjustments()
741 Adjustment.KEY_CONTEXTUAL_ACTIONS, in applyAdjustments()
DNotificationManagerService.java455 Adjustment.KEY_CONTEXTUAL_ACTIONS,
/frameworks/base/core/api/
Dsystem-current.txt12880 field public static final String KEY_CONTEXTUAL_ACTIONS = "key_contextual_actions";