Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementController.java98 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 …]
DSatelliteEntitlementResult.java31 public class SatelliteEntitlementResult { class
69 public SatelliteEntitlementResult(@SatelliteEntitlementStatus int entitlementStatus, in SatelliteEntitlementResult() method in SatelliteEntitlementResult
111 public static SatelliteEntitlementResult getDefaultResult() { in getDefaultResult()
112 return new SatelliteEntitlementResult(SATELLITE_ENTITLEMENT_STATUS_DISABLED, in getDefaultResult()
DSatelliteEntitlementApi.java53 public SatelliteEntitlementResult checkEntitlementStatus() throws ServiceEntitlementException { in checkEntitlementStatus()
63 return new SatelliteEntitlementResult(satelliteEntitlementResponse.getEntitlementStatus(), in checkEntitlementStatus()
DSatelliteEntitlementResponse.java19 import static com.android.phone.satellite.entitlement.SatelliteEntitlementResult.SATELLITE_ENTITLEM…
55 @SatelliteEntitlementResult.SatelliteEntitlementStatus private int mEntitlementStatus;
/packages/services/Telephony/tests/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementApiTest.java19 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()
DSatelliteEntitlementResponseTest.java19 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…
DSatelliteEntitlementControllerTest.java20 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;