Searched refs:postInput (Results 1 – 3 of 3) sorted by relevance
43 async postInput(input, id) {
101 let data = await ApiServices.postInput(jsonOptions, jsonOptions.id)
164 final EditText postInput = (EditText) alertView.findViewById(R.id.postText); in promptForURL() local171 String postData = postInput.getText().toString(); in promptForURL()