Searched refs:sWindowContext (Results 1 – 1 of 1) sorted by relevance
247 @Nullable private static WeakReference<Context> sWindowContext; field in RotaryService899 if (mWindowContext == null && sWindowContext != null) { in getWindowContext()900 mWindowContext = sWindowContext.get(); in getWindowContext()912 sWindowContext = new WeakReference<>(mWindowContext); in getWindowContext()