Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java220 } else if (isSd()) { in deriveFields()
352 public boolean isSd() { in isSd() method in RootInfo
450 + ", isSd=" + isSd() in toString()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java337 } else if (info.isSd()) { in initStorageRootInfo()