diff options
author | Gabriel Peal <gpeal@google.com> | 2014-03-19 16:41:49 -0700 |
---|---|---|
committer | Gabriel Peal <gpeal@google.com> | 2014-03-25 13:39:55 -0700 |
commit | db0dca826d992af1adfa53e10c31f08d3197bb0b (patch) | |
tree | b47c109f8e21649618cacd9002d34dbc2cb76bcd /telephony/java/com | |
parent | 5e44cadfd69c210c11f80cfe599718617a0e6676 (diff) | |
download | frameworks_base-db0dca826d992af1adfa53e10c31f08d3197bb0b.zip frameworks_base-db0dca826d992af1adfa53e10c31f08d3197bb0b.tar.gz frameworks_base-db0dca826d992af1adfa53e10c31f08d3197bb0b.tar.bz2 |
resolved conflicts for merge of c1edfc2c to master
attempt 2
Change-Id: Ic9e6e9e02c4781617deeea3ddcb4a0b2b659e4fc
Diffstat (limited to 'telephony/java/com')
-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); } |