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