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