Searched refs:shouldEvaluateWhetherToSendExplicitlySelected (Results 1 – 2 of 2) sorted by relevance
2284 assertTrue(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_SameNetworkNotExpired()2297 assertFalse(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_SameNetworkExpired()2310 assertFalse(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_DifferentNetwork()
5405 public boolean shouldEvaluateWhetherToSendExplicitlySelected(WifiConfiguration currentConfig) { in shouldEvaluateWhetherToSendExplicitlySelected() method in ClientModeImpl5422 if (shouldEvaluateWhetherToSendExplicitlySelected(config)) { in sendConnectedState()