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.java80 private TextView mPercentView; field in BluetoothOppTransferActivity
243 mPercentView = (TextView) mView.findViewById(R.id.progress_percent); in createView()
346 mPercentView.setVisibility(View.GONE); in customizeViewContent()
423 mPercentView.setText(BluetoothOppUtility.formatProgressText(mTransInfo.mTotalBytes, in updateProgressbar()