Searched refs:mL2Key (Results 1 – 4 of 4) sorted by relevance
28 public final String mL2Key; field in Layer2Information39 mL2Key = l2Key; in Layer2Information()47 str.append("L2Key: ").append(mL2Key); in toString()58 p.l2Key = mL2Key; in toStableParcelable()77 return Objects.equals(mL2Key, other.mL2Key) in equals()84 return Objects.hash(mL2Key, mCluster, mBssid); in hashCode()
88 private final String mL2Key; field in MemoryStoreImpl.CatchAFallingBlob92 mL2Key = l2Key; in CatchAFallingBlob()98 if (!Objects.equals(mL2Key, l2Key)) { in onBlobRetrieved()
2053 private final String mL2Key; field in WifiScoreCard.MemoryStoreAccessBase2059 mL2Key = l2KeyFromLong(); in MemoryStoreAccessBase()2062 return mL2Key; in getL2Key()
577 private String mL2Key; // The L2 key for this network, for writing into the memory store field in IpClient980 mL2Key = req.mLayer2Info.mL2Key; in startProvisioning()1958 mL2Key = info.l2Key; in handleUpdateL2Information()2053 mL2Key = args.first; in processMessage()2159 mDhcpClient.sendMessage(DhcpClient.CMD_START_DHCP, new DhcpClient.Configuration(mL2Key, in startDhcpClient()2292 mL2Key = args.first; in processMessage()