Searched refs:traceTypes (Results 1 – 1 of 1) sorted by relevance
96 val traceTypes = dumpTypes.filter { it.isTrace } in getCurrentWindowManagerState() constant97 if (traceTypes.isNotEmpty()) { in getCurrentWindowManagerState()98 throw IllegalArgumentException("Only dump types are supported. Invalid types: $traceTypes") in getCurrentWindowManagerState()