Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/server/
DBluetoothPanProfileHandler.java47 final class BluetoothPanProfileHandler { class
57 public static BluetoothPanProfileHandler sInstance;
66 private BluetoothPanProfileHandler(Context context, BluetoothService service) { in BluetoothPanProfileHandler() method in BluetoothPanProfileHandler
80 static BluetoothPanProfileHandler getInstance(Context context, in getInstance()
82 if (sInstance == null) sInstance = new BluetoothPanProfileHandler(context, service); in getInstance()
DBluetoothService.java171 private BluetoothPanProfileHandler mBluetoothPanProfileHandler;
246 mBluetoothPanProfileHandler = BluetoothPanProfileHandler.getInstance(mContext, this); in BluetoothService()
458 setBluetoothTetheringNative(false, BluetoothPanProfileHandler.NAP_ROLE, in shutoffBluetooth()
459 BluetoothPanProfileHandler.NAP_BRIDGE); in shutoffBluetooth()
610 setBluetoothTetheringNative(true, BluetoothPanProfileHandler.NAP_ROLE, in updateSdpRecords()
611 BluetoothPanProfileHandler.NAP_BRIDGE); in updateSdpRecords()