Searched refs:updateLayer2Information (Results 1 – 3 of 3) sorted by relevance
300 public boolean updateLayer2Information(Layer2Information info) { in updateLayer2Information() method in IpClientManager303 mIpClient.updateLayer2Information(info.toStableParcelable()); in updateLayer2Information()
2918 updateLayer2Information(); in handleSupplicantStateChange()2955 private void updateLayer2Information() { in updateLayer2Information() method in ClientModeImpl2967 if (mIpClient.updateLayer2Information(l2Information)) { in updateLayer2Information()3025 updateLayer2Information(); in handleNetworkDisconnect()
3115 verify(mIpClient, atLeastOnce()).updateLayer2Information(captor.capture()); in testScoreCardNoteConnectionComplete()