Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementApiTest.java149 String expectedAppId = ServiceEntitlement.APP_SATELLITE_ENTITLEMENT; in testServiceEntitlementRequest() local
152 .queryEntitlementStatus(eq(expectedAppId), any()); in testServiceEntitlementRequest()
160 verify(mServiceEntitlement).queryEntitlementStatus(eq(expectedAppId), eq(expectedRequest)); in testServiceEntitlementRequest()