Searched refs:INTENT_ACTION_STOP_TRACING (Results 1 – 1 of 1) sorted by relevance
47 private static String INTENT_ACTION_STOP_TRACING = "com.android.traceur.STOP_TRACING"; field in TraceService81 intent.setAction(INTENT_ACTION_STOP_TRACING); in stopTracing()131 } else if (intent.getAction().equals(INTENT_ACTION_STOP_TRACING)) { in onHandleIntent()