OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPresentLocally
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java
86
if (mAttachment.
isPresentLocally
() &&
MessageAttachmentTile.java
147
if (!mAttachment.
isPresentLocally
()) {
MessageAttachmentBar.java
185
if (mAttachment.
isPresentLocally
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java
410
public boolean
isPresentLocally
() {
419
return
isPresentLocally
() && contentUri != null;
Completed in 2922 milliseconds