Home
last modified time | relevance | path

Searched refs:BluetoothTetheringNetworkFactory (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java49 public class BluetoothTetheringNetworkFactory extends NetworkFactory { class
64 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() method in BluetoothTetheringNetworkFactory
97 synchronized (BluetoothTetheringNetworkFactory.this) { in startNetwork()
105 synchronized (BluetoothTetheringNetworkFactory.this) { in startNetwork()
123 synchronized(BluetoothTetheringNetworkFactory.this) { in startNetwork()
130 synchronized(BluetoothTetheringNetworkFactory.this) { in startNetwork()
138 BluetoothTetheringNetworkFactory.this.onCancelRequest(); in startNetwork()
DPanService.java77 private BluetoothTetheringNetworkFactory mNetworkFactory;
104 mNetworkFactory = new BluetoothTetheringNetworkFactory(getBaseContext(), getMainLooper(), in start()