Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java426 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java425 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1106 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in SimulatedCommandsVerifier
DSimulatedCommands.java1602 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.broken523 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/src/java/com/android/internal/telephony/
DCommandsInterface.java1665 void invokeOemRilRequestStrings(String[] strings, Message response); in invokeOemRilRequestStrings() method
DPhone.java2662 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() method in Phone
2663 mCi.invokeOemRilRequestStrings(strings, response); in invokeOemRilRequestStrings()
DRIL.java3011 public void invokeOemRilRequestStrings(String[] strings, Message result) { in invokeOemRilRequestStrings() method in RIL