Searched refs:mBroadcastCode (Results 1 – 2 of 2) sorted by relevance
128 private byte[] mBroadcastCode; field in LocalBluetoothLeBroadcast437 (mBroadcastCode != null && mBroadcastCode.length > 0) ? mBroadcastCode : null); in startBroadcast()482 (mBroadcastCode != null && mBroadcastCode.length > 0) in startPrivateBroadcast()483 ? mBroadcastCode in startPrivateBroadcast()595 return mBroadcastCode; in getBroadcastCode()607 if (mBroadcastCode != null && Arrays.equals(broadcastCode, mBroadcastCode)) { in setBroadcastCode()611 mBroadcastCode = broadcastCode; in setBroadcastCode()
78 private TextView mBroadcastCode; field in MediaOutputBroadcastDialog357 mBroadcastCode = getDialogView().requireViewById(R.id.broadcast_code_summary); in initBtQrCodeUI()358 mBroadcastCode.setTransformationMethod(PasswordTransformationMethod.getInstance()); in initBtQrCodeUI()365 launchBroadcastUpdatedDialog(true, mBroadcastCode.getText().toString()); in initBtQrCodeUI()377 mBroadcastCode.setText(mCurrentBroadcastCode); in refreshUi()428 mBroadcastCode.setTransformationMethod( in updateBroadcastCodeVisibility()