Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java251 final AtomicReference<String> eidRef = new AtomicReference<>(); in testCommandDispatch_success() local
255 if (eidRef.get() != null) { in testCommandDispatch_success()
258 eidRef.set(eid); in testCommandDispatch_success()
267 assertEquals("ABCDE", eidRef.get()); in testCommandDispatch_success()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java1893 AtomicReference<String> eidRef = new AtomicReference<>(); in blockingGetEidFromEuiccService() local
1897 eidRef.set(eid); in blockingGetEidFromEuiccService()
1906 return awaitResult(latch, eidRef); in blockingGetEidFromEuiccService()