Home
last modified time | relevance | path

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

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