Home
last modified time | relevance | path

Searched defs:notifyOemHookRawEventForSubscriber (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java65 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData); in notifyOemHookRawEventForSubscriber() method
DDefaultPhoneNotifier.java303 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { in notifyOemHookRawEventForSubscriber() method in DefaultPhoneNotifier
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl70 void notifyOemHookRawEventForSubscriber(in int subId, in byte[] rawData); in notifyOemHookRawEventForSubscriber() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1318 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { in notifyOemHookRawEventForSubscriber() method in TelephonyRegistry