summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2014-07-02 13:20:40 -0700
committerSantos Cordon <santoscordon@google.com>2014-07-02 23:39:30 +0000
commit3c4ff9effc801525aaa6bc3fa9bf2898b32b3464 (patch)
treedf91eceba2c4726fc720e0c2d130e01d03b58e1b /telecomm
parent53e3b38b09d485da9b51d397a80dc9316b30f3c3 (diff)
downloadframeworks_base-3c4ff9effc801525aaa6bc3fa9bf2898b32b3464.zip
frameworks_base-3c4ff9effc801525aaa6bc3fa9bf2898b32b3464.tar.gz
frameworks_base-3c4ff9effc801525aaa6bc3fa9bf2898b32b3464.tar.bz2
Move cancelMissedCallsNotification to PhoneManager.
Change-Id: I2ce26e77ef1f0acc11552bf28efc039391e09766
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ITelecommService.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
index 79a17e9..d151d09 100644
--- a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
@@ -80,4 +80,9 @@ interface ITelecommService {
* @see TelecommManager#acceptRingingCall
*/
void acceptRingingCall();
+
+ /**
+ * @see PhoneManager#cancelMissedCallsNotification
+ */
+ void cancelMissedCallsNotification();
}