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

  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 44 public class ContactEditorUtils {
45 private static final String TAG = "ContactEditorUtils";
54 private static ContactEditorUtils sInstance;
60 private ContactEditorUtils(Context context) {
65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) {
71 public static synchronized ContactEditorUtils getInstance(Context context) {
73 sInstance = new ContactEditorUtils(context.getApplicationContext());
ContactEditorFragment.java 236 private ContactEditorUtils mEditorUtils;
351 mEditorUtils = ContactEditorUtils.getInstance(mContext);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 32 import com.android.contacts.editor.ContactEditorUtils;
55 private ContactEditorUtils mEditorUtils;
79 mEditorUtils = ContactEditorUtils.getInstance(this);
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 32 * Test case for {@link ContactEditorUtils}.
40 private ContactEditorUtils mTarget;
67 mTarget = new ContactEditorUtils(getContext(), mAccountTypes);
114 * - {@link ContactEditorUtils#saveDefaultAndAllAccounts}
115 * - {@link ContactEditorUtils#getDefaultAccount}
116 * - {@link ContactEditorUtils#getSavedAccounts()}
174 * Tests for {@link ContactEditorUtils#shouldShowAccountChangedNotification()}, starting with
239 * Tests for {@link ContactEditorUtils#shouldShowAccountChangedNotification()}, starting with
259 * Tests for {@link ContactEditorUtils#shouldShowAccountChangedNotification()}, starting with

Completed in 57 milliseconds