Loading telephony/java/android/telephony/PhoneStateListener.java +10 −0 Original line number Diff line number Diff line Loading @@ -612,6 +612,16 @@ public class PhoneStateListener { // default implementation empty } /** * Callback invoked when OEM hook raw event is received. Requires * the READ_PRIVILEGED_PHONE_STATE permission. * @param rawData is the byte array of the OEM hook raw data. * @hide */ public void onOemHookRawEvent(byte[] rawData) { // default implementation empty } /** * Callback invoked when telephony has received notice from a carrier * app that a network action that could result in connectivity loss Loading Loading
telephony/java/android/telephony/PhoneStateListener.java +10 −0 Original line number Diff line number Diff line Loading @@ -612,6 +612,16 @@ public class PhoneStateListener { // default implementation empty } /** * Callback invoked when OEM hook raw event is received. Requires * the READ_PRIVILEGED_PHONE_STATE permission. * @param rawData is the byte array of the OEM hook raw data. * @hide */ public void onOemHookRawEvent(byte[] rawData) { // default implementation empty } /** * Callback invoked when telephony has received notice from a carrier * app that a network action that could result in connectivity loss Loading