Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java90 private static final String ACTION_START_SILENT = field in BugReportService
242 if (ACTION_START_SILENT.equals(intent.getAction())) { in onStartCommand()
DBugReportActivity.java74 private static final String ACTION_START_SILENT = field in BugReportActivity
341 if (ACTION_START_SILENT.equals(getIntent().getAction())) { in onActivityStartedWithBugReportServiceBound()