Searched refs:notifyOemHookRawEventForSubscriber (Results 1 - 5 of 5) 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);
H A DPhoneBase.java567 mNotifier.notifyOemHookRawEventForSubscriber(getSubId(), data);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl70 void notifyOemHookRawEventForSubscriber(in int subId, in byte[] 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 14 milliseconds