summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com/android/internal
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2014-07-19 14:57:05 -0700
committerSantos Cordon <santoscordon@google.com>2014-07-20 17:41:08 -0700
commit96efb488affcb89dafe83dfa5f5addb378c2102e (patch)
treebd9ca5ef159a2681c32a49d0d6261c676829f0c1 /telecomm/java/com/android/internal
parente9544264948e2c7998a5797cbb024b6834b98dff (diff)
downloadframeworks_base-96efb488affcb89dafe83dfa5f5addb378c2102e.zip
frameworks_base-96efb488affcb89dafe83dfa5f5addb378c2102e.tar.gz
frameworks_base-96efb488affcb89dafe83dfa5f5addb378c2102e.tar.bz2
Change incoming call intent to a TelecommManager method. (1/3)
Also moves a few constants from TelecommConstants to TelecommManager. Bug:16416927 Change-Id: I8e74feb228523ed1c186b2f06784d04cb9141f86
Diffstat (limited to 'telecomm/java/com/android/internal')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ITelecommService.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
index 1536442..5036948 100644
--- a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
@@ -18,6 +18,7 @@ package com.android.internal.telecomm;
import android.content.ComponentName;
import android.telecomm.PhoneAccountHandle;
+import android.os.Bundle;
import android.telecomm.PhoneAccount;
/**
@@ -116,4 +117,9 @@ interface ITelecommService {
* @see TelecomManager#getCurrentTtyMode
*/
int getCurrentTtyMode();
+
+ /**
+ * @see TelecommManager#addNewIncomingCall
+ */
+ void addNewIncomingCall(in PhoneAccountHandle phoneAccount, in Bundle extras);
}