Searched refs:SatelliteEntitlementResult (Results 1 – 7 of 7) sorted by relevance
98 private Map<Integer, SatelliteEntitlementResult> mSatelliteEntitlementResultPerSub =271 SatelliteEntitlementResult entitlementResult = getSatelliteEntitlementApi( in handleCmdStartQueryEntitlement()339 SatelliteEntitlementResult entitlementResult = getSatelliteEntitlementApi( in handleCmdRetryQueryEntitlement()467 SatelliteEntitlementResult entitlementResult; in queryCompleted()472 SatelliteEntitlementResult.getDefaultResult()); in queryCompleted()489 SatelliteEntitlementResult.SATELLITE_ENTITLEMENT_STATUS_ENABLED, in queryCompleted()533 SatelliteEntitlementResult previousResult; in resetSatelliteEntitlementRestrictedReason()534 SatelliteEntitlementResult enabledResult = new SatelliteEntitlementResult( in resetSatelliteEntitlementRestrictedReason()535 SatelliteEntitlementResult.SATELLITE_ENTITLEMENT_STATUS_ENABLED, in resetSatelliteEntitlementRestrictedReason()541 != SatelliteEntitlementResult.SATELLITE_ENTITLEMENT_STATUS_ENABLED) { in resetSatelliteEntitlementRestrictedReason()[all …]
31 public class SatelliteEntitlementResult { class69 public SatelliteEntitlementResult(@SatelliteEntitlementStatus int entitlementStatus, in SatelliteEntitlementResult() method in SatelliteEntitlementResult111 public static SatelliteEntitlementResult getDefaultResult() { in getDefaultResult()112 return new SatelliteEntitlementResult(SATELLITE_ENTITLEMENT_STATUS_DISABLED, in getDefaultResult()
53 public SatelliteEntitlementResult checkEntitlementStatus() throws ServiceEntitlementException { in checkEntitlementStatus()63 return new SatelliteEntitlementResult(satelliteEntitlementResponse.getEntitlementStatus(), in checkEntitlementStatus()
19 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…55 @SatelliteEntitlementResult.SatelliteEntitlementStatus private int mEntitlementStatus;
19 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…20 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…21 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…22 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…110 SatelliteEntitlementResult result = in testCheckEntitlementStatus()
19 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…20 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…21 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…22 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…
20 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…21 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…108 @Mock SatelliteEntitlementResult mSatelliteEntitlementResult;