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