Searched defs:targetAccount (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/database/
H A DSimContactDao.java97 AccountWithDataSet targetAccount)
96 importContacts(List<SimContact> contacts, AccountWithDataSet targetAccount) argument
H A DSimContactDaoImpl.java147 AccountWithDataSet targetAccount)
150 return importBatch(contacts, targetAccount);
156 targetAccount)));
245 AccountWithDataSet targetAccount)
248 createImportOperations(contacts, targetAccount);
387 AccountWithDataSet targetAccount) {
390 contact.appendCreateContactOperations(ops, targetAccount);
146 importContacts(List<SimContact> contacts, AccountWithDataSet targetAccount) argument
244 importBatch(List<SimContact> contacts, AccountWithDataSet targetAccount) argument
386 createImportOperations(List<SimContact> contacts, AccountWithDataSet targetAccount) argument
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeSimContactDao.java69 AccountWithDataSet targetAccount)
68 importContacts(List<SimContact> contacts, AccountWithDataSet targetAccount) argument
/packages/apps/Contacts/src/com/android/contacts/
H A DSimImportService.java137 * @param targetAccount the account import the contacts into
140 ArrayList<SimContact> contacts, AccountWithDataSet targetAccount) {
144 .putExtra(EXTRA_ACCOUNT, targetAccount));
175 final AccountWithDataSet targetAccount = intent.getParcelableExtra(EXTRA_ACCOUNT);
184 return new ImportTask(sim, contacts, targetAccount, dao, startId);
267 public ImportTask(SimCard sim, List<SimContact> contacts, AccountWithDataSet targetAccount, argument
271 mTargetAccount = targetAccount;
139 startImport(Context context, int subscriptionId, ArrayList<SimContact> contacts, AccountWithDataSet targetAccount) argument
/packages/apps/Contacts/src/com/android/contacts/model/
H A DSimContact.java83 AccountWithDataSet targetAccount) {
90 .withValue(ContactsContract.RawContacts.ACCOUNT_NAME, targetAccount.name)
91 .withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, targetAccount.type)
92 .withValue(ContactsContract.RawContacts.DATA_SET, targetAccount.dataSet)
82 appendCreateContactOperations(List<ContentProviderOperation> ops, AccountWithDataSet targetAccount) argument

Completed in 126 milliseconds