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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactsUtils.java87 public static boolean isGraphic(CharSequence str) { method in class:ContactsUtils
88 return !TextUtils.isEmpty(str) && TextUtils.isGraphic(str);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java383 public static boolean isGraphic(CharSequence str) { method in class:ContactsUtils
384 return !TextUtils.isEmpty(str) && TextUtils.isGraphic(str);

Completed in 9 milliseconds