Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralActivity.java42 protected boolean mIsPeripheralAttached; field in USBAudioPeripheralActivity
90 if (mIsPeripheralAttached) { in showPeripheralStatus()
118 mIsPeripheralAttached = mOutputDevInfo != null || mInputDevInfo != null; in scanPeripheralList()
122 if (mIsPeripheralAttached) { in scanPeripheralList()
DUSBAudioPeripheralButtonsActivity.java72 if (mIsPeripheralAttached && mSelectedProfile != null) { in showButtonsState()
126 if (mIsPeripheralAttached && mSelectedProfile != null) { in calculateMatch()
DUSBAudioPeripheralAttributesActivity.java54 if (mIsPeripheralAttached && mSelectedProfile != null) { in updateConnectStatus()