Searched refs:mLine3View (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java87 private TextView mLine1View, mLine2View, mLine3View, mLine5View; field in class:BluetoothOppTransferActivity
272 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
275 mLine3View.setText(tmp);
291 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
294 mLine3View.setText(tmp);
310 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
313 mLine3View.setText(tmp);
321 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
324 mLine3View.setText(tmp);
335 mLine3View
[all...]

Completed in 28 milliseconds