Lines Matching refs:remote_action
186 const RemoteActionTemplate& remote_action = remote_actions[i]; in RemoteActionTemplatesToJObjectArray() local
188 AsUTF8String(remote_action.title_without_entity); in RemoteActionTemplatesToJObjectArray()
190 AsUTF8String(remote_action.title_with_entity); in RemoteActionTemplatesToJObjectArray()
191 const jstring description = AsUTF8String(remote_action.description); in RemoteActionTemplatesToJObjectArray()
193 AsUTF8String(remote_action.description_with_app_name); in RemoteActionTemplatesToJObjectArray()
194 const jstring action = AsUTF8String(remote_action.action); in RemoteActionTemplatesToJObjectArray()
195 const jstring data = AsUTF8String(remote_action.data); in RemoteActionTemplatesToJObjectArray()
196 const jstring type = AsUTF8String(remote_action.type); in RemoteActionTemplatesToJObjectArray()
197 const jobject flags = AsInteger(remote_action.flags); in RemoteActionTemplatesToJObjectArray()
198 const jobjectArray category = AsStringArray(remote_action.category); in RemoteActionTemplatesToJObjectArray()
199 const jstring package = AsUTF8String(remote_action.package_name); in RemoteActionTemplatesToJObjectArray()
200 const jobjectArray extra = AsNamedVariantArray(remote_action.extra); in RemoteActionTemplatesToJObjectArray()
201 const jobject request_code = AsInteger(remote_action.request_code); in RemoteActionTemplatesToJObjectArray()