Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DRawFoldingFeatureProducer.java67 String displayFeaturesString = getFeatureString(); in getData()
79 private String getFeatureString() { in getFeatureString() method in RawFoldingFeatureProducer
99 return Optional.of(getFeatureString()); in getCurrentData()
135 notifyDataChanged(getFeatureString()); in onChange()
/frameworks/compile/libbcc/include/bcc/
DCompilerConfig.h117 inline const std::string &getFeatureString() const in getFeatureString() function
/frameworks/compile/libbcc/lib/
DCompiler.cpp172 triple.c_str(), pConfig.getFeatureString().c_str()); in Compiler()
187 pConfig.getFeatureString(), in config()