HomeSort by relevance Sort by last modified time
    Searched full:getssids (Results 1 - 8 of 8) sorted by null

  /system/chre/core/tests/
wifi_scan_request_test.cc 28 EXPECT_EQ(request.getSsids().size(), 0);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SsidSetStoreData.java 58 Set<String> getSsids();
85 Set<String> ssidSet = mDataSource.getSsids();
87 XmlUtil.writeNextValue(out, XML_TAG_SSID_SET, mDataSource.getSsids());
OpenNetworkNotifier.java 462 public Set<String> getSsids() {
  /system/chre/core/
wifi_scan_request.cc 61 const DynamicVector<WifiSsid>& WifiScanRequest::getSsids() const {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SsidSetStoreDataTest.java 131 when(mDataSource.getSsids()).thenReturn(new HashSet<String>());
167 when(mDataSource.getSsids()).thenReturn(ssidSet);
  /system/chre/core/include/chre/core/
wifi_scan_request.h 110 const DynamicVector<WifiSsid>& getSsids() const;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
HomeSP.java 147 public Map<String, Long> getSSIDs() {
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 556 if (!homeSP.getSSIDs().isEmpty()) {
560 for (Map.Entry<String, Long> entry : homeSP.getSSIDs().entrySet()) {
    [all...]

Completed in 276 milliseconds