Searched refs:stopSco (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DAudioService.java1955 public void clearCount(boolean stopSco) { argument
1965 if (stopSco) {
2077 public void clearAllScoClients(int exceptPid, boolean stopSco) { argument
2084 cl.clearCount(stopSco);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java380 mTestUtils.stopSco(adapter, device);
386 mTestUtils.stopSco(adapter, device);
H A DBluetoothTestUtils.java1284 public void stopSco(BluetoothAdapter adapter, BluetoothDevice device) { method in class:BluetoothTestUtils
1289 * {@link #stopSco(BluetoothAdapter, BluetoothDevice)}.
1304 methodName = String.format("stopSco(device=%s)", device);

Completed in 71 milliseconds