summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-08-08 17:06:11 -0700
committerIhab Awad <ihab@google.com>2014-08-12 03:27:12 +0000
commit8aecfedb7b5ac1c909a83f97ef8dad7ca4c68d0f (patch)
tree1cd60167b69ee21eed71d02ccb53f578b1a0eba5 /telecomm/java/com
parent3afd00e9f2b55a21ca378d6e520d24283dbb62e0 (diff)
downloadframeworks_base-8aecfedb7b5ac1c909a83f97ef8dad7ca4c68d0f.zip
frameworks_base-8aecfedb7b5ac1c909a83f97ef8dad7ca4c68d0f.tar.gz
frameworks_base-8aecfedb7b5ac1c909a83f97ef8dad7ca4c68d0f.tar.bz2
Fix incorrect connection ID for remote connection service
Also cleans up incidental issues including: * Remote connection service disconnects from the service it represents if it is not currently handling any connections; hope to avert excessive service pinning in the future. * Fix destroyed connection handling. Bug: 16828152 Change-Id: Id4555f91ddac5e9c1a12ce00bfd1ee0d6d2cb1d9
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/IConnectionService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl b/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
index 4b05fb9..7abb4dd 100644
--- a/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
@@ -33,6 +33,8 @@ import com.android.internal.telecomm.IConnectionServiceAdapter;
oneway interface IConnectionService {
void addConnectionServiceAdapter(in IConnectionServiceAdapter adapter);
+ void removeConnectionServiceAdapter(in IConnectionServiceAdapter adapter);
+
void createConnection(
in PhoneAccountHandle connectionManagerPhoneAccount,
in ConnectionRequest request,