Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DUtils.kt73 val hasSourceInfo: Boolean constant in com.android.hoststubgen.ParseException
76 hasSourceInfo = false
81 hasSourceInfo = true
85 if (hasSourceInfo) { in withSourceInfo()