summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-28 14:39:23 -0700
committerYorke Lee <yorkelee@google.com>2014-07-29 09:27:31 -0700
commit0d6ea71bcfe44ada319ac9387d9ce1b3761eea58 (patch)
tree96e208cd198170b3a33f18797c4275e890bc354a /telecomm/java/com
parent40495e054591ed4bc110c710c46996ef163664c1 (diff)
downloadframeworks_base-0d6ea71bcfe44ada319ac9387d9ce1b3761eea58.zip
frameworks_base-0d6ea71bcfe44ada319ac9387d9ce1b3761eea58.tar.gz
frameworks_base-0d6ea71bcfe44ada319ac9387d9ce1b3761eea58.tar.bz2
Add new proximity sensors in Telecomm (1/3)
Add the following two APIs in Telecomm and use them in InCallUI setProximitySensorOn setProximitySensorOff(boolean turnScreenOnImmediately) Bug: 16573954 Change-Id: I8219e9c659f4ea4493f5cd5c8bcaa95a98d180e2
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl b/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl
index 17e14aa..fc09a3a 100644
--- a/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl
@@ -56,4 +56,8 @@ oneway interface IInCallAdapter {
void splitFromConference(String callId);
void swapWithBackgroundCall(String callId);
+
+ void turnOnProximitySensor();
+
+ void turnOffProximitySensor(boolean screenOnImmediately);
}