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

  /packages/apps/Contacts/src/com/android/contacts/model/
SimContact.java 83 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)
  /packages/apps/Contacts/src/com/android/contacts/
SimImportService.java 137 * @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,
271 mTargetAccount = targetAccount;
  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDaoImpl.java 147 AccountWithDataSet targetAccount)
150 return importBatch(contacts, targetAccount);
156 targetAccount)));
245 AccountWithDataSet targetAccount)
248 createImportOperations(contacts, targetAccount);
387 AccountWithDataSet targetAccount) {
390 contact.appendCreateContactOperations(ops, targetAccount);
SimContactDao.java 97 AccountWithDataSet targetAccount)
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
SimImportActivityTest.java 221 final AccountWithDataSet targetAccount = mAccountHelper.addTestAccount(
292 targetAccount.name,
293 targetAccount.type
324 mDevice.findObject(By.textContains(targetAccount.name)).click();
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeSimContactDao.java 69 AccountWithDataSet targetAccount)
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 377 final AccountWithDataSet targetAccount = editorUtils.getOnlyOrDefaultAccount(accounts);
378 createNewRawContact(targetAccount);

Completed in 112 milliseconds