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.java127 public void onGetEidComplete(String eid) { in testInitialState_commandRejected()
254 public void onGetEidComplete(String eid) { in testCommandDispatch_success()
374 public void onGetEidComplete(String eid) { in testCommandDispatch_remoteException()
430 public void onGetEidComplete(String eid) { in testCommandDispatch_processDied()
497 @Override public void onGetEidComplete(String eid) {} in testLinger()
525 @Override public void onGetEidComplete(String eid) {} in testLinger_twoCommands()
529 @Override public void onGetEidComplete(String eid) {} in testLinger_twoCommands()
563 @Override public void onGetEidComplete(String eid) {} in testConnectedState_serviceDisconnected()
DEuiccControllerTest.java2027 cb.onGetEidComplete(eid); in callGetEid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java210 void onGetEidComplete(String eid); in onGetEidComplete() method
777 .onGetEidComplete(eid); in processMessage()
DEuiccController.java1896 public void onGetEidComplete(String eid) { in blockingGetEidFromEuiccService()