Loading telephony/java/android/telephony/PhoneStateListener.java +2 −0 Original line number Diff line number Diff line Loading @@ -208,7 +208,9 @@ public class PhoneStateListener { * * @see #onOemHookRawEvent * @hide * @deprecated OEM needs a vendor-extension hal and their apps should use that instead */ @Deprecated public static final int LISTEN_OEM_HOOK_RAW_EVENT = 0x00008000; /** Loading telephony/java/android/telephony/TelephonyManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -5040,7 +5040,9 @@ public class TelephonyManager { * 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(); Loading Loading
telephony/java/android/telephony/PhoneStateListener.java +2 −0 Original line number Diff line number Diff line Loading @@ -208,7 +208,9 @@ public class PhoneStateListener { * * @see #onOemHookRawEvent * @hide * @deprecated OEM needs a vendor-extension hal and their apps should use that instead */ @Deprecated public static final int LISTEN_OEM_HOOK_RAW_EVENT = 0x00008000; /** Loading
telephony/java/android/telephony/TelephonyManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -5040,7 +5040,9 @@ public class TelephonyManager { * 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(); Loading