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.java121 public void onGetEidComplete(String eid) { in testInitialState_commandRejected()
218 public void onGetEidComplete(String eid) { in testCommandDispatch_success()
244 public void onGetEidComplete(String eid) { in testCommandDispatch_remoteException()
266 public void onGetEidComplete(String eid) { in testCommandDispatch_processDied()
295 @Override public void onGetEidComplete(String eid) {} in testLinger()
323 @Override public void onGetEidComplete(String eid) {} in testLinger_twoCommands()
327 @Override public void onGetEidComplete(String eid) {} in testLinger_twoCommands()
DEuiccControllerTest.java1209 cb.onGetEidComplete(eid); in callGetEid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java202 void onGetEidComplete(String eid); in onGetEidComplete() method
726 .onGetEidComplete(eid); in processMessage()
DEuiccController.java1362 public void onGetEidComplete(String eid) { in blockingGetEidFromEuiccService()