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.java759 callEraseSubscriptions(false /* complete */, 0 /* result */); in testEraseSubscriptions_noPrivileges()
765 callEraseSubscriptions(false /* complete */, 0 /* result */); in testEraseSubscriptions_serviceUnavailable()
774 callEraseSubscriptions(true /* complete */, 42 /* result */); in testEraseSubscriptions_error()
782 callEraseSubscriptions(true /* complete */, EuiccService.RESULT_OK); in testEraseSubscriptions_success()
1044 private void callEraseSubscriptions(final boolean complete, final int result) { in callEraseSubscriptions() method in EuiccControllerTest