Loading services/core/java/com/android/server/pm/AppsFilter.java +22 −15 Original line number Diff line number Diff line Loading @@ -613,6 +613,7 @@ public class AppsFilter { } finally { Trace.endSection(); } if (callingPkgSetting != null) { if (callingPkgInstruments(callingPkgSetting, targetPkgSetting, targetName)) { return false; Loading @@ -626,6 +627,8 @@ public class AppsFilter { } } try { Trace.beginSection("mOverlayReferenceMapper"); if (callingSharedPkgSettings != null) { int size = callingSharedPkgSettings.size(); for (int index = 0; index < size; index++) { Loading @@ -647,6 +650,10 @@ public class AppsFilter { return false; } } } finally { Trace.endSection(); } return true; } finally { Loading Loading
services/core/java/com/android/server/pm/AppsFilter.java +22 −15 Original line number Diff line number Diff line Loading @@ -613,6 +613,7 @@ public class AppsFilter { } finally { Trace.endSection(); } if (callingPkgSetting != null) { if (callingPkgInstruments(callingPkgSetting, targetPkgSetting, targetName)) { return false; Loading @@ -626,6 +627,8 @@ public class AppsFilter { } } try { Trace.beginSection("mOverlayReferenceMapper"); if (callingSharedPkgSettings != null) { int size = callingSharedPkgSettings.size(); for (int index = 0; index < size; index++) { Loading @@ -647,6 +650,10 @@ public class AppsFilter { return false; } } } finally { Trace.endSection(); } return true; } finally { Loading