Home
last modified time | relevance | path

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

/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DMain.kt451 fun isFlagEnabledForSymbol(symbol: Symbol, flag: Flag): Boolean { in findErrors() method
481 if (isFlagEnabledForSymbol(symbol, flag)) { in findErrors()