Searched refs:getCurrentSync (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIContentService.aidl107 SyncInfo getCurrentSync();
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 DSyncManager.java1019 SyncInfo active = mSyncStorageEngine.getCurrentSync();
H A DSyncStorageEngine.java1097 public SyncInfo getCurrentSync() { method in class:SyncStorageEngine

Completed in 32 milliseconds