Searched refs:sStartedSyncs (Results 1 – 1 of 1) sorted by relevance
44 private static final SparseBooleanArray sStartedSyncs = new SparseBooleanArray(); field in SyncJobService105 sStartedSyncs.delete(jobId); in onStartJob()148 if (readyToSync && !sStartedSyncs.get(jobId)) { in onStopJob()156 sStartedSyncs.delete(jobId); in onStopJob()200 sStartedSyncs.put(jobId, true); in markSyncStarted()