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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java3717 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Phone
3753 final int labelRes = getTypeLabelResource(type);
3885 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Email
3905 final int labelRes = getTypeLabelResource(type);
4093 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.StructuredPostal
4112 final int labelRes = getTypeLabelResource(type);
4231 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Im
4250 final int labelRes = getTypeLabelResource(type);
4439 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Organization
4457 final int labelRes = getTypeLabelResource(typ
4915 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.SipAddress
[all...]

Completed in 57 milliseconds