Home
last modified time | relevance | path

Searched refs:BluetoothPan (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java19 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 …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPanProfile.java25 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()
DLocalBluetoothProfileManager.java30 import android.bluetooth.BluetoothPan;
201 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
346 int role = intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, 0); in onReceive()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java33 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()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java52 public final class BluetoothPan implements BluetoothProfile { class
164 /*package*/ BluetoothPan(Context context, ServiceListener listener) { in BluetoothPan() method in BluetoothPan
DBluetoothAdapter.java2748 BluetoothPan pan = new BluetoothPan(context, listener); in getProfileProxy()
2822 BluetoothPan pan = (BluetoothPan) proxy; in closeProfileProxy()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java69 import android.bluetooth.BluetoothPan;
676 ((BluetoothPan) proxy).setBluetoothTethering(enable); in setBluetoothTethering()
682 final int result = (((BluetoothPan) proxy).isTetheringOn() == enable) in setBluetoothTethering()
/frameworks/base/config/
Dpreloaded-classes687 android.bluetooth.BluetoothPan
Dhiddenapi-greylist-max-o.txt10682 Landroid/bluetooth/BluetoothPan;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
10683 Landroid/bluetooth/BluetoothPan;->DBG:Z
10684 Landroid/bluetooth/BluetoothPan;->EXTRA_LOCAL_ROLE:Ljava/lang/String;
10685 Landroid/bluetooth/BluetoothPan;->LOCAL_NAP_ROLE:I
10686 Landroid/bluetooth/BluetoothPan;->LOCAL_PANU_ROLE:I
10687 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 …]
Dboot-image-profile.txt3228 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()Z
32778 Landroid/bluetooth/BluetoothPan;
/frameworks/base/api/
Dsystem-current.txt1393 public final class BluetoothPan implements android.bluetooth.BluetoothProfile {
/frameworks/base/non-updatable-api/
Dsystem-current.txt1393 public final class BluetoothPan implements android.bluetooth.BluetoothProfile {