Loading cmds/pm/src/com/android/commands/pm/Pm.java +5 −1 Original line number Diff line number Diff line Loading @@ -1702,7 +1702,11 @@ public final class Pm { } public Intent getResult() { return mResult.poll(); try { return mResult.take(); } catch (InterruptedException e) { throw new RuntimeException(e); } } } Loading Loading
cmds/pm/src/com/android/commands/pm/Pm.java +5 −1 Original line number Diff line number Diff line Loading @@ -1702,7 +1702,11 @@ public final class Pm { } public Intent getResult() { return mResult.poll(); try { return mResult.take(); } catch (InterruptedException e) { throw new RuntimeException(e); } } } Loading