Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
H A DDndConditionalCardControllerTest.java85 mNotificationManager.setZenModeConfig(getCustomConfig()); in buildContextualCard_allowSomeSounds_shouldHaveWittExceptionsSummary()
93 private ZenModeConfig getCustomConfig() { in getCustomConfig() method in DndConditionalCardControllerTest
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfo.java124 public SoftApConfiguration getCustomConfig() { in getCustomConfig() method in LocalOnlyHotspotRequestInfo
H A DWifiServiceImpl.java1725 boolean requestIsExclusive = request.getCustomConfig() != null; in start()
1771 mContext, band, request.getCustomConfig()); in startForFirstRequestLocked()
1776 mIsExclusive = (request.getCustomConfig() != null); in startForFirstRequestLocked()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java74 ZenModeConfig config = getCustomConfig(); in testZenPolicyNothingSetToNotificationPolicy()
332 private ZenModeConfig getCustomConfig() { in getCustomConfig() method in ZenModeConfigTest
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfoTest.java143 assertEquals(config, mLOHSRequestInfo.getCustomConfig()); in verifyCustomConfig()