HomeSort by relevance Sort by last modified time
    Searched refs:mSelectedProfile (Results 1 - 5 of 5) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralActivity.java 39 protected PeripheralProfile mSelectedProfile;
82 Log.d(TAG, "showProfileStatus()" + (mSelectedProfile != null));
84 if (mSelectedProfile != null) {
85 mProfileNameTx.setText(mSelectedProfile.getName());
86 mProfileDescriptionTx.setText(mSelectedProfile.getDescription());
102 if (mSelectedProfile == null) {
139 mSelectedProfile =
142 mSelectedProfile =
146 mSelectedProfile = null;
USBAudioPeripheralPlayActivity.java 55 mPlayBtn.setEnabled(mIsPeripheralAttached && mSelectedProfile != null);
56 getPassButton().setEnabled(mSelectedProfile != null && mOutputDevInfo != null);
USBAudioPeripheralButtonsActivity.java 68 int ctrlColor = mIsPeripheralAttached && mSelectedProfile != null
87 if (mIsPeripheralAttached && mSelectedProfile != null) {
88 ProfileButtonAttributes mButtonAttributes = mSelectedProfile.getButtonAttributes();
111 if (mSelectedProfile != null) {
USBAudioPeripheralAttributesActivity.java 54 if (mIsPeripheralAttached && mSelectedProfile != null) {
62 mSelectedProfile.getOutputAttributes();
120 mSelectedProfile.getInputAttributes();
USBAudioPeripheralRecordActivity.java 139 mRecordBtn.setEnabled(mIsPeripheralAttached && mSelectedProfile != null);
140 mRecordLoopbackBtn.setEnabled(mIsPeripheralAttached && mSelectedProfile != null);
141 getPassButton().setEnabled(mSelectedProfile != null && mOutputDevInfo != null);

Completed in 257 milliseconds