Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentHolder.java59 private @Nullable DocumentDebugInfo mDebugInfo; field in DocumentHolder
192 if (mDebugInfo == null) { in includeDebugInfo()
194 mDebugInfo = inflateLayout(mContext, mDebugContainer, R.layout.document_debug_info); in includeDebugInfo()
195 mDebugContainer.addView(mDebugInfo); in includeDebugInfo()
197 mDebugInfo.update(doc); in includeDebugInfo()