Searched refs:KEY_ACTIONS (Results 1 – 3 of 3) sorted by relevance
52 private static final String KEY_ACTIONS = "actions"; field in Conversation123 KEY_ACTIONS, in toBundle()169 bundle.getParcelableArray(KEY_ACTIONS) in fromBundle()
10667 private static final String KEY_ACTIONS = "actions"; field in Notification.Builder.WearableExtender10722 List<Action> actions = wearableBundle.getParcelableArrayList(KEY_ACTIONS); in WearableExtender()10762 wearableBundle.putParcelableArrayList(KEY_ACTIONS, mActions); in extend()
7883 Landroid/app/Notification$WearableExtender;->KEY_ACTIONS:Ljava/lang/String;