Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -3360,7 +3360,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { throws RemoteException { synchronized (mLock) { IShortcutService service = mShortcutKeyServices.get(shortcutCode); if (service != null && service.asBinder().isBinderAlive()) { if (service != null && service.asBinder().pingBinder()) { throw new RemoteException("Key already exists."); } Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -3360,7 +3360,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { throws RemoteException { synchronized (mLock) { IShortcutService service = mShortcutKeyServices.get(shortcutCode); if (service != null && service.asBinder().isBinderAlive()) { if (service != null && service.asBinder().pingBinder()) { throw new RemoteException("Key already exists."); } Loading