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.java3196 SuppServiceNotification supp = new SuppServiceNotification();
3199 supp.notificationType = 1;
3200 supp.code = SuppServiceNotification.CODE_2_CALL_RETRIEVED;
3201 mPhone.notifySuppSvcNotification(supp);
3215 SuppServiceNotification supp = new SuppServiceNotification();
3216 supp.notificationType = suppServiceInfo.notificationType;
3217 supp.code = suppServiceInfo.code;
3218 supp.index = suppServiceInfo.index;
3219 supp.number = suppServiceInfo.number;
3220 supp.history = suppServiceInfo.history;
[all …]