summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-02-11 22:51:32 -0800
committerSailesh Nepal <sail@google.com>2014-02-11 22:52:16 -0800
commitbdd484f6f263f44f31709b71c4d2843442fd830a (patch)
tree7edb33975fcc260f18c64b8c0129046c9be332bb /telephony/java/com
parenteaeb071a1751c9813612a1e3e2ec2450ea0d7a73 (diff)
downloadframeworks_base-bdd484f6f263f44f31709b71c4d2843442fd830a.zip
frameworks_base-bdd484f6f263f44f31709b71c4d2843442fd830a.tar.gz
frameworks_base-bdd484f6f263f44f31709b71c4d2843442fd830a.tar.bz2
Add abstract base implementation of CallService.
Base implementation takes care of a lot of boilerplate code. Change-Id: Iaf5a16f5718727cee0f7efb4af53a021536f50d8
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ICallService.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/ICallService.aidl b/telephony/java/com/android/internal/telephony/ICallService.aidl
index a24c860..cb9b2e8 100644
--- a/telephony/java/com/android/internal/telephony/ICallService.aidl
+++ b/telephony/java/com/android/internal/telephony/ICallService.aidl
@@ -57,5 +57,5 @@ oneway interface ICallService {
* and communicate state changes of existing calls. This is the first method that is called
* after a the framework binds to the call service.
*/
- void setCallServiceAdapter(ICallServiceAdapter CallServiceAdapter);
+ void setCallServiceAdapter(ICallServiceAdapter callServiceAdapter);
}