Home
last modified time | relevance | path

Searched refs:attachmentLoaderId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageFooterView.java121 final Integer attachmentLoaderId = getAttachmentLoaderId(); in bind() local
125 !Objects.equal(mOldAttachmentLoaderId, attachmentLoaderId)) { in bind()
138 mOldAttachmentLoaderId = attachmentLoaderId; in bind()
142 if (!measureOnly && attachmentLoaderId != null) { in bind()
144 attachmentLoaderId); in bind()
145 mLoaderManager.initLoader(attachmentLoaderId, Bundle.EMPTY, this); in bind()