Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java128 private byte[] mBroadcastCode; field in LocalBluetoothLeBroadcast
437 (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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java78 private TextView mBroadcastCode; field in MediaOutputBroadcastDialog
357 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()