Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java55 protected boolean mStartError=false; field in ProfileService
63 return !mStartError && !mCleaningUp; in isAvailable()
121 if (mStartError || mAdapter == null) { in onStartCommand()
204 mStartError = !start(); in doStart()
205 if (!mStartError) { in doStart()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java153 private boolean mStartError = true; field in BluetoothMapService
477 return !mStartError; in isMapStarted()
645 mStartError = false; in start()
646 return !mStartError; in start()
829 mStartError = true; in stop()