Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +11 −0 Original line number Diff line number Diff line Loading @@ -2668,6 +2668,17 @@ public class PhoneWindowManager implements WindowManagerPolicy { } } return -1; } else if (keyCode == KeyEvent.KEYCODE_N && event.isMetaPressed()) { if (down) { IStatusBarService service = getStatusBarService(); if (service != null) { try { service.expandNotificationsPanel(); } catch (RemoteException e) { // do nothing. } } } } else if (keyCode == KeyEvent.KEYCODE_ASSIST) { if (down) { if (repeatCount == 0) { Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +11 −0 Original line number Diff line number Diff line Loading @@ -2668,6 +2668,17 @@ public class PhoneWindowManager implements WindowManagerPolicy { } } return -1; } else if (keyCode == KeyEvent.KEYCODE_N && event.isMetaPressed()) { if (down) { IStatusBarService service = getStatusBarService(); if (service != null) { try { service.expandNotificationsPanel(); } catch (RemoteException e) { // do nothing. } } } } else if (keyCode == KeyEvent.KEYCODE_ASSIST) { if (down) { if (repeatCount == 0) { Loading