Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java118 public void onGetEidComplete(String eid) { in testInitialState_commandRejected()
214 public void onGetEidComplete(String eid) { in testCommandDispatch_success()
240 public void onGetEidComplete(String eid) { in testCommandDispatch_remoteException()
262 public void onGetEidComplete(String eid) { in testCommandDispatch_processDied()
291 @Override public void onGetEidComplete(String eid) {} in testLinger()
319 @Override public void onGetEidComplete(String eid) {} in testLinger_twoCommands()
323 @Override public void onGetEidComplete(String eid) {} in testLinger_twoCommands()
DEuiccControllerTest.java864 cb.onGetEidComplete(eid); in callGetEid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java192 void onGetEidComplete(String eid); in onGetEidComplete() method
681 .onGetEidComplete(eid); in processMessage()
DEuiccController.java1014 public void onGetEidComplete(String eid) { in blockingGetEidFromEuiccService()