Searched defs:prompt (Results 1 – 7 of 7) sorted by relevance
62 protected void notifySuccess(CharSequence prompt) { in notifySuccess()76 protected void notifyFailure(CharSequence prompt) { in notifyFailure()
66 final VoiceInteractor.Prompt prompt = new VoiceInteractor.Prompt(message); in notifySuccess() local74 final VoiceInteractor.Prompt prompt = new VoiceInteractor.Prompt(message); in notifyFailure() local
62 final TextView prompt = (TextView)findViewById(R.id.download_over_metered_prompt); in setTexts() local
84 String prompt = String.format(promptformat, mOriginalName, defaultname); in onCreate() local
71 String prompt = String.format(promptformat, defaultname); in onCreate() local
171 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
117 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()