Home
last modified time | relevance | path

Searched refs:INTENT_ACTION_STOP_TRACING (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DTraceService.java47 private static String INTENT_ACTION_STOP_TRACING = "com.android.traceur.STOP_TRACING"; field in TraceService
81 intent.setAction(INTENT_ACTION_STOP_TRACING); in stopTracing()
131 } else if (intent.getAction().equals(INTENT_ACTION_STOP_TRACING)) { in onHandleIntent()