Searched defs:ordinal (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DUriType.java25 /** Returns the ordinal associated with this URI type. */
26 public int ordinal(); method in interface:UriType
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java129 public static ContactsIntent get(int ordinal) { argument
130 return values()[ordinal];

Completed in 75 milliseconds