Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DDebugInputRule.kt79 if (!shouldEnableInputDebugging(description!!)) return in starting()
93 if (!shouldEnableInputDebugging(description!!)) return in finished()
107 private fun shouldEnableInputDebugging(description: Description): Boolean { in shouldEnableInputDebugging() method