Searched refs:myChoices (Results 1 – 1 of 1) sorted by relevance
438 String[] myChoices; in loadCertificates() local441 myChoices = new String[] {first}; in loadCertificates()443 myChoices = new String[choices.size() + 1]; in loadCertificates()444 myChoices[0] = first; in loadCertificates()447 myChoices[i++] = c; in loadCertificates()452 context, android.R.layout.simple_spinner_item, myChoices); in loadCertificates()456 for (int i = 1; i < myChoices.length; ++i) { in loadCertificates()457 if (myChoices[i].equals(selected)) { in loadCertificates()