Searched refs:BluetoothPan (Results 1 – 12 of 12) sorted by relevance
19 import android.bluetooth.BluetoothPan;238 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()286 if (mRole != intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, -1)) { in onReceive()364 mPan = (BluetoothPan) proxy;407 private BluetoothPan mPan = null;739 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan()757 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan()1146 role = BluetoothPan.LOCAL_PANU_ROLE; in connectPanOrIncomingPanConnection()1150 role = BluetoothPan.LOCAL_NAP_ROLE; in connectPanOrIncomingPanConnection()1161 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in connectPanOrIncomingPanConnection()[all …]
25 import android.bluetooth.BluetoothPan;41 private BluetoothPan mService;58 mService = (BluetoothPan) proxy; in onServiceConnected()173 return mDeviceRoleMap.get(device) == BluetoothPan.LOCAL_NAP_ROLE; in isLocalRoleNap()
30 import android.bluetooth.BluetoothPan;201 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()346 int role = intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, 0); in onReceive()
33 import android.bluetooth.BluetoothPan;222 mIntent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()243 mIntent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh()263 mIntent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
52 public final class BluetoothPan implements BluetoothProfile { class164 /*package*/ BluetoothPan(Context context, ServiceListener listener) { in BluetoothPan() method in BluetoothPan
2748 BluetoothPan pan = new BluetoothPan(context, listener); in getProfileProxy()2822 BluetoothPan pan = (BluetoothPan) proxy; in closeProfileProxy()
69 import android.bluetooth.BluetoothPan;676 ((BluetoothPan) proxy).setBluetoothTethering(enable); in setBluetoothTethering()682 final int result = (((BluetoothPan) proxy).isTetheringOn() == enable) in setBluetoothTethering()
687 android.bluetooth.BluetoothPan
10682 Landroid/bluetooth/BluetoothPan;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;10683 Landroid/bluetooth/BluetoothPan;->DBG:Z10684 Landroid/bluetooth/BluetoothPan;->EXTRA_LOCAL_ROLE:Ljava/lang/String;10685 Landroid/bluetooth/BluetoothPan;->LOCAL_NAP_ROLE:I10686 Landroid/bluetooth/BluetoothPan;->LOCAL_PANU_ROLE:I10687 Landroid/bluetooth/BluetoothPan;->mAdapter:Landroid/bluetooth/BluetoothAdapter;10688 Landroid/bluetooth/BluetoothPan;->mConnection:Landroid/content/ServiceConnection;10689 Landroid/bluetooth/BluetoothPan;->mContext:Landroid/content/Context;10690 Landroid/bluetooth/BluetoothPan;->mPanService:Landroid/bluetooth/IBluetoothPan;10691 Landroid/bluetooth/BluetoothPan;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListe…[all …]
3228 HSPLandroid/bluetooth/BluetoothPan$2;->onServiceConnected(Landroid/content/ComponentName;Landroid/o…3229 HSPLandroid/bluetooth/BluetoothPan;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothPr…3230 HSPLandroid/bluetooth/BluetoothPan;->doBind()Z32778 Landroid/bluetooth/BluetoothPan;
1393 public final class BluetoothPan implements android.bluetooth.BluetoothProfile {