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.java215 final AtomicReference<String> eidRef = new AtomicReference<>(); in testCommandDispatch_success() local
219 if (eidRef.get() != null) { in testCommandDispatch_success()
222 eidRef.set(eid); in testCommandDispatch_success()
231 assertEquals("ABCDE", eidRef.get()); in testCommandDispatch_success()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java1359 AtomicReference<String> eidRef = new AtomicReference<>(); in blockingGetEidFromEuiccService() local
1363 eidRef.set(eid); in blockingGetEidFromEuiccService()
1372 return awaitResult(latch, eidRef); in blockingGetEidFromEuiccService()