Home
last modified time | relevance | path

Searched refs:supp (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4097 SuppServiceNotification supp = new SuppServiceNotification();
4100 supp.notificationType = 1;
4101 supp.code = SuppServiceNotification.CODE_2_CALL_RETRIEVED;
4102 mPhone.notifySuppSvcNotification(supp);
4116 SuppServiceNotification supp = new SuppServiceNotification();
4117 supp.notificationType = suppServiceInfo.notificationType;
4118 supp.code = suppServiceInfo.code;
4119 supp.index = suppServiceInfo.index;
4120 supp.number = suppServiceInfo.number;
4121 supp.history = suppServiceInfo.history;
[all …]