OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SsidSetStoreData
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SsidSetStoreData.java
42
public class
SsidSetStoreData
implements WifiConfigStore.StoreData {
74
SsidSetStoreData
(String name, DataSource dataSource) {
AvailableNetworkNotifier.java
135
/** Identifier of the {@link
SsidSetStoreData
}. */
173
wifiConfigStore.registerStoreData(new
SsidSetStoreData
(mStoreDataIdentifier,
502
private class AvailableNetworkNotifierStoreData implements
SsidSetStoreData
.DataSource {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SsidSetStoreDataTest.java
48
* Unit tests for {@link com.android.server.wifi.
SsidSetStoreData
}.
62
@Mock
SsidSetStoreData
.DataSource mDataSource;
63
SsidSetStoreData
mSsidSetStoreData;
68
mSsidSetStoreData = new
SsidSetStoreData
(TEST_NOTIFIER_NAME, mDataSource);
148
* Verify that {@link
SsidSetStoreData
} does not support share data.
Completed in 310 milliseconds