Loading services/core/java/com/android/server/content/SyncStorageEngine.java +4 −2 Original line number Diff line number Diff line Loading @@ -1911,9 +1911,11 @@ public class SyncStorageEngine extends Handler { if ("authority".equals(tagName)) { authority = parseAuthority(parser, version); periodicSync = null; if (authority != null) { if (authority.ident > highestAuthorityId) { highestAuthorityId = authority.ident; } } } else if (XML_TAG_LISTEN_FOR_TICKLES.equals(tagName)) { parseListenForTickles(parser); } Loading Loading
services/core/java/com/android/server/content/SyncStorageEngine.java +4 −2 Original line number Diff line number Diff line Loading @@ -1911,9 +1911,11 @@ public class SyncStorageEngine extends Handler { if ("authority".equals(tagName)) { authority = parseAuthority(parser, version); periodicSync = null; if (authority != null) { if (authority.ident > highestAuthorityId) { highestAuthorityId = authority.ident; } } } else if (XML_TAG_LISTEN_FOR_TICKLES.equals(tagName)) { parseListenForTickles(parser); } Loading