Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java151 private static final long TEST_FEATURE_SET = 0xAB3DEF; field in ActiveModeWardenTest
368 enterClientModeActiveState(isClientModeSwitch, TEST_FEATURE_SET); in enterClientModeActiveState()
434 when(mWifiNative.getSupportedFeatureSet(null)).thenReturn(TEST_FEATURE_SET); in enterScanOnlyModeActiveState()
451 assertEquals(TEST_FEATURE_SET, mActiveModeWarden.getSupportedFeatureSet()); in enterScanOnlyModeActiveState()
3379 TEST_FEATURE_SET); in requestRemoveLocalOnlyClientModeManagerWhenStaStaNotSupported()
3391 TEST_FEATURE_SET); in requestRemoveLocalOnlyClientModeManagerWhenFeatureDisabled()
3483 true, TEST_FEATURE_SET); in requestRemoveLocalOnlyClientModeManagerWhenNotSystemAppAndTargetSdkLessThanS()
3518 true, TEST_FEATURE_SET | WifiManager.WIFI_FEATURE_ADDITIONAL_STA_LOCAL_ONLY); in requestRemoveLoClientModeManagerWhenNotSystemAppAndTargetSdkLessThanSAndCantCreate()
3532 long expectedFeatureSet = TEST_FEATURE_SET; in testLoFallbackAboveAndroidS()
3578 true, TEST_FEATURE_SET); in requestRemoveSecondaryLongLivedClientModeManagerWhenStaStaNotSupported()
[all …]