Loading services/core/java/com/android/server/am/ContentProviderHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -674,7 +674,9 @@ public class ContentProviderHelper { if (conn != null) { conn.waiting = true; } if (wait > 0) { cpr.wait(wait); } if (cpr.provider == null) { timedOut = true; break; Loading Loading
services/core/java/com/android/server/am/ContentProviderHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -674,7 +674,9 @@ public class ContentProviderHelper { if (conn != null) { conn.waiting = true; } if (wait > 0) { cpr.wait(wait); } if (cpr.provider == null) { timedOut = true; break; Loading