Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java239 @Nullable private static WeakReference<Context> sWindowContext; field in RotaryService
854 if (mWindowContext == null && sWindowContext != null) { in getWindowContext()
855 mWindowContext = sWindowContext.get(); in getWindowContext()
867 sWindowContext = new WeakReference<>(mWindowContext); in getWindowContext()