Searched defs:connectProxy (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java690 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
708 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
918 BluetoothProfile proxy = connectProxy(adapter, profile);
999 BluetoothProfile proxy = connectProxy(adapter, profile);
1108 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
1213 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
1434 private BluetoothProfile connectProxy(BluetoothAdapter adapter, int profile) { method in class:BluetoothTestUtils

Completed in 31 milliseconds