Home
last modified time | relevance | path

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

/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactAdder.java274 AuthenticatorDescription[] dictionary) { in getAuthenticatorDescription() argument
275 for (int i = 0; i < dictionary.length; i++) { in getAuthenticatorDescription()
276 if (dictionary[i].type.equals(type)) { in getAuthenticatorDescription()
277 return dictionary[i]; in getAuthenticatorDescription()