Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/
DWifiNl80211ManagerTest.java68 private void runAll() { in runAll() method in WifiNl80211ManagerTest.TestExecutor
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2057 private void runAll() { in runAll() method in WifiManagerTest.TestExecutor
2150 executor.runAll(); in testStartLocalOnlyHotspotWithSupportedBand()
2209 executor.runAll(); in testStartLocalOnlyHotspotWithConfigBssid()
2252 executor.runAll(); in testStartLocalOnlyHotspotWithNullBssidConfig()
2719 executor.runAll(); in verifyRegisterSoftApCallback()
2739 executor.runAll(); in verifyLohsRegisterSoftApCallback()
2854 executor.runAll(); in verifyBridgedModeSoftApCallback()
3337 executor.runAll(); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3374 executor.runAll(); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
4208 executor.runAll(); in testActiveCountryCodeChangedCallback()
[all …]
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DAdaptivePlaybackTest.java222 public void runAll() { ex(AllCodecs(), allTests); } in runAll() method in AdaptivePlaybackTest
226 public void verifyAll() { verify = true; try { runAll(); } finally { verify = false; } } in verifyAll()