Searched refs:syncs (Results 1 – 4 of 4) sorted by relevance
377 final ArrayMap<String, ? extends BatteryStats.Timer> syncs = in testSyncs() local379 assertEquals(1, syncs.size()); in testSyncs()380 BatteryStats.Timer timer = syncs.valueAt(0); in testSyncs()
1338 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); in getCurrentSyncsCopy() local1340 for (SyncInfo sync : syncs) { in getCurrentSyncsCopy()1355 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); in getCurrentSyncsLocked() local1356 if (syncs == null) { in getCurrentSyncsLocked()1357 syncs = new ArrayList<SyncInfo>(); in getCurrentSyncsLocked()1358 mCurrentSyncs.put(userId, syncs); in getCurrentSyncsLocked()1360 return syncs; in getCurrentSyncsLocked()
3055 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();3056 if (syncs.isEmpty()) {3059 return syncs.get(0);
790 repeated Sync syncs = 22; field