Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java287 if (isCollectingBugReport()) { in showProgressNotification()
310 public boolean isCollectingBugReport() { in isCollectingBugReport() method in BugReportService
DBugReportActivity.java333 if (mService.isCollectingBugReport()) { in onActivityStartedWithBugReportServiceBound()