Searched refs:invokeOemRilRequestStrings (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java727 public void invokeOemRilRequestStrings(String[] strings, Message response) { method in class:PhoneBase
728 mCM.invokeOemRilRequestStrings(strings, response);
H A DPhoneProxy.java571 public void invokeOemRilRequestStrings(String[] strings, Message response) { method in class:PhoneProxy
572 mActivePhone.invokeOemRilRequestStrings(strings, response);
H A DPhone.java1184 * @see #invokeOemRilRequestStrings(java.lang.String[], android.os.Message)
1186 void invokeOemRilRequestStrings(String[] strings, Message response); method in interface:Phone
H A DCommandsInterface.java1181 void invokeOemRilRequestStrings(String[] strings, Message response); method in interface:CommandsInterface
H A DRIL.java1679 public void invokeOemRilRequestStrings(String[] strings, Message response) { method in class:RIL
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1836 mGSMPhone.invokeOemRilRequestStrings(null, mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE));
1848 mGSMPhone.invokeOemRilRequestStrings(new String[0],
1865 mGSMPhone.invokeOemRilRequestStrings(s, mHandler.obtainMessage(EVENT_OEM_RIL_MESSAGE));
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1196 public void invokeOemRilRequestStrings(String[] strings, Message response) { method in class:SimulatedCommands

Completed in 87 milliseconds