Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java211 final Bundle remoteActionBundle; in updateActions() local
224 remoteActionBundle = client.call(METHOD_GET_ACTIONS, null, params); in updateActions()
225 if (!remoteActionBundle.getBoolean(EXTRA_SUCCESS, true)) return false; in updateActions()
235 remoteActionBundle.getStringArray(EXTRA_ACTIONS)) { in updateActions()
236 final Bundle actionBundle = remoteActionBundle.getBundle(actionId); in updateActions()