Searched refs:shouldEvaluateWhetherToSendExplicitlySelected (Results 1 – 2 of 2) sorted by relevance
2407 assertTrue(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_SameNetworkNotExpired()2420 assertFalse(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_SameNetworkExpired()2433 assertFalse(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_DifferentNetwork()
4971 if (shouldEvaluateWhetherToSendExplicitlySelected(config)) { in enter()5524 public boolean shouldEvaluateWhetherToSendExplicitlySelected(WifiConfiguration currentConfig) { in shouldEvaluateWhetherToSendExplicitlySelected() method in ClientModeImpl