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/imsphone/
DImsPhoneCommandInterface.java317 public void iccIO (int command, int fileid, String path, int p1, int p2, in iccIO() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java318 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/
DCommandsInterface.java1318 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, in iccIO() method
DRIL.java1955 public void iccIO(int command, int fileId, String path, int p1, int p2, int p3, in iccIO() method in RIL
/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/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java908 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, in iccIO() method in SimulatedCommandsVerifier
DSimulatedCommands.java1318 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/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java1546 mCi.iccIO(command, fileID, pathID, p1, p2, p3, null, null, in iccExchangeSimIO()