Searched refs:STOP_ACTION (Results 1 – 2 of 2) sorted by relevance
49 public static final String STOP_ACTION = "com.android.traceur.STOP"; field in Receiver83 } else if (STOP_ACTION.equals(intent.getAction())) { in onReceive()
108 Intent stopIntent = new Intent(Receiver.STOP_ACTION, in startTracingInternal()