Lines Matching refs:remote_action
297 const RemoteActionTemplate& remote_action = remote_actions[i]; in RemoteActionTemplatesToJObjectArray() local
301 AsUTF8String(remote_action.title_without_entity)); in RemoteActionTemplatesToJObjectArray()
304 AsUTF8String(remote_action.title_with_entity)); in RemoteActionTemplatesToJObjectArray()
306 AsUTF8String(remote_action.description)); in RemoteActionTemplatesToJObjectArray()
309 AsUTF8String(remote_action.description_with_app_name)); in RemoteActionTemplatesToJObjectArray()
311 AsUTF8String(remote_action.action)); in RemoteActionTemplatesToJObjectArray()
313 AsUTF8String(remote_action.data)); in RemoteActionTemplatesToJObjectArray()
315 AsUTF8String(remote_action.type)); in RemoteActionTemplatesToJObjectArray()
317 AsInteger(remote_action.flags)); in RemoteActionTemplatesToJObjectArray()
319 AsStringArray(remote_action.category)); in RemoteActionTemplatesToJObjectArray()
321 AsUTF8String(remote_action.package_name)); in RemoteActionTemplatesToJObjectArray()
323 AsNamedVariantArray(remote_action.extra)); in RemoteActionTemplatesToJObjectArray()
325 AsInteger(remote_action.request_code)); in RemoteActionTemplatesToJObjectArray()