HomeSort by relevance Sort by last modified time
    Searched refs:isSimPresent (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointNetworkEvaluator.java 95 if (bestProvider.first.isSimCredential() && !mWifiConfigManager.isSimPresent()) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SavedNetworkEvaluator.java 275 && !mWifiConfigManager.isSimPresent()) {
WifiConfigManager.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointNetworkEvaluatorTest.java 366 when(mWifiConfigManager.isSimPresent()).thenReturn(false);

Completed in 111 milliseconds