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.java3211 SuppServiceNotification supp = new SuppServiceNotification();
3214 supp.notificationType = 1;
3215 supp.code = SuppServiceNotification.CODE_2_CALL_RETRIEVED;
3216 mPhone.notifySuppSvcNotification(supp);
3230 SuppServiceNotification supp = new SuppServiceNotification();
3231 supp.notificationType = suppServiceInfo.notificationType;
3232 supp.code = suppServiceInfo.code;
3233 supp.index = suppServiceInfo.index;
3234 supp.number = suppServiceInfo.number;
3235 supp.history = suppServiceInfo.history;
[all …]