Searched refs:mBroadcastName (Results 1 – 2 of 2) sorted by relevance
76 private TextView mBroadcastName; field in MediaOutputBroadcastDialog352 mBroadcastName = getDialogView().requireViewById(R.id.broadcast_name_summary); in initBtQrCodeUI()355 launchBroadcastUpdatedDialog(false, mBroadcastName.getText().toString()); in initBtQrCodeUI()376 mBroadcastName.setText(mCurrentBroadcastName); in refreshUi()
127 private String mBroadcastName; field in LocalBluetoothLeBroadcast565 return mBroadcastName; in getBroadcastName()578 if (mBroadcastName != null && TextUtils.equals(mBroadcastName, broadcastName)) { in setBroadcastName()583 mBroadcastName = broadcastName; in setBroadcastName()