Searched defs:getTypeLabelResource (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DContactsContract.java5864 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Phone
5900 final int labelRes = getTypeLabelResource(type);
6032 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Email
6052 final int labelRes = getTypeLabelResource(type);
6241 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.StructuredPostal
6260 final int labelRes = getTypeLabelResource(type);
6379 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Im
6398 final int labelRes = getTypeLabelResource(type);
6588 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Organization
6606 final int labelRes = getTypeLabelResource(typ
6701 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.Relation
7139 public static final int getTypeLabelResource(int type) { method in class:ContactsContract.CommonDataKinds.SipAddress
[all...]

Completed in 21 milliseconds