Searched defs:tracingController (Results 1 – 2 of 2) sorted by relevance
152 get tracingController() { getter in ProfilingView156 set tracingController(newValue) { setter in ProfilingView
29 final TracingControllerAndroid tracingController = new TracingControllerAndroid(activity); in testTraceFileCreation() local