Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −18 Original line number Diff line number Diff line Loading @@ -3568,24 +3568,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { Slog.wtf(TAG, "KEYCODE_VOICE_ASSIST should be handled in" + " interceptKeyBeforeQueueing"); return true; case KeyEvent.KEYCODE_VIDEO_APP_1: case KeyEvent.KEYCODE_VIDEO_APP_2: case KeyEvent.KEYCODE_VIDEO_APP_3: case KeyEvent.KEYCODE_VIDEO_APP_4: case KeyEvent.KEYCODE_VIDEO_APP_5: case KeyEvent.KEYCODE_VIDEO_APP_6: case KeyEvent.KEYCODE_VIDEO_APP_7: case KeyEvent.KEYCODE_VIDEO_APP_8: case KeyEvent.KEYCODE_FEATURED_APP_1: case KeyEvent.KEYCODE_FEATURED_APP_2: case KeyEvent.KEYCODE_FEATURED_APP_3: case KeyEvent.KEYCODE_FEATURED_APP_4: case KeyEvent.KEYCODE_DEMO_APP_1: case KeyEvent.KEYCODE_DEMO_APP_2: case KeyEvent.KEYCODE_DEMO_APP_3: case KeyEvent.KEYCODE_DEMO_APP_4: Slog.wtf(TAG, "KEYCODE_APP_X should be handled in interceptKeyBeforeQueueing"); return true; case KeyEvent.KEYCODE_BRIGHTNESS_UP: case KeyEvent.KEYCODE_BRIGHTNESS_DOWN: if (down) { Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −18 Original line number Diff line number Diff line Loading @@ -3568,24 +3568,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { Slog.wtf(TAG, "KEYCODE_VOICE_ASSIST should be handled in" + " interceptKeyBeforeQueueing"); return true; case KeyEvent.KEYCODE_VIDEO_APP_1: case KeyEvent.KEYCODE_VIDEO_APP_2: case KeyEvent.KEYCODE_VIDEO_APP_3: case KeyEvent.KEYCODE_VIDEO_APP_4: case KeyEvent.KEYCODE_VIDEO_APP_5: case KeyEvent.KEYCODE_VIDEO_APP_6: case KeyEvent.KEYCODE_VIDEO_APP_7: case KeyEvent.KEYCODE_VIDEO_APP_8: case KeyEvent.KEYCODE_FEATURED_APP_1: case KeyEvent.KEYCODE_FEATURED_APP_2: case KeyEvent.KEYCODE_FEATURED_APP_3: case KeyEvent.KEYCODE_FEATURED_APP_4: case KeyEvent.KEYCODE_DEMO_APP_1: case KeyEvent.KEYCODE_DEMO_APP_2: case KeyEvent.KEYCODE_DEMO_APP_3: case KeyEvent.KEYCODE_DEMO_APP_4: Slog.wtf(TAG, "KEYCODE_APP_X should be handled in interceptKeyBeforeQueueing"); return true; case KeyEvent.KEYCODE_BRIGHTNESS_UP: case KeyEvent.KEYCODE_BRIGHTNESS_DOWN: if (down) { Loading