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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStoreLegacy.java 50 * 1. Check if legacy stores are present using {@link #areStoresPresent()}.
296 public boolean areStoresPresent() {
WifiConfigStore.java 236 public boolean areStoresPresent() {
WifiConfigManager.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreTest.java 328 assertFalse(mWifiConfigStore.areStoresPresent());
352 assertFalse(mWifiConfigStore.areStoresPresent());
WifiConfigManagerTest.java 178 when(mWifiConfigStore.areStoresPresent()).thenReturn(true);
    [all...]

Completed in 138 milliseconds