Searched refs:mWindowTracing (Results 1 – 3 of 3) sorted by relevance
80 private WindowTracing mWindowTracing; field in WindowTracingTest102 assertFalse(mWindowTracing.isEnabled()); in isEnabled_returnsFalseByDefault()107 mWindowTracing.startTrace(mock(PrintWriter.class)); in isEnabled_returnsTrueAfterStart()108 assertTrue(mWindowTracing.isEnabled()); in isEnabled_returnsTrueAfterStart()114 mWindowTracing.stopTrace(mock(PrintWriter.class)); in isEnabled_returnsFalseAfterStop()115 assertFalse(mWindowTracing.isEnabled()); in isEnabled_returnsFalseAfterStop()120 mWindowTracing.logState("where"); in trace_discared_whenNotTracing()127 mWindowTracing.logState("where"); in trace_dumpsWindowManagerState_whenTracing()134 mWindowTracing.stopTrace(mock(PrintWriter.class)); in traceFile_startsWithMagicHeader()155 mWindowTracing.logState("TEST_WHERE"); in tracing_endsUpInFile()[all …]
89 return mInternal.mWindowTracing.onShellCommand(this); in onCommand()
472 final WindowTracing mWindowTracing; field in WindowManagerService1103 mWindowTracing.logState(where); in closeSurfaceTransaction()1258 mWindowTracing = WindowTracing.createDefaultAndStartLooper(this, in WindowManagerService()5717 mWindowTracing.startTrace(null /* printwriter */); in startWindowTrace()5722 mWindowTracing.stopTrace(null /* printwriter */); in stopWindowTrace()5727 return mWindowTracing.isEnabled(); in isWindowTraceEnabled()6327 pw.print(mWindowTracing.getStatus() + "\n"); in dumpTraceStatus()