Searched refs:mActiveSyncedSources (Results 1 – 1 of 1) sorted by relevance
131 private final List<Integer> mActiveSyncedSources = new ArrayList<>(); field in BassClientService537 mActiveSyncedSources.clear(); in removeActiveSyncedSource()539 mActiveSyncedSources.removeIf(e -> e.equals(syncHandle)); in removeActiveSyncedSource()547 if (!mActiveSyncedSources.contains(syncHandle)) { in addActiveSyncedSource()548 mActiveSyncedSources.add(syncHandle); in addActiveSyncedSource()555 log("getActiveSyncedSources: sources num: " + mActiveSyncedSources.size()); in getActiveSyncedSources()556 return mActiveSyncedSources; in getActiveSyncedSources()1802 mActiveSyncedSources.clear(); in clearAllSyncData()