Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DAwarePairingConfig.java98 private final int mBootstrappingMethods; field in AwarePairingConfig
129 return mBootstrappingMethods; in getBootstrappingMethods()
139 && mBootstrappingMethods == that.mBootstrappingMethods; in equals()
145 mBootstrappingMethods); in hashCode()
153 mBootstrappingMethods = method; in AwarePairingConfig()
161 mBootstrappingMethods = in.readInt(); in AwarePairingConfig()
169 dest.writeInt(mBootstrappingMethods); in writeToParcel()