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/
DReceiver.java49 public static final String STOP_ACTION = "com.android.traceur.STOP"; field in Receiver
83 } else if (STOP_ACTION.equals(intent.getAction())) { in onReceive()
DTraceService.java108 Intent stopIntent = new Intent(Receiver.STOP_ACTION, in startTracingInternal()