Searched refs:alertView (Results 1 – 1 of 1) sorted by relevance
161 View alertView = inflater.inflate(R.layout.http_engine_dialog, null); in promptForURL() local162 final EditText urlInput = (EditText) alertView.findViewById(R.id.urlText); in promptForURL()164 final EditText postInput = (EditText) alertView.findViewById(R.id.postText); in promptForURL()165 alert.setView(alertView); in promptForURL()