Searched refs:markSyncAsComplete (Results 1 – 4 of 4) sorted by relevance
26 import static com.android.providers.media.photopicker.sync.SyncTrackerRegistry.markSyncAsComplete;100 markSyncAsComplete(syncSource, getId()); in doWork()125 markSyncAsComplete(syncSource, getId()); in onStopped()
25 import static com.android.providers.media.photopicker.sync.SyncTrackerRegistry.markSyncAsComplete;110 markSyncAsComplete(syncSource, getId()); in doWork()136 markSyncAsComplete(syncSource, getId()); in onStopped()
20 import static com.android.providers.media.photopicker.sync.SyncTrackerRegistry.markSyncAsComplete;289 markSyncAsComplete(syncSource, syncRequest.getId()); in syncMediaImmediately()
148 public static void markSyncAsComplete( in markSyncAsComplete() method in SyncTrackerRegistry