Home
last modified time | relevance | path

Searched refs:invokeOemRilRequestRaw (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl890 int invokeOemRilRequestRaw(in byte[] oemReq, out byte[] oemResp); in invokeOemRilRequestRaw() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java384 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java385 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1426 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() method
DPhone.java1923 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in Phone
1924 mCi.invokeOemRilRequestRaw(data, response); in invokeOemRilRequestRaw()
DRIL.java2077 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java520 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1039 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SimulatedCommandsVerifier
DSimulatedCommands.java1432 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken523 public void invokeOemRilRequestRaw(byte[] data, Message response) {
DGSMPhoneTest.java.broken1796 mGSMPhone.invokeOemRilRequestRaw(null, mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE));
1808 … mGSMPhone.invokeOemRilRequestRaw(new byte[0], mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE));
1820 mGSMPhone.invokeOemRilRequestRaw("Hello".getBytes("utf-8"),
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java4578 public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) { in invokeOemRilRequestRaw() method in TelephonyManager
4582 return telephony.invokeOemRilRequestRaw(oemReq, oemResp); in invokeOemRilRequestRaw()