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/google/android/car/bugreport/
DBugReportService.java86 private static final String ACTION_START_SILENT = field in BugReportService
231 if (ACTION_START_SILENT.equals(intent.getAction())) { in onStartCommand()
DBugReportActivity.java74 private static final String ACTION_START_SILENT = field in BugReportActivity
342 if (ACTION_START_SILENT.equals(getIntent().getAction())) { in onActivityStartedWithBugReportServiceBound()