Loading core/java/android/content/pm/RegisteredServicesCache.java +7 −6 Original line number Diff line number Diff line Loading @@ -527,8 +527,8 @@ public abstract class RegisteredServicesCache<V> { lastUpdateTime = packageInfo.lastUpdateTime; } catch (NameNotFoundException | SecurityException e) { Slog.d(TAG, "Fail to get the PackageInfo in generateServicesMap: " + e); continue; } if (lastUpdateTime >= 0) { ServiceInfo<V> serviceInfo = getServiceInfoFromServiceCache(componentName, lastUpdateTime); if (serviceInfo != null) { Loading @@ -536,6 +536,7 @@ public abstract class RegisteredServicesCache<V> { continue; } } } try { ServiceInfo<V> info = parseServiceInfo(resolveInfo, lastUpdateTime); if (info == null) { Loading Loading
core/java/android/content/pm/RegisteredServicesCache.java +7 −6 Original line number Diff line number Diff line Loading @@ -527,8 +527,8 @@ public abstract class RegisteredServicesCache<V> { lastUpdateTime = packageInfo.lastUpdateTime; } catch (NameNotFoundException | SecurityException e) { Slog.d(TAG, "Fail to get the PackageInfo in generateServicesMap: " + e); continue; } if (lastUpdateTime >= 0) { ServiceInfo<V> serviceInfo = getServiceInfoFromServiceCache(componentName, lastUpdateTime); if (serviceInfo != null) { Loading @@ -536,6 +536,7 @@ public abstract class RegisteredServicesCache<V> { continue; } } } try { ServiceInfo<V> info = parseServiceInfo(resolveInfo, lastUpdateTime); if (info == null) { Loading