Home
last modified time | relevance | path

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

/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
H A DWfcActivationControllerTest.java97 verifyErrorUiInOrder( in startFlow_launchAppForActivation_setPurposeActivation()
112 verifyErrorUiInOrder(mOrderVerifier, R.string.e911_title, R.string.address_update_error); in startFlow_launchAppForUpdate_setPurposeUpdate()
124 verifyErrorUiInOrder( in startFlow_launchAppForShowTc_setPurposeUpdate()
300 private void verifyErrorUiInOrder(InOrder inOrder, int title, int errorMesssage) { in verifyErrorUiInOrder() method in WfcActivationControllerTest