Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java113 @VisibleForTesting boolean mIsTerminatedByClient = false; field in BluetoothInCallService
1614 if (mIsTerminatedByClient) { in getTbsTerminationReason()
1615 mIsTerminatedByClient = false; in getTbsTerminationReason()
1744 mIsTerminatedByClient = true;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1783 mBluetoothInCallService.mIsTerminatedByClient = false; in testGetTbsTerminationReason()
1790 mBluetoothInCallService.mIsTerminatedByClient = true; in testGetTbsTerminationReason()