diff options
author | Gabriel Peal <gpeal@google.com> | 2014-03-25 13:46:13 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-25 13:46:13 -0700 |
commit | 9938854e71b35efbf2d2cf25e16b160e4bf2b15b (patch) | |
tree | 58db498de90b3953b0f904d38e84917a8de0bb67 /telephony | |
parent | fb48c1c722f1eff661a1f5e37cebb856b3e952cf (diff) | |
parent | db0dca826d992af1adfa53e10c31f08d3197bb0b (diff) | |
download | frameworks_base-9938854e71b35efbf2d2cf25e16b160e4bf2b15b.zip frameworks_base-9938854e71b35efbf2d2cf25e16b160e4bf2b15b.tar.gz frameworks_base-9938854e71b35efbf2d2cf25e16b160e4bf2b15b.tar.bz2 |
am db0dca82: resolved conflicts for merge of c1edfc2c to master
* commit 'db0dca826d992af1adfa53e10c31f08d3197bb0b':
resolved conflicts for merge of c1edfc2c to master
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephonyListener.aidl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephonyListener.aidl b/telephony/java/com/android/internal/telephony/ITelephonyListener.aidl index 8f5441c..c226217 100644 --- a/telephony/java/com/android/internal/telephony/ITelephonyListener.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephonyListener.aidl @@ -23,16 +23,5 @@ package com.android.internal.telephony; * {@hide} */ oneway interface ITelephonyListener { - /** - * Notify of a new or updated call. - * Any time the state of a call is updated, it will alert any listeners. This includes changes - * of state such as when a call is put on hold or conferenced. - * - * @param callId a unique identifier for a given call that can be used to track state changes - * @param state the new state of the call. - * {@see com.android.services.telephony.common.Call$State} - * @param number the phone number of the call. For some states, this may be blank. However, it - * will be populated for any initial state. - */ void onUpdate(int callId, int state, String number); } |