Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DTraceService.java185 Intent stopIntent = new Intent(Receiver.STOP_ACTION, in startTracingInternal()
229 Intent stopIntent = new Intent(Receiver.STOP_ACTION, null, context, Receiver.class); in startStackSamplingInternal()
270 Intent stopIntent = new Intent(Receiver.STOP_ACTION, null, context, Receiver.class); in startHeapDumpInternal()
DReceiver.java50 public static final String STOP_ACTION = "com.android.traceur.STOP"; field in Receiver
79 } else if (STOP_ACTION.equals(intent.getAction())) { in onReceive()