Searched refs:INTENT_ACTION_START_TRACING (Results 1 – 1 of 1) sorted by relevance
48 private static String INTENT_ACTION_START_TRACING = "com.android.traceur.START_TRACING"; field in TraceService69 intent.setAction(INTENT_ACTION_START_TRACING); in startTracing()121 if (intent.getAction().equals(INTENT_ACTION_START_TRACING)) { in onHandleIntent()