Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java2835 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, true, new ArrayList<>(), in testSatelliteCommunicationRestrictionForEntitlement()
2855 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, new ArrayList<>(), in testSatelliteCommunicationRestrictionForEntitlement()
2886 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, in testPassSatellitePlmnToModemAfterUpdateSatelliteEntitlementStatus()
2944 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, in testPassSatellitePlmnToModemAfterUpdateSatelliteEntitlementStatus()
2952 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, in testPassSatellitePlmnToModemAfterUpdateSatelliteEntitlementStatus()
2960 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, in testPassSatellitePlmnToModemAfterUpdateSatelliteEntitlementStatus()
2968 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, in testPassSatellitePlmnToModemAfterUpdateSatelliteEntitlementStatus()
2977 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, false, in verifyPassingToModemAfterQueryCompleted()
3191 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID, true, new ArrayList<>(), in testEntitlementStatus()
3198 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID1, true, new ArrayList<>(), in testEntitlementStatus()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java3046 public void onSatelliteEntitlementStatusUpdated(int subId, boolean entitlementEnabled, in onSatelliteEntitlementStatusUpdated() method in SatelliteController