Home
last modified time | relevance | path

Searched refs:customConfig (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gamemanager/
DGameManagerStatsTests.java187 GameModeConfiguration customConfig = in testGameModeConfigurationIsPulled() local
189 assertThat(customConfig.getGameMode()).isEqualTo(GameMode.GAME_MODE_CUSTOM); in testGameModeConfigurationIsPulled()
190 assertThat(customConfig.getGameUid()).isEqualTo(mStatsdAtomTestUid); in testGameModeConfigurationIsPulled()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2201 SoftApConfiguration customConfig = customConfigBuilder.build(); in testStartLocalOnlyHotspotWithConfigBssid() local
2203 sWifiManager.startLocalOnlyHotspot(customConfig, executor, callback); in testStartLocalOnlyHotspotWithConfigBssid()
2234 SoftApConfiguration customConfig = in testStartLocalOnlyHotspotWithNullBssidConfig() local
2246 sWifiManager.startLocalOnlyHotspot(customConfig, executor, callback); in testStartLocalOnlyHotspotWithNullBssidConfig()