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.java3452 SuppServiceNotification supp = new SuppServiceNotification();
3455 supp.notificationType = 1;
3456 supp.code = SuppServiceNotification.CODE_2_CALL_RETRIEVED;
3457 mPhone.notifySuppSvcNotification(supp);
3471 SuppServiceNotification supp = new SuppServiceNotification();
3472 supp.notificationType = suppServiceInfo.notificationType;
3473 supp.code = suppServiceInfo.code;
3474 supp.index = suppServiceInfo.index;
3475 supp.number = suppServiceInfo.number;
3476 supp.history = suppServiceInfo.history;
[all …]