Searched refs:mInputType (Results 1 – 1 of 1) sorted by relevance
48 private InputType mInputType; field in AlertDialogTask65 mInputType = InputType.DEFAULT; in AlertDialogTask()97 mInputType = InputType.MENU; in setItems()112 mInputType = InputType.SINGLE_CHOICE; in setSingleChoiceItems()132 mInputType = InputType.MULTI_CHOICE; in setMultiChoiceItems()144 mInputType = InputType.PLAIN_TEXT; in setTextInput()164 mInputType = InputType.PASSWORD; in setPasswordInput()178 switch (mInputType) { in onCreate()288 if (mInputType == InputType.PLAIN_TEXT || mInputType == InputType.PASSWORD) {