Home
last modified time | relevance | path

Searched refs:makeBluetoothPanShim (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java182 public BluetoothPanShim makeBluetoothPanShim(BluetoothPan pan) { in makeBluetoothPanShim() method in TetheringDependencies
DTethering.java870 final BluetoothPanShim panShim = mDeps.makeBluetoothPanShim(bluetoothPan); in changeBluetoothTetheringSettings()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java543 public BluetoothPanShim makeBluetoothPanShim(BluetoothPan pan) { in makeBluetoothPanShim() method in TetheringTest.MockTetheringDependencies