Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java411 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java412 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1473 void invokeOemRilRequestStrings(String[] strings, Message response); in invokeOemRilRequestStrings() method
DPhone.java2093 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in Phone
2094 mCi.invokeOemRilRequestStrings(strings, response); in invokeOemRilRequestStrings()
DRIL.java2021 public void invokeOemRilRequestStrings(String[] strings, Message result) { in invokeOemRilRequestStrings() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java532 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1066 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in SimulatedCommandsVerifier
DSimulatedCommands.java1531 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken527 public void invokeOemRilRequestStrings(String[] strings, Message response) {
DGSMPhoneTest.java.broken1833 mGSMPhone.invokeOemRilRequestStrings(null, mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE));
1845 mGSMPhone.invokeOemRilRequestStrings(new String[0],
1862 mGSMPhone.invokeOemRilRequestStrings(s, mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1030 mRILUnderTest.invokeOemRilRequestStrings(strings, obtainMessage()); in testInvokeOemRilRequestStrings()