HomeSort by relevance Sort by last modified time
    Searched refs:isGraphic (Results 1 - 15 of 15) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 31 assertFalse(ContactsUtils.isGraphic(null));
35 assertFalse(ContactsUtils.isGraphic(""));
39 assertFalse(ContactsUtils.isGraphic(" "));
43 assertTrue(ContactsUtils.isGraphic("."));
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 91 public static boolean isGraphic(CharSequence str) {
92 return !TextUtils.isEmpty(str) && TextUtils.isGraphic(str);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 71 while (end > start && !TextUtils.isGraphic(substr.charAt(end-1))) {
104 while (index < len && !TextUtils.isGraphic(this.text.charAt(index))) {
139 while (index < len && !TextUtils.isGraphic(text.charAt(index))) {
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 383 public static boolean isGraphic(CharSequence str) {
384 return !TextUtils.isEmpty(str) && TextUtils.isGraphic(str);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 484 if (ContactsUtils.isGraphic(value)) {
559 if (ContactsUtils.isGraphic(company)) {
564 if (ContactsUtils.isGraphic(title)) {
576 if (ContactsUtils.isGraphic(notes)) {
595 if (ContactsUtils.isGraphic(name)) {
638 if (ContactsUtils.isGraphic(phoneticName)) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 236 final boolean couldHide = (!ContactsUtils.isGraphic(value) && field.optional);
LabeledEditorView.java 381 if (ContactsUtils.isGraphic(customText)) {
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 495 if (mLastNumber == null || !TextUtils.isGraphic(mLastNumber)) {
SimContacts.java 350 if (phoneNumber == null || !TextUtils.isGraphic(phoneNumber)) {
NotificationMgr.java 441 if (name != null && TextUtils.isGraphic(name)) {
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 289 milliseconds