Home
last modified time | relevance | path

Searched refs:BluetoothPanShim (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DBluetoothPanShimImpl.java25 import com.android.networkstack.apishim.common.BluetoothPanShim;
34 public class BluetoothPanShimImpl implements BluetoothPanShim {
44 public static BluetoothPanShim newInstance(final BluetoothPan pan) { in newInstance()
/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DBluetoothPanShimImpl.java29 import com.android.networkstack.apishim.common.BluetoothPanShim;
48 public static BluetoothPanShim newInstance(final BluetoothPan pan) { in newInstance()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java42 import com.android.networkstack.apishim.common.BluetoothPanShim;
182 public BluetoothPanShim makeBluetoothPanShim(BluetoothPan pan) { in makeBluetoothPanShim()
DTethering.java143 import com.android.networkstack.apishim.common.BluetoothPanShim;
144 import com.android.networkstack.apishim.common.BluetoothPanShim.TetheredInterfaceCallbackShim;
145 import com.android.networkstack.apishim.common.BluetoothPanShim.TetheredInterfaceRequestShim;
870 final BluetoothPanShim panShim = mDeps.makeBluetoothPanShim(bluetoothPan); in changeBluetoothTetheringSettings()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DBluetoothPanShim.java28 public interface BluetoothPanShim { interface
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java197 import com.android.networkstack.apishim.common.BluetoothPanShim;
198 import com.android.networkstack.apishim.common.BluetoothPanShim.TetheredInterfaceCallbackShim;
199 import com.android.networkstack.apishim.common.BluetoothPanShim.TetheredInterfaceRequestShim;
292 @Mock private BluetoothPanShim mBluetoothPanShim;
543 public BluetoothPanShim makeBluetoothPanShim(BluetoothPan pan) { in makeBluetoothPanShim()