Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp874 bool isAdvanced = false; in findCodecByType() local
878 isAdvanced = true; in findCodecByType()
883 if (!isAdvanced) { in findCodecByType()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DRootInfo.java301 public boolean isAdvanced() { in isAdvanced() method in RootInfo
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java473 if (!state.showAdvanced && root.isAdvanced()) { in getMatchingRoots()