Searched refs:mIsDebugLogSupported (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java70 private boolean mIsDebugLogSupported; field in class:AdapterProperties
577 mIsDebugLogSupported = ((0xFF & ((int)val[13])) != 0);
597 + " mIsDebugLogSupported = "
598 + mIsDebugLogSupported

Completed in 31 milliseconds