Home
last modified time | relevance | path

Searched refs:mConnectIndicator (Results 1 – 1 of 1) sorted by relevance

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPActivity.java63 private TextView mConnectIndicator; field in BluetoothHDPActivity
108 mConnectIndicator.setText(R.string.connected);
116 mConnectIndicator.setText(R.string.disconnected);
138 mConnectIndicator = (TextView) findViewById(R.id.connect_ind); in onCreate()