summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/RemoteConnectionService.java
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-02 09:38:39 -0700
committerYorke Lee <yorkelee@google.com>2014-10-06 15:09:00 -0700
commitc3cf982d18e28fc27126265422f36c5e845808db (patch)
treed4142ba5d1294e1ad23727aa3192b8e310ceb6b7 /telecomm/java/android/telecom/RemoteConnectionService.java
parent17d7c79650664c7a112ab175cb2329d2062f4d1e (diff)
downloadframeworks_base-c3cf982d18e28fc27126265422f36c5e845808db.zip
frameworks_base-c3cf982d18e28fc27126265422f36c5e845808db.tar.gz
frameworks_base-c3cf982d18e28fc27126265422f36c5e845808db.tar.bz2
Add ability to add sim-initiated MO call to UI (2/4)
Add supporting (hidden) APIs to TelecomManager to add the ability to add a previous unknown call to Telecom Bug: 17787391 Change-Id: Ibdfaee81a55e11451c146751cf970980dccad435
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnectionService.java')
-rw-r--r--telecomm/java/android/telecom/RemoteConnectionService.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnectionService.java b/telecomm/java/android/telecom/RemoteConnectionService.java
index 328dc86..de1dc17 100644
--- a/telecomm/java/android/telecom/RemoteConnectionService.java
+++ b/telecomm/java/android/telecom/RemoteConnectionService.java
@@ -348,7 +348,8 @@ final class RemoteConnectionService {
connectionManagerPhoneAccount,
id,
newRequest,
- isIncoming);
+ isIncoming,
+ false /* isUnknownCall */);
connection.registerCallback(new RemoteConnection.Callback() {
@Override
public void onDestroyed(RemoteConnection connection) {