Searched refs:mSystemRouteRecords (Results 1 – 1 of 1) sorted by relevance
251 protected final ArrayList<SystemRouteRecord> mSystemRouteRecords = field in SystemMediaRouteProvider.JellybeanImpl279 SystemRouteRecord record = mSystemRouteRecords.get(index); in onCreateRouteController()337 mSystemRouteRecords.add(record); in addSystemRouteNoPublish()366 mSystemRouteRecords.remove(index); in onRouteRemoved()377 SystemRouteRecord record = mSystemRouteRecords.get(index); in onRouteChanged()389 SystemRouteRecord record = mSystemRouteRecords.get(index); in onRouteVolumeChanged()419 SystemRouteRecord record = mSystemRouteRecords.get(index); in onRouteSelected()480 SystemRouteRecord record = mSystemRouteRecords.get(index); in onSyncRouteAdded()529 SystemRouteRecord record = mSystemRouteRecords.get(index); in onSyncRouteSelected()538 int count = mSystemRouteRecords.size(); in publishRoutes()[all …]