Home
last modified time | relevance | path

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

/development/tools/otagui/src/services/
DApiService.js43 async postInput(input, id) {
DJobSubmission.js101 let data = await ApiServices.postInput(jsonOptions, jsonOptions.id)
/development/apps/Development/src/com/android/development/
DHttpEngineActivity.java164 final EditText postInput = (EditText) alertView.findViewById(R.id.postText); in promptForURL() local
171 String postData = postInput.getText().toString(); in promptForURL()