Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DServiceStateProviderTest.java176 verifyServiceStateForSubId(ServiceStateTable.CONTENT_URI, mTestServiceState, in testQueryServiceState_withNoSubId_withoutLocation()
185 verifyServiceStateForSubId(ServiceStateTable.CONTENT_URI, mTestServiceState, in testQueryServiceState_withNoSubId_withLocation()
200 verifyServiceStateForSubId( in testGetServiceState_withDefaultSubId_withoutLocation()
210 verifyServiceStateForSubId( in testGetServiceState_withDefaultSubId_withLocation()
224 verifyServiceStateForSubId(getUriForSubscriptionId(1), mTestServiceStateForSubId1, in testGetServiceStateForSubId_withoutLocation()
233 verifyServiceStateForSubId(getUriForSubscriptionId(1), mTestServiceStateForSubId1, in testGetServiceStateForSubId_withLocation()
275 verifyServiceStateForSubId( in query_allColumn_targetS_withReadPrivilegedAndLocation_getAllStateUnredacted()
306 verifyServiceStateForSubId( in query_allColumn_targetR_withLocation_getAllStateUnredacted()
321 verifyServiceStateForSubId( in query_allColumn_targetR_noLocation_getRedacted()
353 private void verifyServiceStateForSubId(Uri uri, ServiceState ss, boolean hasLocation) { in verifyServiceStateForSubId() method in ServiceStateProviderTest