Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClientCall.java77 private final boolean mInBandRing; field in BluetoothHeadsetClientCall
96 mInBandRing = inBandRing; in BluetoothHeadsetClientCall()
217 return mInBandRing; in isInBandRing()
275 builder.append(mInBandRing); in toString()
308 out.writeInt(mInBandRing ? 1 : 0); in writeToParcel()