Searched refs:requestSetSatelliteEnabledForCarrier (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/ |
D | SatelliteControllerTest.java | 2094 .requestSetSatelliteEnabledForCarrier(anyInt(), anyBoolean(), any(Message.class)); in testSatelliteCommunicationRestriction() 2114 .requestSetSatelliteEnabledForCarrier(anyInt(), anyBoolean(), any(Message.class)); in testSatelliteCommunicationRestriction() 2130 .requestSetSatelliteEnabledForCarrier(anyInt(), eq(false), any(Message.class)); in testSatelliteCommunicationRestriction() 2146 .requestSetSatelliteEnabledForCarrier(anyInt(), anyBoolean(), any(Message.class)); in testSatelliteCommunicationRestriction() 2163 .requestSetSatelliteEnabledForCarrier(anyInt(), anyBoolean(), any(Message.class)); in testSatelliteCommunicationRestriction() 2179 .requestSetSatelliteEnabledForCarrier(anyInt(), eq(true), any(Message.class)); in testSatelliteCommunicationRestriction() 2842 .requestSetSatelliteEnabledForCarrier(anyInt(), eq(true), any(Message.class)); in testSatelliteCommunicationRestrictionForEntitlement() 2862 .requestSetSatelliteEnabledForCarrier(anyInt(), eq(false), any(Message.class)); in testSatelliteCommunicationRestrictionForEntitlement() 3920 .requestSetSatelliteEnabledForCarrier(anyInt(), eq(enabled), any(Message.class)); in setUpResponseForRequestSetSatelliteEnabledForCarrier()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteModemInterface.java | 1201 public void requestSetSatelliteEnabledForCarrier(@NonNull int simSlot, in requestSetSatelliteEnabledForCarrier() method in SatelliteModemInterface
|
D | SatelliteController.java | 4286 mSatelliteModemInterface.requestSetSatelliteEnabledForCarrier(simSlot, in evaluateEnablingSatelliteForCarrier()
|