summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/RemoteConnection.java
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnection.java')
-rw-r--r--telecomm/java/android/telecom/RemoteConnection.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnection.java b/telecomm/java/android/telecom/RemoteConnection.java
index 3cb8058..f960959 100644
--- a/telecomm/java/android/telecom/RemoteConnection.java
+++ b/telecomm/java/android/telecom/RemoteConnection.java
@@ -209,11 +209,6 @@ public final class RemoteConnection {
* @param extras The extras containing other information associated with the connection.
*/
public void onExtrasChanged(RemoteConnection connection, @Nullable Bundle extras) {}
-
- /** @hide */
- public void setPhoneAccountHandle(
- RemoteConnection connection,
- PhoneAccountHandle pHandle) {}
}
/**
@@ -1296,20 +1291,6 @@ public final class RemoteConnection {
}
}
- /** @hide */
- void setPhoneAccountHandle(final PhoneAccountHandle pHandle) {
- for (CallbackRecord record : mCallbackRecords) {
- final RemoteConnection connection = this;
- final Callback callback = record.getCallback();
- record.getHandler().post(new Runnable() {
- @Override
- public void run() {
- callback.setPhoneAccountHandle(connection, pHandle);
- }
- });
- }
- }
-
/**
* Create a RemoteConnection represents a failure, and which will be in
* {@link Connection#STATE_DISCONNECTED}. Attempting to use it for anything will almost