Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentHolder.java203 protected String getPreviewIconContentDescription(boolean isNonPersonalProfile, in getPreviewIconContentDescription() argument
208 return isNonPersonalProfile in getPreviewIconContentDescription()
214 return getUpdatablePreviewIconContentDescription(isNonPersonalProfile, fileName); in getPreviewIconContentDescription()
217 isNonPersonalProfile ? R.string.preview_work_file : R.string.preview_file, in getPreviewIconContentDescription()