Searched refs:ContactEditorUtils (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java44 public class ContactEditorUtils { class
45 private static final String TAG = "ContactEditorUtils";
54 private static ContactEditorUtils sInstance;
60 private ContactEditorUtils(Context context) { method in class:ContactEditorUtils
65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { method in class:ContactEditorUtils
71 public static synchronized ContactEditorUtils getInstance(Context context) {
73 sInstance = new ContactEditorUtils(context.getApplicationContext());
H A DContactEditorBaseFragment.java339 protected ContactEditorUtils mEditorUtils;
465 mEditorUtils = ContactEditorUtils.getInstance(mContext);
H A DCompactRawContactsEditorView.java327 ContactEditorUtils.getInstance(getContext()).getDefaultAccount();
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorAccountsChangedActivity.java32 import com.android.contacts.editor.ContactEditorUtils;
55 private ContactEditorUtils mEditorUtils;
79 mEditorUtils = ContactEditorUtils.getInstance(this);
H A DAttachPhotoActivity.java53 import com.android.contacts.editor.ContactEditorUtils;
347 final ContactEditorUtils editorUtils = ContactEditorUtils.getInstance(this);
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DContactEditorUtilsTest.java32 * 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 118 milliseconds