Searched defs:prompt (Results 1 – 8 of 8) sorted by relevance
45 val prompt = Prompt(message) in notifyVoiceSuccess() constant64 val prompt = Prompt(message) in notifyVoiceFailure() constant
45 final Prompt prompt = new Prompt(message); in notifyVoiceSuccess() local64 final Prompt prompt = new Prompt(message); in notifyVoiceFailure() local
62 protected void notifySuccess(CharSequence prompt) { in notifySuccess()76 protected void notifyFailure(CharSequence prompt) { in notifyFailure()
62 final TextView prompt = (TextView)findViewById(R.id.download_over_metered_prompt); in setTexts() local
171 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
585 public AlertDialogBuilder setEditBox(String prompt, TextWatcher textChangedListener, in setEditBox()618 public AlertDialogBuilder setEditBox(String prompt, TextWatcher textChangedListener, in setEditBox()
117 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()