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

/packages/apps/Email/tests/src/com/android/email/provider/
H A DAttachmentProviderTests.java678 private String createAttachmentFile(Account forAccount, long id) throws IOException { argument
679 File outFile = getAttachmentFile(forAccount, id);
693 private long addAttachmentToDb(Account forAccount, Attachment newAttachment) { argument
701 private File getAttachmentFile(Account forAccount, long id) { argument
703 File attachmentsDir = mMockContext.getDatabasePath(forAccount.mId + ".db_att");

Completed in 71 milliseconds