Loading telephony/java/android/telephony/TelephonyManager.java +0 −23 Original line number Diff line number Diff line Loading @@ -11286,29 +11286,6 @@ public class TelephonyManager { return false; } /** * Returns the result and response from RIL for oem request * * @param oemReq the data is sent to ril. * @param oemResp the respose data from RIL. * @return negative value request was not handled or get error * 0 request was handled succesfully, but no response data * positive value success, data length of response * @hide * @deprecated OEM needs a vendor-extension hal and their apps should use that instead */ @Deprecated public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) { try { ITelephony telephony = getITelephony(); if (telephony != null) return telephony.invokeOemRilRequestRaw(oemReq, oemResp); } catch (RemoteException ex) { } catch (NullPointerException ex) { } return -1; } /** * @deprecated Use {@link android.telephony.ims.ImsMmTelManager#setVtSettingEnabled(boolean)} * instead. Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +0 −11 Original line number Diff line number Diff line Loading @@ -1191,17 +1191,6 @@ interface ITelephony { in List<String> gsmNonRoamingList, in List<String> cdmaRoamingList, in List<String> cdmaNonRoamingList); /** * Returns the result and response from RIL for oem request * * @param oemReq the data is sent to ril. * @param oemResp the respose data from RIL. * @return negative value request was not handled or get error * 0 request was handled succesfully, but no response data * positive value success, data length of response */ int invokeOemRilRequestRaw(in byte[] oemReq, out byte[] oemResp); /** * Check if any mobile Radios need to be shutdown. * Loading telephony/java/com/android/internal/telephony/RILConstants.java +0 −5 Original line number Diff line number Diff line Loading @@ -323,11 +323,6 @@ public interface RILConstants { int SETUP_DATA_AUTH_CHAP = 2; int SETUP_DATA_AUTH_PAP_CHAP = 3; /* LCE service related constants. */ int LCE_NOT_AVAILABLE = -1; int LCE_STOPPED = 0; int LCE_ACTIVE = 1; /** * No restriction at all including voice/SMS/USSD/SS/AV64 * and packet data. Loading Loading
telephony/java/android/telephony/TelephonyManager.java +0 −23 Original line number Diff line number Diff line Loading @@ -11286,29 +11286,6 @@ public class TelephonyManager { return false; } /** * Returns the result and response from RIL for oem request * * @param oemReq the data is sent to ril. * @param oemResp the respose data from RIL. * @return negative value request was not handled or get error * 0 request was handled succesfully, but no response data * positive value success, data length of response * @hide * @deprecated OEM needs a vendor-extension hal and their apps should use that instead */ @Deprecated public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) { try { ITelephony telephony = getITelephony(); if (telephony != null) return telephony.invokeOemRilRequestRaw(oemReq, oemResp); } catch (RemoteException ex) { } catch (NullPointerException ex) { } return -1; } /** * @deprecated Use {@link android.telephony.ims.ImsMmTelManager#setVtSettingEnabled(boolean)} * instead. Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +0 −11 Original line number Diff line number Diff line Loading @@ -1191,17 +1191,6 @@ interface ITelephony { in List<String> gsmNonRoamingList, in List<String> cdmaRoamingList, in List<String> cdmaNonRoamingList); /** * Returns the result and response from RIL for oem request * * @param oemReq the data is sent to ril. * @param oemResp the respose data from RIL. * @return negative value request was not handled or get error * 0 request was handled succesfully, but no response data * positive value success, data length of response */ int invokeOemRilRequestRaw(in byte[] oemReq, out byte[] oemResp); /** * Check if any mobile Radios need to be shutdown. * Loading
telephony/java/com/android/internal/telephony/RILConstants.java +0 −5 Original line number Diff line number Diff line Loading @@ -323,11 +323,6 @@ public interface RILConstants { int SETUP_DATA_AUTH_CHAP = 2; int SETUP_DATA_AUTH_PAP_CHAP = 3; /* LCE service related constants. */ int LCE_NOT_AVAILABLE = -1; int LCE_STOPPED = 0; int LCE_ACTIVE = 1; /** * No restriction at all including voice/SMS/USSD/SS/AV64 * and packet data. Loading