Home
last modified time | relevance | path

Searched refs:invokeOemRilRequestRaw (Results 1 – 13 of 13) 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.aidl1209 int invokeOemRilRequestRaw(in byte[] oemReq, out byte[] oemResp); in invokeOemRilRequestRaw() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1606 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() method
DPhone.java2413 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in Phone
2414 mCi.invokeOemRilRequestRaw(data, response); in invokeOemRilRequestRaw()
DRIL.java2820 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in RIL
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1077 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SimulatedCommandsVerifier
DSimulatedCommands.java1550 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SimulatedCommands
DRILTest.java1255 mRILUnderTest.invokeOemRilRequestRaw(data, obtainMessage()); in testInvokeOemRilRequestRaw()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java9300 public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) { in invokeOemRilRequestRaw() method in TelephonyManager
9304 return telephony.invokeOemRilRequestRaw(oemReq, oemResp); in invokeOemRilRequestRaw()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69598 Landroid/telephony/TelephonyManager;->invokeOemRilRequestRaw([B[B)I
98847 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->invokeOemRilRequestRaw([B[B)I
99191 Lcom/android/internal/telephony/ITelephony;->invokeOemRilRequestRaw([B[B)I