Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java82 public void notifyOemHookRawEventForSubscriber(Phone sender, byte[] rawData); in notifyOemHookRawEventForSubscriber() method
DDefaultPhoneNotifier.java353 public void notifyOemHookRawEventForSubscriber(Phone sender, byte[] rawData) { in notifyOemHookRawEventForSubscriber() method in DefaultPhoneNotifier
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl84 void notifyOemHookRawEventForSubscriber(in int phoneId, in int subId, in byte[] rawData); in notifyOemHookRawEventForSubscriber() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java407 public void notifyOemHookRawEventForSubscriber(int phoneId, int subId, byte[] rawData) { in notifyOemHookRawEventForSubscriber() method in TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1767 public void notifyOemHookRawEventForSubscriber(int phoneId, int subId, byte[] rawData) { in notifyOemHookRawEventForSubscriber() method in TelephonyRegistry