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.java247 @Nullable private static WeakReference<Context> sWindowContext; field in RotaryService
899 if (mWindowContext == null && sWindowContext != null) { in getWindowContext()
900 mWindowContext = sWindowContext.get(); in getWindowContext()
912 sWindowContext = new WeakReference<>(mWindowContext); in getWindowContext()