Home
last modified time | relevance | path

Searched refs:mBootstrappingRequest (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java407 private final SparseArray<BootStrppingInfo> mBootstrappingRequest = new SparseArray<>(); field in WifiAwareStateManager
4965 mBootstrappingRequest.append(id, info); in onInitiateBootstrappingResponseSuccessLocal()
5424 BootStrppingInfo info = mBootstrappingRequest.get(id); in onBootStrappingConfirmReceivedLocal()
5425 mBootstrappingRequest.remove(id); in onBootStrappingConfirmReceivedLocal()