summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/misc
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2014-11-07 18:59:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-07 18:59:25 +0000
commit975590f22916e184204678758bb339c1d2b6b57f (patch)
tree3e6acebfa9de5073b0bf50e440223c969148642d /packages/SystemUI/src/com/android/systemui/recents/misc
parent2f04d16f16ea935895872efe4dfcff3366070e9c (diff)
parent18f99d91349a4f5ce55e22ed33f1f57eb1b0297b (diff)
downloadframeworks_base-975590f22916e184204678758bb339c1d2b6b57f.zip
frameworks_base-975590f22916e184204678758bb339c1d2b6b57f.tar.gz
frameworks_base-975590f22916e184204678758bb339c1d2b6b57f.tar.bz2
Merge "Material design for screen pinning cling" into lmp-mr1-dev
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/recents/misc')
-rw-r--r--packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java b/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
index 646d701..51b3fb5 100644
--- a/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
+++ b/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
@@ -495,17 +495,6 @@ public class SystemServicesProxy {
}
/**
- * Locks the current task.
- */
- public void lockCurrentTask() {
- if (mIam == null) return;
-
- try {
- mIam.startLockTaskModeOnCurrent();
- } catch (RemoteException e) {}
- }
-
- /**
* Takes a screenshot of the current surface.
*/
public Bitmap takeScreenshot() {