Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java417 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java418 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SipCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1222 int invokeOemRilRequestRaw(in byte[] oemReq, out byte[] oemResp); in invokeOemRilRequestRaw() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1598 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() method
DPhone.java2428 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in Phone
2429 mCi.invokeOemRilRequestRaw(data, response); in invokeOemRilRequestRaw()
DRIL.java2819 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1077 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SimulatedCommandsVerifier
DRILTest.java1255 mRILUnderTest.invokeOemRilRequestRaw(data, obtainMessage()); in testInvokeOemRilRequestRaw()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken519 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.java9641 public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) { in invokeOemRilRequestRaw() method in TelephonyManager
9645 return telephony.invokeOemRilRequestRaw(oemReq, oemResp); in invokeOemRilRequestRaw()