Searched refs:remoteActionBundle (Results 1 – 1 of 1) sorted by relevance
268 final Bundle remoteActionBundle; in updateActions() local281 remoteActionBundle = client.call(METHOD_GET_ACTIONS, null, params); in updateActions()282 if (!remoteActionBundle.getBoolean(EXTRA_SUCCESS, true)) return false; in updateActions()292 remoteActionBundle.getStringArray(EXTRA_ACTIONS)) { in updateActions()293 final Bundle actionBundle = remoteActionBundle.getBundle(actionId); in updateActions()