Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientCall.java70 private final boolean mInBandRing; field in HfpClientCall
100 mInBandRing = inBandRing; in HfpClientCall()
215 return mInBandRing; in isInBandRing()
268 builder.append(mInBandRing); in toString()
304 out.writeInt(mInBandRing ? 1 : 0); in writeToParcel()
DHeadsetClientStateMachine.java151 private boolean mInBandRing; field in HeadsetClientStateMachine
202 return mInBandRing; in getInBandRing()
229 ProfileService.println(sb, " mInBandRing: " + mInBandRing); in dump()
583 mCurrentDevice, id, state, number, multiParty, outgoing, mInBandRing)); in queryCallsUpdate()
1061 mInBandRing = false; in enter()
1811 mInBandRing = event.valueInt == IN_BAND_RING_ENABLED; in processMessage()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java73 private final boolean mInBandRing; field in BluetoothHeadsetClientCall
103 mInBandRing = inBandRing; in BluetoothHeadsetClientCall()
229 return mInBandRing; in isInBandRing()
287 builder.append(mInBandRing); in toString()
323 out.writeInt(mInBandRing ? 1 : 0); in writeToParcel()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt611 Landroid/bluetooth/BluetoothHeadsetClientCall;->mInBandRing:Z