Loading services/java/com/android/server/pm/PackageManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -2573,7 +2573,7 @@ public class PackageManagerService extends IPackageManager.Stub { } } if (pi != null && !list.append(pi)) { if (pi != null && list.append(pi)) { break; } } Loading Loading @@ -2620,7 +2620,7 @@ public class PackageManagerService extends IPackageManager.Stub { } } if (ai != null && !list.append(ai)) { if (ai != null && list.append(ai)) { break; } } Loading Loading
services/java/com/android/server/pm/PackageManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -2573,7 +2573,7 @@ public class PackageManagerService extends IPackageManager.Stub { } } if (pi != null && !list.append(pi)) { if (pi != null && list.append(pi)) { break; } } Loading Loading @@ -2620,7 +2620,7 @@ public class PackageManagerService extends IPackageManager.Stub { } } if (ai != null && !list.append(ai)) { if (ai != null && list.append(ai)) { break; } } Loading