Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothActivityEnergyInfo.java33 private int mBluetoothStackState; field in BluetoothActivityEnergyInfo
48 mBluetoothStackState = stackState; in BluetoothActivityEnergyInfo()
58 mBluetoothStackState = in.readInt(); in BluetoothActivityEnergyInfo()
70 + " mBluetoothStackState=" + mBluetoothStackState in toString()
95 out.writeInt(mBluetoothStackState); in writeToParcel()
112 return mBluetoothStackState; in getBluetoothStackState()