Loading core/java/android/app/LoadedApk.java +7 −6 Original line number Diff line number Diff line Loading @@ -2060,7 +2060,7 @@ public final class LoadedApk { } if (dead) { mConnection.onBindingDied(name); } } else { // If there is a new viable service, it is now connected. if (service != null) { mConnection.onServiceConnected(name, service); Loading @@ -2069,6 +2069,7 @@ public final class LoadedApk { mConnection.onNullBinding(name); } } } public void doDeath(ComponentName name, IBinder service) { synchronized (this) { Loading Loading
core/java/android/app/LoadedApk.java +7 −6 Original line number Diff line number Diff line Loading @@ -2060,7 +2060,7 @@ public final class LoadedApk { } if (dead) { mConnection.onBindingDied(name); } } else { // If there is a new viable service, it is now connected. if (service != null) { mConnection.onServiceConnected(name, service); Loading @@ -2069,6 +2069,7 @@ public final class LoadedApk { mConnection.onNullBinding(name); } } } public void doDeath(ComponentName name, IBinder service) { synchronized (this) { Loading