/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 824 int invokeOemRilRequestRaw(in byte[] oemReq, out byte[] oemResp); in invokeOemRilRequestRaw() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Phone.java | 1253 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() method
|
D | PhoneProxy.java | 931 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in PhoneProxy 932 mActivePhone.invokeOemRilRequestRaw(data, response); in invokeOemRilRequestRaw()
|
D | CommandsInterface.java | 1426 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() method
|
D | PhoneBase.java | 1357 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in PhoneBase 1358 mCi.invokeOemRilRequestRaw(data, response); in invokeOemRilRequestRaw()
|
D | RIL.java | 1912 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in RIL
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 385 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 384 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java | 523 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in UsimDataDownloadCommands
|
D | GSMPhoneTest.java | 1796 mGSMPhone.invokeOemRilRequestRaw(null, mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE)); in testRilHooks() 1808 … mGSMPhone.invokeOemRilRequestRaw(new byte[0], mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE)); in testRilHooks() 1820 mGSMPhone.invokeOemRilRequestRaw("Hello".getBytes("utf-8"), in testRilHooks()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 3693 public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) { in invokeOemRilRequestRaw() method in TelephonyManager 3695 return getITelephony().invokeOemRilRequestRaw(oemReq, oemResp); in invokeOemRilRequestRaw()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1328 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() method in SimulatedCommands
|