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

  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneNumberFormatter.java 19 import com.android.contacts.ContactsUtils;
70 new TextWatcherLoadAsyncTask(ContactsUtils.getCurrentCountryIso(context), textView)
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 25 * Tests for {@link ContactsUtils}.
31 assertFalse(ContactsUtils.isGraphic(null));
35 assertFalse(ContactsUtils.isGraphic(""));
39 assertFalse(ContactsUtils.isGraphic(" "));
43 assertTrue(ContactsUtils.isGraphic("."));
47 assertTrue("null:null", ContactsUtils.areObjectsEqual(null, null));
48 assertTrue("1:1", ContactsUtils.areObjectsEqual(1, 1));
50 assertFalse("null:1", ContactsUtils.areObjectsEqual(null, 1));
51 assertFalse("1:null", ContactsUtils.areObjectsEqual(1, null));
52 assertFalse("1:2", ContactsUtils.areObjectsEqual(1, 2))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 40 public class ContactsUtils {
41 private static final String TAG = "ContactsUtils";
  /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 764 milliseconds