From ef1d4bff9bbf7d967dbcace73f08910e14e367d0 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Tue, 17 Jul 2012 11:14:28 -0700 Subject: Revise CellInfo API's Change-Id: I35bc22caf4a6a2255f2ce122690823f8d602b359 --- .../src/com/android/internal/telephony/TestPhoneNotifier.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/telephonytests') diff --git a/tests/telephonytests/src/com/android/internal/telephony/TestPhoneNotifier.java b/tests/telephonytests/src/com/android/internal/telephony/TestPhoneNotifier.java index b8f0568..761dfc7 100644 --- a/tests/telephonytests/src/com/android/internal/telephony/TestPhoneNotifier.java +++ b/tests/telephonytests/src/com/android/internal/telephony/TestPhoneNotifier.java @@ -20,6 +20,8 @@ import com.android.internal.telephony.Phone; import com.android.internal.telephony.PhoneConstants; import android.telephony.CellInfo; +import java.util.List; + /** * Stub class used for unit tests */ @@ -62,6 +64,6 @@ public class TestPhoneNotifier implements PhoneNotifier { public void notifyOtaspChanged(Phone sender, int otaspMode) { } - public void notifyCellInfo(Phone sender, CellInfo cellInfo) { + public void notifyCellInfo(Phone sender, List cellInfo) { } } -- cgit v1.1