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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java45 public class BluetoothTetheringNetworkFactory extends NetworkFactory { class in inherits:NetworkFactory
47 private static final String TAG = "BluetoothTetheringNetworkFactory";
60 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { method in class:BluetoothTetheringNetworkFactory
93 synchronized (BluetoothTetheringNetworkFactory.this) {
101 synchronized (BluetoothTetheringNetworkFactory.this) {
119 synchronized(BluetoothTetheringNetworkFactory.this) {
126 synchronized(BluetoothTetheringNetworkFactory.this) {
134 BluetoothTetheringNetworkFactory.this.onCancelRequest();

Completed in 52 milliseconds