Searched refs:intCaptor (Results 1 – 2 of 2) sorted by relevance
70 ArgumentCaptor<Integer> intCaptor = ArgumentCaptor.forClass(int.class); in testMultiSimConfigChange() local
1266 ArgumentCaptor<Integer> intCaptor = ArgumentCaptor.forClass(Integer.class); in getEcbmRegistration() local1268 verify(phone).registerForEmergencyCallToggle(handlerCaptor.capture(), intCaptor.capture(), in getEcbmRegistration()1271 assertNotNull(intCaptor.getValue()); in getEcbmRegistration()1272 Message message = Message.obtain(handlerCaptor.getValue(), intCaptor.getValue()); in getEcbmRegistration()