Searched refs:mResultCodeIntCaptor (Results 1 – 1 of 1) sorted by relevance
281 private ArgumentCaptor<Integer> mResultCodeIntCaptor; field in SatelliteAccessControllerTest518 .send(mResultCodeIntCaptor.capture(), any()); in testOnCurrentLocationNotAvailable()520 mResultCodeIntCaptor.getValue()); in testOnCurrentLocationNotAvailable()795 .send(mResultCodeIntCaptor.capture(), bundleCaptor.capture()); in testCheckSatelliteAccessRestrictionForLocation()798 assertEquals(Integer.valueOf(SATELLITE_RESULT_SUCCESS), mResultCodeIntCaptor.getValue()); in testCheckSatelliteAccessRestrictionForLocation()820 .send(mResultCodeIntCaptor.capture(), bundleCaptor.capture()); in testCheckSatelliteAccessRestrictionForLocation()821 assertEquals(Integer.valueOf(SATELLITE_RESULT_SUCCESS), mResultCodeIntCaptor.getValue()); in testCheckSatelliteAccessRestrictionForLocation()843 .send(mResultCodeIntCaptor.capture(), bundleCaptor.capture()); in testCheckSatelliteAccessRestrictionForLocation()844 assertEquals(Integer.valueOf(SATELLITE_RESULT_SUCCESS), mResultCodeIntCaptor.getValue()); in testCheckSatelliteAccessRestrictionForLocation()870 .send(mResultCodeIntCaptor.capture(), bundleCaptor.capture()); in testCheckSatelliteAccessRestrictionForLocation()[all …]