Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1002 callEraseSubscriptionsWithOptions(false /* complete */, 0 /* result */); in testEraseSubscriptionsWithOptions_noPrivileges()
1008 callEraseSubscriptionsWithOptions(false /* complete */, 0 /* result */); in testEraseSubscriptionsWithOptions_serviceUnavailable()
1017 callEraseSubscriptionsWithOptions(true /* complete */, 42 /* result */); in testEraseSubscriptionsWithOptions_error()
1024 callEraseSubscriptionsWithOptions(true /* complete */, EuiccService.RESULT_OK); in testEraseSubscriptionsWithOptions_success()
1423 private void callEraseSubscriptionsWithOptions(final boolean complete, final int result) { in callEraseSubscriptionsWithOptions() method in EuiccControllerTest