Home
last modified time | relevance | path

Searched refs:getCustomConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java117 public SoftApConfiguration getCustomConfig() { in getCustomConfig() method in LocalOnlyHotspotRequestInfo
DWifiServiceImpl.java1422 boolean requestIsExclusive = request.getCustomConfig() != null; in start()
1467 mContext, band, request.getCustomConfig()); in startForFirstRequestLocked()
1472 mIsExclusive = (request.getCustomConfig() != null); in startForFirstRequestLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java72 ZenModeConfig config = getCustomConfig(); in testZenPolicyNothingSetToNotificationPolicy()
253 private ZenModeConfig getCustomConfig() { in getCustomConfig() method in ZenModeConfigTest
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java132 assertEquals(config, mLOHSRequestInfo.getCustomConfig()); in verifyCustomConfig()