Searched refs:KEY_ACTIONS (Results 1 – 2 of 2) sorted by relevance
10598 private static final String KEY_ACTIONS = "actions"; field in Notification.Builder.WearableExtender10653 List<Action> actions = wearableBundle.getParcelableArrayList(KEY_ACTIONS); in WearableExtender()10693 wearableBundle.putParcelableArrayList(KEY_ACTIONS, mActions); in extend()
7883 Landroid/app/Notification$WearableExtender;->KEY_ACTIONS:Ljava/lang/String;