Searched refs:getWindowSession (Results 1 – 3 of 3) sorted by relevance
18 assertThat(ShadowWindowManagerGlobal.getWindowSession()).isNull(); in getWindowSession_shouldReturnNull_toStubAndroidStartup()24 assertThat(ShadowWindowManagerGlobal.getWindowSession(Looper.getMainLooper())).isNull(); in getWindowSession_withLooper_shouldReturnNull_toStubAndroidStartup()
24 public static Object getWindowSession() { in getWindowSession() method in ShadowWindowManagerGlobal29 public static Object getWindowSession(Looper looper) { in getWindowSession() method in ShadowWindowManagerGlobal
32 public static IWindowSession getWindowSession(Looper mainLooper) { in getWindowSession() method in ShadowViewRootImpl