Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java972 callEraseSubscriptions(false /* complete */, 0 /* result */); in testEraseSubscriptions_noPrivileges()
978 callEraseSubscriptions(false /* complete */, 0 /* result */); in testEraseSubscriptions_serviceUnavailable()
987 callEraseSubscriptions(true /* complete */, 42 /* result */); in testEraseSubscriptions_error()
994 callEraseSubscriptions(true /* complete */, EuiccService.RESULT_OK); in testEraseSubscriptions_success()
1405 private void callEraseSubscriptions(final boolean complete, final int result) { in callEraseSubscriptions() method in EuiccControllerTest