Home
last modified time | relevance | path

Searched refs:onRatingFailure (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionRatingHelper.java41 void onRatingFailure(Throwable t); in onRatingFailure() method
58 .onFailure(e -> failureListener.onRatingFailure(e)) in sendRating()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java341 this::onRatingFailure); in recordTranscriptionRating()
365 PhoneCallDetailsHelper.this::onRatingFailure); in showVoicemailDonationPromo()
431 public void onRatingFailure(Throwable t) { in onRatingFailure() method in PhoneCallDetailsHelper