Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java86 private TextView mLine1View, mLine2View, mLine3View, mLine5View; field in BluetoothOppTransferActivity
263 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent()
265 mLine2View.setText(tmp); in customizeViewContent()
284 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent()
286 mLine2View.setText(tmp); in customizeViewContent()
310 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent()
312 mLine2View.setText(tmp); in customizeViewContent()
323 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent()
325 mLine2View.setText(tmp); in customizeViewContent()
340 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent()
[all …]