summaryrefslogtreecommitdiff
path: root/src/com/android/dialerbind/ObjectFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/dialerbind/ObjectFactory.java')
-rw-r--r--src/com/android/dialerbind/ObjectFactory.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/android/dialerbind/ObjectFactory.java b/src/com/android/dialerbind/ObjectFactory.java
index 303610f30..342f39cb9 100644
--- a/src/com/android/dialerbind/ObjectFactory.java
+++ b/src/com/android/dialerbind/ObjectFactory.java
@@ -26,7 +26,7 @@ import com.android.dialer.calllog.ContactInfoHelper;
import com.android.dialer.list.RegularSearchFragment;
import com.android.dialer.logging.Logger;
import com.android.dialer.service.CachedNumberLookupService;
-import com.android.dialer.service.ExtendedBlockingButtonRenderer;
+import com.android.dialer.service.ExtendedCallInfoService;
import com.android.dialer.voicemail.VoicemailPlaybackPresenter;
/**
@@ -60,8 +60,7 @@ public class ObjectFactory {
}
@Nullable
- public static ExtendedBlockingButtonRenderer newExtendedBlockingButtonRenderer(
- Context context, ExtendedBlockingButtonRenderer.Listener listener) {
+ public static ExtendedCallInfoService newExtendedCallInfoService(Context context) {
return null;
}