Searched refs:mScreenInteractiveHelper (Results 1 – 3 of 3) sorted by relevance
33 private final FakeScreenInteractiveHelper mScreenInteractiveHelper; field in TestInjector49 mScreenInteractiveHelper = new FakeScreenInteractiveHelper(); in TestInjector()99 return mScreenInteractiveHelper; in getScreenInteractiveHelper()
1449 protected final ScreenInteractiveHelper mScreenInteractiveHelper;1560 mScreenInteractiveHelper = injector.getScreenInteractiveHelper();2134 mScreenInteractiveHelper.addListener(mScreenInteractiveChangedListener);2156 mScreenInteractiveHelper.removeListener(mScreenInteractiveChangedListener);2331 if (!mScreenInteractiveHelper.isInteractive()) {
1859 private final SystemScreenInteractiveHelper mScreenInteractiveHelper; field in LocationManagerService.SystemInjector1886 mScreenInteractiveHelper = new SystemScreenInteractiveHelper(context); in SystemInjector()1900 mScreenInteractiveHelper.onSystemReady(); in onSystemReady()1953 return mScreenInteractiveHelper; in getScreenInteractiveHelper()