Searched defs:isStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1293 * @param isStart Whether the SCO channel should be opened.
1295 private void startStopSco(BluetoothAdapter adapter, BluetoothDevice device, boolean isStart) { argument
1300 if (isStart) {
1324 if (isStart == isScoOn) {
1330 if (isStart) {
1339 if (isStart == isScoOn && (receiver.getFiredFlags() & mask) == mask) {
1356 methodName, isScoOn, isStart, firedFlags, mask));

Completed in 120 milliseconds