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

/frameworks/base/core/java/android/content/
H A DContentService.java389 public SyncInfo getCurrentSync() { method in class:ContentService
396 return syncManager.getSyncStorageEngine().getCurrentSync();
H A DContentResolver.java1186 public static SyncInfo getCurrentSync() { method in class:ContentResolver
1188 return getContentService().getCurrentSync();
H A DSyncStorageEngine.java1097 public SyncInfo getCurrentSync() { method in class:SyncStorageEngine

Completed in 10 milliseconds