Searched refs:notifyOemHookRawEventForSubscriber (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java62 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java297 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:DefaultPhoneNotifier
299 mRegistry.notifyOemHookRawEventForSubscriber(subId, rawData);
H A DPhone.java617 mNotifier.notifyOemHookRawEventForSubscriber(getSubId(), data);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl68 void notifyOemHookRawEventForSubscriber(in int subId, in byte[] rawData);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java306 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1284 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:TelephonyRegistry
1285 if (!checkNotifyPermission("notifyOemHookRawEventForSubscriber")) {
1292 log("notifyOemHookRawEventForSubscriber: r=" + r + " subId=" + subId);

Completed in 43 milliseconds