HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothPanProfileHandler (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 47 final class BluetoothPanProfileHandler {
48 private static final String TAG = "BluetoothPanProfileHandler";
57 public static BluetoothPanProfileHandler sInstance;
66 private BluetoothPanProfileHandler(Context context, BluetoothService service) {
80 static BluetoothPanProfileHandler getInstance(Context context,
82 if (sInstance == null) sInstance = new BluetoothPanProfileHandler(context, service);
BluetoothService.java 168 private BluetoothPanProfileHandler mBluetoothPanProfileHandler;
243 mBluetoothPanProfileHandler = BluetoothPanProfileHandler.getInstance(mContext, this);
455 setBluetoothTetheringNative(false, BluetoothPanProfileHandler.NAP_ROLE,
456 BluetoothPanProfileHandler.NAP_BRIDGE);
571 setBluetoothTetheringNative(true, BluetoothPanProfileHandler.NAP_ROLE,
572 BluetoothPanProfileHandler.NAP_BRIDGE);
    [all...]

Completed in 89 milliseconds