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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DContactDisplayUtils.java52 public static boolean isCustomPhoneType(Integer type) { method in class:ContactDisplayUtils
61 * determined by {@link #isCustomPhoneType(Integer))}
71 if (isCustomPhoneType(type)) {

Completed in 58 milliseconds