Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java144 int badBondState = 42; in testSendIntent() local
161 testSendIntentNoPendingDevice(BOND_NONE, badBondState, BOND_NONE, in testSendIntent()
169 testSendIntentNoPendingDevice(BOND_BONDING, badBondState, BOND_BONDING, in testSendIntent()
177 testSendIntentNoPendingDevice(BOND_BONDED, badBondState, BOND_BONDED, in testSendIntent()
187 testSendIntentPendingDevice(BOND_NONE, badBondState, BOND_NONE, in testSendIntent()
195 testSendIntentPendingDevice(BOND_BONDING, badBondState, BOND_BONDING, in testSendIntent()
203 testSendIntentPendingDevice(BOND_BONDED, badBondState, BOND_BONDED, in testSendIntent()
213 testSendIntentNoPendingDeviceWithUuid(BOND_NONE, badBondState, BOND_NONE, in testSendIntent()
229 testSendIntentNoPendingDeviceWithUuid(BOND_BONDED, badBondState, BOND_BONDED, in testSendIntent()
239 testSendIntentPendingDeviceWithUuid(BOND_NONE, badBondState, BOND_NONE, in testSendIntent()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidHostServiceTest.java101 int badBondState = 42; in testOkToConnect() local
127 badBondState, BluetoothProfile.CONNECTION_POLICY_UNKNOWN, false); in testOkToConnect()
129 badBondState, BluetoothProfile.CONNECTION_POLICY_FORBIDDEN, false); in testOkToConnect()
131 badBondState, BluetoothProfile.CONNECTION_POLICY_ALLOWED, false); in testOkToConnect()
133 badBondState, badPriorityValue, false); in testOkToConnect()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioServiceTest.java248 int badBondState = 42; in testOkToConnect() local
274 badBondState, BluetoothProfile.CONNECTION_POLICY_UNKNOWN, false); in testOkToConnect()
276 badBondState, BluetoothProfile.CONNECTION_POLICY_FORBIDDEN, false); in testOkToConnect()
278 badBondState, BluetoothProfile.CONNECTION_POLICY_ALLOWED, false); in testOkToConnect()
280 badBondState, badPriorityValue, false); in testOkToConnect()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java289 int badBondState = 42; in testOkToConnect() local
315 badBondState, BluetoothProfile.CONNECTION_POLICY_UNKNOWN, false); in testOkToConnect()
317 badBondState, BluetoothProfile.CONNECTION_POLICY_FORBIDDEN, false); in testOkToConnect()
319 badBondState, BluetoothProfile.CONNECTION_POLICY_ALLOWED, false); in testOkToConnect()
321 badBondState, badPriorityValue, false); in testOkToConnect()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
H A DHearingAidServiceTest.java246 int badBondState = 42; in testOkToConnect() local
272 badBondState, BluetoothProfile.CONNECTION_POLICY_UNKNOWN, false); in testOkToConnect()
274 badBondState, BluetoothProfile.CONNECTION_POLICY_FORBIDDEN, false); in testOkToConnect()
276 badBondState, BluetoothProfile.CONNECTION_POLICY_ALLOWED, false); in testOkToConnect()
278 badBondState, badPriorityValue, false); in testOkToConnect()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceTest.java193 int badBondState = 42; in testOkToAcceptConnection() local
218 testOkToAcceptConnectionCase(mCurrentDevice, badBondState, in testOkToAcceptConnection()
220 testOkToAcceptConnectionCase(mCurrentDevice, badBondState, in testOkToAcceptConnection()
222 testOkToAcceptConnectionCase(mCurrentDevice, badBondState, in testOkToAcceptConnection()
224 testOkToAcceptConnectionCase(mCurrentDevice, badBondState, badPriorityValue, false); in testOkToAcceptConnection()