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

/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
H A DContactNumberUtils.java44 public class ContactNumberUtils { class
48 * ContactNumberUtils mNumberUtils = ContactNumberUtils.getDefault();
53 * if (ContactNumberUtils.NUMBER_VALID == result) {
56 public static ContactNumberUtils getDefault() {
58 sInstance = new ContactNumberUtils();
270 private static final String TAG = "ContactNumberUtils";
285 private static ContactNumberUtils sInstance = null;
291 private ContactNumberUtils() { method in class:ContactNumberUtils
293 Log.d(TAG, "ContactNumberUtils constructo
[all...]

Completed in 162 milliseconds