Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DTraceService.java36 public class TraceService extends IntentService { class
58 Intent intent = new Intent(context, TraceService.class); in startTracing()
70 Intent intent = new Intent(context, TraceService.class); in stopTracing()
75 public TraceService() { in TraceService() method in TraceService
79 protected TraceService(String name) { in TraceService() method in TraceService
DReceiver.java131 TraceService.startTracing(context, activeAvailableTags, bufferSize, in updateTracing()
134 TraceService.stopTracing(context); in updateTracing()
DStopTraceService.java26 public class StopTraceService extends TraceService {