Searched refs:getEntitlementStatus (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/satellite/entitlement/ |
D | SatelliteEntitlementResponseTest.java | 74 assertEquals(SATELLITE_ENTITLEMENT_STATUS_ENABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 89 assertEquals(SATELLITE_ENTITLEMENT_STATUS_DISABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 95 assertEquals(SATELLITE_ENTITLEMENT_STATUS_DISABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 101 assertEquals(SATELLITE_ENTITLEMENT_STATUS_DISABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 108 assertEquals(SATELLITE_ENTITLEMENT_STATUS_DISABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 115 assertEquals(SATELLITE_ENTITLEMENT_STATUS_INCOMPATIBLE, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 122 assertEquals(SATELLITE_ENTITLEMENT_STATUS_PROVISIONING, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 128 assertEquals(SATELLITE_ENTITLEMENT_STATUS_ENABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 134 assertEquals(SATELLITE_ENTITLEMENT_STATUS_ENABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() 143 assertEquals(SATELLITE_ENTITLEMENT_STATUS_ENABLED, response.getEntitlementStatus()); in testGetSatelliteEntitlementResponse() [all …]
|
D | SatelliteEntitlementApiTest.java | 113 assertEquals(expectedEntitlementStatus, result.getEntitlementStatus()); in testCheckEntitlementStatus() 123 assertEquals(expectedEntitlementStatus, result.getEntitlementStatus()); in testCheckEntitlementStatus() 133 assertEquals(expectedEntitlementStatus, result.getEntitlementStatus()); in testCheckEntitlementStatus() 143 assertEquals(expectedEntitlementStatus, result.getEntitlementStatus()); in testCheckEntitlementStatus()
|
D | SatelliteEntitlementControllerTest.java | 897 doReturn(entitlementStatus).when(mSatelliteEntitlementResult).getEntitlementStatus(); in setSatelliteEntitlementResult()
|
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
D | EntitlementUtils.java | 52 Futures.submit(() -> getEntitlementStatus(activationApi), getAsyncExecutor()); in entitlementCheck() 85 private static EntitlementResult getEntitlementStatus(ImsEntitlementApi activationApi) { in getEntitlementStatus() method in EntitlementUtils
|
/packages/services/Telephony/src/com/android/phone/satellite/entitlement/ |
D | SatelliteEntitlementController.java | 275 getEntitlementStatus(entitlementResult), false); in handleCmdStartQueryEntitlement() 343 getEntitlementStatus(entitlementResult), true); in handleCmdRetryQueryEntitlement() 488 updateSatelliteEntitlementStatus(subId, entitlementResult.getEntitlementStatus() == in queryCompleted() 540 if (previousResult != null && previousResult.getEntitlementStatus() in resetSatelliteEntitlementRestrictedReason() 658 private @SatelliteConstants.SatelliteEntitlementStatus int getEntitlementStatus( in getEntitlementStatus() method in SatelliteEntitlementController 660 switch (entitlementResult.getEntitlementStatus()) { in getEntitlementStatus()
|
D | SatelliteEntitlementResult.java | 82 public @SatelliteEntitlementStatus int getEntitlementStatus() { in getEntitlementStatus() method in SatelliteEntitlementResult
|
D | SatelliteEntitlementApi.java | 63 return new SatelliteEntitlementResult(satelliteEntitlementResponse.getEntitlementStatus(), in checkEntitlementStatus()
|
D | SatelliteEntitlementResponse.java | 83 public int getEntitlementStatus() { in getEntitlementStatus() method in SatelliteEntitlementResponse
|