Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java150 private Context mWindowContext; field in BugReportService
203 mWindowContext = createDisplayContext(primaryDisplay) in onCreate()
234 Toast.makeText(mWindowContext, in onStartCommand()
259 Toast.makeText(mWindowContext, in onStartCommand()
337 () -> Toast.makeText(mWindowContext, getText(resId), Toast.LENGTH_LONG).show()); in showToast()
441 mHandler.post(() -> Toast.makeText(mWindowContext, in requestBugReport()