HomeSort by relevance Sort by last modified time
    Searched defs:ContactsUtils (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
ContactsUtilsTests.java 28 import com.android.contacts.common.ContactsUtils;
34 * Tests for {@link ContactsUtils}.
43 assertFalse(ContactsUtils.isGraphic(null));
47 assertFalse(ContactsUtils.isGraphic(""));
51 assertFalse(ContactsUtils.isGraphic(" "));
55 assertTrue(ContactsUtils.isGraphic("."));
59 assertTrue("null:null", ContactsUtils.areObjectsEqual(null, null));
60 assertTrue("1:1", ContactsUtils.areObjectsEqual(1, 1));
62 assertFalse("null:1", ContactsUtils.areObjectsEqual(null, 1));
63 assertFalse("1:null", ContactsUtils.areObjectsEqual(1, null))
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java 44 public class ContactsUtils {
45 private static final String TAG = "ContactsUtils";
183 host = ContactsUtils.lookupProviderNameFromId(protocol);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 44 public class ContactsUtils {
45 private static final String TAG = "ContactsUtils";
247 host = ContactsUtils.lookupProviderNameFromId(protocol);

Completed in 135 milliseconds