Searched refs:choices (Results 1 – 5 of 5) sorted by relevance
33 protected MultipleChoiceStep(String instruction, List<String> choices) { in MultipleChoiceStep() argument35 mChoices = choices; in MultipleChoiceStep()
69 CharSequence[] choices = new CharSequence[2]; in testRemoteInputBuilder_setDataAndTextAndChoices() local70 choices[0] = "first"; in testRemoteInputBuilder_setDataAndTextAndChoices()71 choices[1] = "second"; in testRemoteInputBuilder_setDataAndTextAndChoices()74 .setChoices(choices) in testRemoteInputBuilder_setDataAndTextAndChoices()263 CharSequence[] choices = new CharSequence[2]; in newChoicesOnlyRemoteInput() local264 choices[0] = "first"; in newChoicesOnlyRemoteInput()265 choices[1] = "second"; in newChoicesOnlyRemoteInput()268 .setChoices(choices) in newChoicesOnlyRemoteInput()
404 String[] choices = new String[sizes.size()]; in showNextDialogToChoosePreviewSize() local407 choices[i] = size.width + " x " + size.height; in showNextDialogToChoosePreviewSize()424 setSingleChoiceItems(choices, 0, new DialogInterface.OnClickListener() { in showNextDialogToChoosePreviewSize()
220 private TestWallpaper pickUnused(List<TestWallpaper> choices) { in pickUnused() argument221 return choices.stream() in pickUnused()
563 …parser.add_argument("--timer", action="store", choices=['junit', 'btest'], default='junit', help="…