Loading src/com/android/server/telecom/CreateConnectionProcessor.java +1 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,7 @@ public class CreateConnectionProcessor implements CreateConnectionResponse { } // then by hashcode return account1.hashCode() - account2.hashCode(); return Integer.compare(account1.hashCode(), account2.hashCode()); }); } Loading Loading
src/com/android/server/telecom/CreateConnectionProcessor.java +1 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,7 @@ public class CreateConnectionProcessor implements CreateConnectionResponse { } // then by hashcode return account1.hashCode() - account2.hashCode(); return Integer.compare(account1.hashCode(), account2.hashCode()); }); } Loading