summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/java/android/view/IWindowManager.aidl6
-rw-r--r--core/java/android/view/WindowManagerPolicy.java6
2 files changed, 0 insertions, 12 deletions
diff --git a/core/java/android/view/IWindowManager.aidl b/core/java/android/view/IWindowManager.aidl
index aea2799..caf9c8b 100644
--- a/core/java/android/view/IWindowManager.aidl
+++ b/core/java/android/view/IWindowManager.aidl
@@ -249,12 +249,6 @@ interface IWindowManager
boolean isSafeModeEnabled();
/**
- * Tell keyguard to show the assistant (Intent.ACTION_ASSIST) after asking for the user's
- * credentials.
- */
- void showAssistant();
-
- /**
* Sets the display magnification callbacks. These callbacks notify
* the client for contextual changes related to display magnification.
*
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java
index e116662..79c0b3c 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -1176,12 +1176,6 @@ public interface WindowManagerPolicy {
public void dump(String prefix, PrintWriter writer, String[] args);
/**
- * Ask keyguard to invoke the assist intent after dismissing keyguard
- * {@link android.content.Intent#ACTION_ASSIST}
- */
- public void showAssistant();
-
- /**
* Returns whether a given window type can be magnified.
*
* @param windowType The window type.