Remove handoff APIs

This CL removes the old handoff APIs and renames
handoffCall() to phoneAccountClicked().

Change-Id: Iab1595faaadcdfe428d97891d314babea21e9633
This commit is contained in:
Sailesh Nepal
2014-07-02 21:26:12 -07:00
parent 2ad3c597e2
commit 2bed9563ed
13 changed files with 104 additions and 275 deletions

View File

@@ -176,12 +176,6 @@ public final class RemoteConnectionService implements DeathRecipient {
}
}
/** ${inheritDoc} */
@Override
public void handoffCall(String connectionId) {
// unnecessary.
}
/** ${inheritDoc} */
@Override
public void queryRemoteConnectionServices(RemoteServiceCallback callback) {