Home
last modified time | relevance | path

Searched refs:mResultCodeIntCaptor (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java281 private ArgumentCaptor<Integer> mResultCodeIntCaptor; field in SatelliteAccessControllerTest
518 .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 …]