OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amongAttachments
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java
313
private static boolean
amongAttachments
(Attachment att, Attachment[] atts) {
375
if (!
amongAttachments
(refAtt, outAtts)) {
384
if (!
amongAttachments
(outAtt, refAtts)) {
/packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java
293
private static boolean
amongAttachments
(final Attachment att, final Attachment[] atts) {
375
if (!
amongAttachments
(refAtt, outAtts)) {
382
if (!
amongAttachments
(outAtt, refAtts)) {
Completed in 107 milliseconds