Searched refs:getBackgroundLooper (Results 1 – 11 of 11) sorted by relevance
29 protected Looper getBackgroundLooper() { in getBackgroundLooper() method in ShadowApplicationsState
46 mHandler = new BackgroundHandler(mAppState != null ? mAppState.getBackgroundLooper() in AppStateBaseBridge()
75 when(mApplicationsState.getBackgroundLooper()).thenReturn(Looper.getMainLooper()); in setUp()
82 when(mApplicationsState.getBackgroundLooper()).thenReturn(Looper.getMainLooper()); in setUp()
87 when(mApplicationsState.getBackgroundLooper()).thenReturn(Looper.getMainLooper()); in setUp()
139 mApplicationsState.getBackgroundLooper()); in AppEntryListManager()
75 when(mState.getBackgroundLooper()).thenReturn(Looper.getMainLooper()); in setUp()
107 when(mState.getBackgroundLooper()).thenReturn(Looper.myLooper()); in setUp()
99 when(mState.getBackgroundLooper()).thenReturn(mock(Looper.class)); in setUp()