Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalAlertService.java38 private static View mAlertWindow = null; field in LocalAlertService
45 mAlertWindow = showAlertWindow(getPackageName()); in onStartCommand()
47 hideAlertWindow(mAlertWindow); in onStartCommand()
48 mAlertWindow = null; in onStartCommand()