Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPActivity.java64 private ImageView mDataIndicator; field in BluetoothHDPActivity
95 mDataIndicator.setImageLevel(1);
100 mDataIndicator.setImageLevel(0);
140 mDataIndicator = (ImageView) findViewById(R.id.data_ind); in onCreate()