Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DHttpEngineActivity.java161 View alertView = inflater.inflate(R.layout.http_engine_dialog, null); in promptForURL() local
162 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()