Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java75 private static final String METHOD_GET_ACTIONS = "get_actions"; field in WellbeingModel
224 remoteActionBundle = client.call(METHOD_GET_ACTIONS, null, params); in updateActions()