Searched refs:isGraphic (Results 1 – 13 of 13) sorted by relevance
42 assertFalse(ContactsUtils.isGraphic(null)); in testIsGraphicNull()46 assertFalse(ContactsUtils.isGraphic("")); in testIsGraphicEmpty()50 assertFalse(ContactsUtils.isGraphic(" ")); in testIsGraphicSpaces()54 assertTrue(ContactsUtils.isGraphic(".")); in testIsGraphicPunctuation()
249 if (web != null && TextUtils.isGraphic(web.getWebsite())){265 if (TextUtils.isGraphic(birthday)){274 if (TextUtils.isGraphic(note.getNote())){
115 public static boolean isGraphic(CharSequence str) { in isGraphic() method in ContactsUtils116 return !TextUtils.isEmpty(str) && TextUtils.isGraphic(str); in isGraphic()
487 if (ContactsUtils.isGraphic(value)) { in isEmpty()562 if (ContactsUtils.isGraphic(company)) { in parseExtras()567 if (ContactsUtils.isGraphic(title)) { in parseExtras()579 if (ContactsUtils.isGraphic(notes)) { in parseExtras()598 if (ContactsUtils.isGraphic(name)) { in parseStructuredNameExtra()643 if (ContactsUtils.isGraphic(phoneticName)) { in parseStructuredNameExtra()908 final boolean validValue = (value != null && TextUtils.isGraphic(value)); in parseExtras()
108 if (TextUtils.isGraphic(name)) {
128 } else if (!TextUtils.isGraphic(s)) { in configureProfileNameEditing()
269 if (!TextUtils.isEmpty(call.callerInfoName) && TextUtils.isGraphic(call.callerInfoName)) { in getNameForCallNotification()
478 if (!TextUtils.isEmpty(name) && TextUtils.isGraphic(name)) { in getNameForMissedCallNotification()
366 if (phoneNumber == null || !TextUtils.isGraphic(phoneNumber)) { in onKeyDown()
740 if (mLastNumber == null || !TextUtils.isGraphic(mLastNumber)) { in placeCall()
357 && TextUtils.isGraphic(action.getTitle())) { in onGuidedActionEditedAndProceed()
390 final boolean couldHide = (!ContactsUtils.isGraphic(value) && field.optional); in setValues()
458 if (ContactsUtils.isGraphic(customText)) { in createCustomDialog()