OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
()}.
282
public boolean
areStoresPresent
() {
WifiConfigStore.java
232
public boolean
areStoresPresent
() {
WifiConfigManager.java
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreTest.java
302
assertFalse(mWifiConfigStore.
areStoresPresent
());
WifiConfigManagerTest.java
174
when(mWifiConfigStore.
areStoresPresent
()).thenReturn(true);
[
all
...]
Completed in 211 milliseconds