Searched refs:currentInfo (Results 1 – 2 of 2) sorted by relevance
1266 MediaRoute2ProviderInfo currentInfo = provider.getProviderInfo(); in onProviderStateChangedOnHandler() local1269 if (Objects.equals(prevInfo, currentInfo)) return; in onProviderStateChangedOnHandler()1275 mLastProviderInfos.add(currentInfo); in onProviderStateChangedOnHandler()1276 addedRoutes.addAll(currentInfo.getRoutes()); in onProviderStateChangedOnHandler()1277 } else if (currentInfo == null) { in onProviderStateChangedOnHandler()1281 mLastProviderInfos.set(providerInfoIndex, currentInfo); in onProviderStateChangedOnHandler()1283 final Collection<MediaRoute2Info> currentRoutes = currentInfo.getRoutes(); in onProviderStateChangedOnHandler()1300 if (currentInfo.getRoute(prevRoute.getOriginalId()) == null) { in onProviderStateChangedOnHandler()
993 AdbConnectionInfo currentInfo = getCurrentWifiApInfo(); in handleMessage() local994 if (currentInfo == null) { in handleMessage()1000 if (!verifyWifiNetwork(currentInfo.getBSSID(), in handleMessage()1001 currentInfo.getSSID())) { in handleMessage()1010 setAdbConnectionInfo(currentInfo); in handleMessage()