Searched refs:mLine1View (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
266 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
268 mLine1View.setText(tmp);
285 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
287 mLine1View.setText(tmp);
304 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
306 mLine1View.setText(tmp);
315 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
317 mLine1View.setText(tmp);
329 mLine1View
[all...]

Completed in 78 milliseconds