Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPActivity.java73 private boolean mHealthServiceBound; field in BluetoothHDPActivity
142 mHealthServiceBound = false; in onCreate()
204 mHealthServiceBound = true;
218 mHealthServiceBound = false;
225 if (mHealthServiceBound) unbindService(mConnection); in onDestroy()