Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioFocusTest.java184 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestGainLossTransientDuck()
196 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestGainLossTransientDuckHandler()
208 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestForceDuckNotA11y()
226 private static boolean hasAutomotiveFeature(Context context) { in hasAutomotiveFeature() method in AudioFocusTest
236 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestMediaGainLossWithPlayer()
318 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestMediaGainLossWithSpeechPlayer()
336 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestMediaGainLossWithSpeechFocusRequest()
354 if (hasAutomotiveFeature(getContext())) { in testAudioFocusRequestMediaGainLossWithPauseOnDuckFocusRequest()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java683 private boolean hasAutomotiveFeature() { in hasAutomotiveFeature() method in WifiManagerTest
1026 if (!hasAutomotiveFeature()) { in startLocalOnlyHotspot()