Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java81 private TextView mPercentView; field in BluetoothOppTransferActivity
247 mPercentView = (TextView)mView.findViewById(R.id.progress_percent); in createView()
345 mPercentView.setVisibility(View.GONE); in customizeViewContent()
439 mPercentView.setText(BluetoothOppUtility.formatProgressText(mTransInfo.mTotalBytes, in updateProgressbar()