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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsMockResources.java37 public String getResourceName(int resId) throws NotFoundException { method in class:ContactsMockResources
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3329 String labelResource = getResourceName(resources, "string", labelResourceId);
3334 String iconResource = getResourceName(resources, "drawable", iconResourceId);
3408 private String getResourceName(Resources resources, String expectedType, Integer resourceId) { method in class:ContactsProvider2

Completed in 121 milliseconds