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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java52 private String mErrorContent; field in class:BluetoothOppBtErrorActivity
60 mErrorContent = intent.getStringExtra("content");
75 contentView.setText(mErrorContent);

Completed in 48 milliseconds