OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachmentActionHandler
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java
39
import com.android.mail.browse.
AttachmentActionHandler
;
65
private
AttachmentActionHandler
mActionHandler;
113
mActionHandler = new
AttachmentActionHandler
(this, null);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java
45
public class
AttachmentActionHandler
{
59
public
AttachmentActionHandler
(Context context, AttachmentViewInterface view) {
MessageAttachmentTile.java
63
private final
AttachmentActionHandler
mActionHandler;
74
mActionHandler = new
AttachmentActionHandler
(context, this);
MessageAttachmentBar.java
71
private final
AttachmentActionHandler
mActionHandler;
92
mActionHandler = new
AttachmentActionHandler
(context, this);
Completed in 47 milliseconds