OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachment3id
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java
88
long
attachment3Id
= 3;
99
attachment3Id
);
124
AttachmentUtilities.getAttachmentUri(account1.mId,
attachment3Id
).toString());
125
attachment3Id
= addAttachmentToDb(account1, newAttachment3);
126
assertEquals("Broken test: Unexpected id assignment", 3,
attachment3Id
);
145
attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
attachment3Id
);
155
assertEquals(
attachment3Id
, c.getLong(3)); // id
257
long
attachment3Id
= 3;
279
attachment3Id
= addAttachmentToDb(account1, newAttachment3);
300
uri = AttachmentUtilities.getAttachmentUri(account1.mId,
attachment3Id
);
[
all
...]
Completed in 506 milliseconds