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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactsUtils.java114 public static boolean isGraphic(CharSequence str) { method in class:ContactsUtils
115 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 69 milliseconds