Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java57 private TextView mBroadcastCode; field in MediaOutputBroadcastDialog
164 mBroadcastCode = getDialogView().requireViewById(R.id.broadcast_code_summary); in initBtQrCodeUI()
165 mBroadcastCode.setTransformationMethod(PasswordTransformationMethod.getInstance()); in initBtQrCodeUI()
172 launchBroadcastUpdatedDialog(true, mBroadcastCode.getText().toString()); in initBtQrCodeUI()
184 mBroadcastCode.setText(mCurrentBroadcastCode); in refreshUi()
211 mBroadcastCode.setTransformationMethod( in updateBroadcastCodeVisibility()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastMetadata.java55 private byte[] mBroadcastCode; field in LocalBluetoothLeBroadcastMetadata
82 mBroadcastCode = metadata.getBroadcastCode(); in LocalBluetoothLeBroadcastMetadata()
91 mBroadcastCode = code; in setBroadcastCode()
121 .append(METADATA_START).append(Arrays.toString(mBroadcastCode)).append(METADATA_END) in convertToQrCodeString()
226 mBroadcastCode = resultList.get(6).getBytes(); in convertToBroadcastMetadata()
240 .setBroadcastCode(mBroadcastCode) in convertToBroadcastMetadata()
DLocalBluetoothLeBroadcast.java88 private byte[] mBroadcastCode; field in LocalBluetoothLeBroadcast
240 mService.startBroadcast(mBluetoothLeAudioContentMetadata, mBroadcastCode); in startBroadcast()
273 return mBroadcastCode; in getBroadcastCode()
285 if (mBroadcastCode != null && Arrays.equals(broadcastCode, mBroadcastCode)) { in setBroadcastCode()
289 mBroadcastCode = broadcastCode; in setBroadcastCode()