From 7299b00d169100e5ac21a48e9bb11b9d944c7916 Mon Sep 17 00:00:00 2001 From: maxwelb Date: Tue, 12 Jun 2018 11:40:38 -0700 Subject: Delete checkSpamStatusForInCallUi Test: Tap PiperOrigin-RevId: 200252072 Change-Id: I25aea0e324b070d0f8553cb0041c6b3e9668552e --- java/com/android/dialer/spam/Spam.java | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'java/com/android/dialer/spam/Spam.java') diff --git a/java/com/android/dialer/spam/Spam.java b/java/com/android/dialer/spam/Spam.java index b797ce3c4..028bda40a 100644 --- a/java/com/android/dialer/spam/Spam.java +++ b/java/com/android/dialer/spam/Spam.java @@ -60,19 +60,6 @@ public interface Spam { */ ListenableFuture checkSpamStatus(String number, @Nullable String defaultCountryIso); - /** - * Checks if the given number is suspected of being spam, checking additional information as - * needed for the in-call ui. - * - *

See {@link #checkSpamStatus(String, String)}. - * - * @param number the phone number. - * @param defaultCountryIso the default country to use if it's not part of the number. - * @return the {@link SpamStatus} for the given number. - */ - ListenableFuture checkSpamStatusForInCallUi( - String number, @Nullable String defaultCountryIso); - /** * Called as an indication that the Spam implementation should check whether downloading a spam * list needs to occur or not. -- cgit v1.2.3