Searched refs:STOP_ACTION (Results 1 – 2 of 2) sorted by relevance
185 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()
50 public static final String STOP_ACTION = "com.android.traceur.STOP"; field in Receiver79 } else if (STOP_ACTION.equals(intent.getAction())) { in onReceive()