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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java65 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java303 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:DefaultPhoneNotifier
305 mRegistry.notifyOemHookRawEventForSubscriber(subId, rawData);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1224 public void notifyOemHookRawEventForSubscriber(int subId, byte[] rawData) { method in class:TelephonyRegistry
1225 if (!checkNotifyPermission("notifyOemHookRawEventForSubscriber")) {
1232 log("notifyOemHookRawEventForSubscriber: r=" + r + " subId=" + subId);

Completed in 107 milliseconds