Home
last modified time | relevance | path

Searched refs:iccIO (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java322 public void iccIO (int command, int fileid, String path, int p1, int p2, in iccIO() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java321 public void iccIO (int command, int fileid, String path, int p1, int p2, in iccIO() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java921 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, in iccIO() method in SimulatedCommandsVerifier
DSimulatedCommands.java1351 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, in iccIO() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken396 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1328 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, in iccIO() method
DRIL.java2134 public void iccIO(int command, int fileId, String path, int p1, int p2, int p3, in iccIO() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java1630 mCi.iccIO(command, fileID, pathID, p1, p2, p3, null, null, in iccExchangeSimIO()