Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DPromptHelper.java90 …private Object requestPrompt(String instructions, String hint, Object type) throws InterruptedExce… in requestPrompt() method in PromptHelper
124 value = (String)this.requestPrompt(instructions, hint, String.class); in requestStringPrompt()
139 value = (Boolean)this.requestPrompt(instructions, hint, Boolean.class); in requestBooleanPrompt()