Searched refs:mBroadcastCode (Results 1 – 3 of 3) sorted by relevance
57 private TextView mBroadcastCode; field in MediaOutputBroadcastDialog164 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()
55 private byte[] mBroadcastCode; field in LocalBluetoothLeBroadcastMetadata82 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()
88 private byte[] mBroadcastCode; field in LocalBluetoothLeBroadcast240 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()