Searched defs:mPercentView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java81 private TextView mPercentView; field in class:BluetoothOppTransferActivity
248 mPercentView = (TextView)mView.findViewById(R.id.progress_percent);
346 mPercentView.setVisibility(View.GONE);
437 mPercentView.setText(BluetoothOppUtility.formatProgressText(mTransInfo.mTotalBytes,

Completed in 43 milliseconds