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.java2528 SuppServiceNotification supp = new SuppServiceNotification();
2531 supp.notificationType = 1;
2532 supp.code = SuppServiceNotification.CODE_2_CALL_RETRIEVED;
2533 mPhone.notifySuppSvcNotification(supp);
2547 SuppServiceNotification supp = new SuppServiceNotification();
2548 supp.notificationType = suppServiceInfo.notificationType;
2549 supp.code = suppServiceInfo.code;
2550 supp.index = suppServiceInfo.index;
2551 supp.number = suppServiceInfo.number;
2552 supp.history = suppServiceInfo.history;
[all …]