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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java66 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java313 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:DefaultPhoneNotifier
315 mRegistry.notifyOemHookRawEventForSubscriber(subId, 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.java1359 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:TelephonyRegistry
1360 if (!checkNotifyPermission("notifyOemHookRawEventForSubscriber")) {
1367 log("notifyOemHookRawEventForSubscriber: r=" + r + " subId=" + subId);

Completed in 542 milliseconds