Home
last modified time | relevance | path

Searched refs:SINGLE_ACTION_PRESET (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java28 public static final ActionsPreset SINGLE_ACTION_PRESET = new SingleActionPreset(); field in ActionsPresets
32 SINGLE_ACTION_PRESET,
DMainActivity.java228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET; in postNotifications()