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

  /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/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/activities/
AttachPhotoActivity.java 377 final AccountWithDataSet targetAccount = editorUtils.getOnlyOrDefaultAccount(accounts);
378 createNewRawContact(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);

Completed in 88 milliseconds