Searched refs:looperCaptor (Results 1 – 1 of 1) sorted by relevance
116 ArgumentCaptor<Looper> looperCaptor = ArgumentCaptor.forClass(Looper.class); in testMaybeStartProvisioning() local117 verify(mController).start(looperCaptor.capture()); in testMaybeStartProvisioning()118 assertTrue(looperCaptor.getValue() != Looper.getMainLooper()); in testMaybeStartProvisioning()