Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsAnalogActivity.java110 protected boolean hasPeripheralSupport() { in hasPeripheralSupport() method in AudioDataPathsAnalogActivity
DAudioDataPathsUSBActivity.java171 protected boolean hasPeripheralSupport() { in hasPeripheralSupport() method in AudioDataPathsUSBActivity
DAudioDataPathsSpeakerMicActivity.java226 protected boolean hasPeripheralSupport() { in hasPeripheralSupport() method in AudioDataPathsSpeakerMicActivity
DAudioDataPathsBaseActivity.java1445 protected abstract boolean hasPeripheralSupport(); in hasPeripheralSupport() method in AudioDataPathsBaseActivity
1448 return mIsLessThanV || !mIsHandheld || !hasPeripheralSupport() || calculatePass(); in passBtnEnabled()