Searched refs:KEY_CONTEXTUAL_ACTIONS (Results 1 – 6 of 6) sorted by relevance
59 KEY_CONTEXTUAL_ACTIONS,109 public static final String KEY_CONTEXTUAL_ACTIONS = "key_contextual_actions"; field in Adjustment
62 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, smartActions); in testExtractsAdjustment()
91 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);
737 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()
455 Adjustment.KEY_CONTEXTUAL_ACTIONS,
12880 field public static final String KEY_CONTEXTUAL_ACTIONS = "key_contextual_actions";