Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java194 callGetEid(true /* success */, "ABCDE" /* eid */); in testGetEid_noPrivileges()
200 assertEquals("ABCDE", callGetEid(true /* success */, "ABCDE" /* eid */)); in testGetEid_withPhoneStatePrivileged()
206 assertEquals("ABCDE", callGetEid(true /* success */, "ABCDE" /* eid */)); in testGetEid_withCarrierPrivileges()
212 assertNull(callGetEid(false /* success */, null /* eid */)); in testGetEid_failure()
218 assertNull(callGetEid(true /* success */, null /* eid */)); in testGetEid_nullReturnValue()
858 private String callGetEid(final boolean success, final @Nullable String eid) { in callGetEid() method in EuiccControllerTest