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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java122 public void openConnection(BluetoothAdapter adapter) { method in class:BluetoothA2dpConnector
H A DBluetoothInputDeviceConnector.java156 public void openConnection(BluetoothAdapter adapter) { method in class:BluetoothInputDeviceConnector
H A DBluetoothDevicePairer.java111 void openConnection(BluetoothAdapter adapter); method in interface:BluetoothDevicePairer.BluetoothConnector
577 openConnection();
580 private void openConnection() { method in class:BluetoothDevicePairer
585 btConnector.openConnection(adapter);
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbUtil.java35 UsbDeviceConnection connection = openConnection(usbManager, device);
44 public static UsbDeviceConnection openConnection(UsbManager manager, UsbDevice device) { method in class:UsbUtil
/packages/apps/RetailDemo/tests/src/com/android/retaildemo/
H A DDownloadVideoTaskTest.java305 HttpURLConnection openConnection(String downloadUri) { method in class:DownloadVideoTaskTest.TestInjector
/packages/apps/RetailDemo/src/com/android/retaildemo/
H A DDownloadVideoTask.java178 conn = mInjector.openConnection(mDownloadUrl);
332 HttpURLConnection openConnection(String downloadUri) throws IOException { method in class:DownloadVideoTask.Injector
333 return (HttpURLConnection) new URL(downloadUri).openConnection();
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
H A DUsbDeviceStateController.java144 UsbDeviceConnection conn = openConnection(device);
179 UsbDeviceConnection connection = openConnection(device);
218 UsbDeviceConnection connNow = openConnection(device);
294 public UsbDeviceConnection openConnection(UsbDevice device) { method in class:UsbDeviceStateController

Completed in 389 milliseconds