Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java2516 assertTrue(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_SameNetworkNotExpired()
2529 assertFalse(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_SameNetworkExpired()
2542 assertFalse(mCmi.shouldEvaluateWhetherToSendExplicitlySelected(currentConfig)); in testShouldEvaluateWhetherToSendExplicitlySelected_DifferentNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java4740 if (shouldEvaluateWhetherToSendExplicitlySelected(config)) { in enter()
5180 public boolean shouldEvaluateWhetherToSendExplicitlySelected(WifiConfiguration currentConfig) { in shouldEvaluateWhetherToSendExplicitlySelected() method