Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/result/
DParseTypeImpl.java37 public static final boolean DEBUG_FILL_STACK_TRACE = false; field in ParseTypeImpl
224 if (DEBUG_FILL_STACK_TRACE) {
/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/
DParseInputAndResultTest.kt52 assumeFalse(ParseTypeImpl.DEBUG_FILL_STACK_TRACE) in assumeNotDebug()