/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
H A D | BondStateMachineTest.java | 144 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 D | HidHostServiceTest.java | 101 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 D | LeAudioServiceTest.java | 248 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 D | A2dpServiceTest.java | 289 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 D | HearingAidServiceTest.java | 246 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 D | HeadsetServiceTest.java | 193 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()
|