Searched refs:ssn (Results 1 – 2 of 2) sorted by relevance
389 private void handleSuppServiceNotification(SuppServiceNotification ssn) { in handleSuppServiceNotification() argument390 Log.i(this, "handleSuppServiceNotification: type=%d, code=%d", ssn.notificationType, in handleSuppServiceNotification()391 ssn.code); in handleSuppServiceNotification()392 if (ssn.notificationType == SuppServiceNotification.NOTIFICATION_TYPE_CODE_1 in handleSuppServiceNotification()393 && ssn.code == SuppServiceNotification.CODE_1_CALL_FORWARDED) { in handleSuppServiceNotification()396 sendSuppServiceNotificationEvent(ssn.notificationType, ssn.code); in handleSuppServiceNotification()