From b208a24cf521401912cfce16fce550a995cf1250 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Wed, 25 Jul 2012 14:08:09 -0700 Subject: Revise and update CellInfo API's Change-Id: I25a46076a244f50edb9da65816b3717e00820b34 --- telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl | 2 +- telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'telephony/java/com/android/internal') diff --git a/telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl b/telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl index d6a1edd..3a04ceb 100644 --- a/telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl +++ b/telephony/java/com/android/internal/telephony/IPhoneStateListener.aidl @@ -34,6 +34,6 @@ oneway interface IPhoneStateListener { void onDataActivity(int direction); void onSignalStrengthsChanged(in SignalStrength signalStrength); void onOtaspChanged(in int otaspMode); - void onCellInfoChanged(in CellInfo cellInfo); + void onCellInfoChanged(in List cellInfo); } diff --git a/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl b/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl index 3c9a99b..59c8472 100644 --- a/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl @@ -40,5 +40,5 @@ interface ITelephonyRegistry { void notifyDataConnectionFailed(String reason, String apnType); void notifyCellLocation(in Bundle cellLocation); void notifyOtaspChanged(in int otaspMode); - void notifyCellInfo(in CellInfo cellInfo); + void notifyCellInfo(in List cellInfo); } -- cgit v1.1