Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java243 @Nullable private static WeakReference<Context> sWindowContext; field in RotaryService
888 if (mWindowContext == null && sWindowContext != null) { in getWindowContext()
889 mWindowContext = sWindowContext.get(); in getWindowContext()
901 sWindowContext = new WeakReference<>(mWindowContext); in getWindowContext()