Home
last modified time | relevance | path

Searched refs:myChoices (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java438 String[] myChoices; in loadCertificates() local
441 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()