Searched defs:getOrCreateSyncStatusLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java708 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
856 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
901 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
1123 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId);
1426 return getOrCreateSyncStatusLocked(authority.ident);
1430 private SyncStatusInfo getOrCreateSyncStatusLocked(int authorityId) { method in class:SyncStorageEngine

Completed in 1508 milliseconds