Searched refs:PAN (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | PanProfile.java | 73 return BluetoothProfile.PAN; in getProfileId() 78 BluetoothProfile.PAN); in PanProfile() 183 … BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.PAN, mService); in finalize()
|
D | LocalBluetoothProfileManager.java | 197 if (mPanProfile == null && supportedList.contains(BluetoothProfile.PAN)) { in updateLocalProfiles()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 112 int PAN = 5; field 383 case PAN: in getProfileName()
|
D | BluetoothPan.java | 148 new BluetoothProfileConnector(this, BluetoothProfile.PAN,
|
D | BluetoothAdapter.java | 2747 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy() 2821 case BluetoothProfile.PAN: in closeProfileProxy()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 237 case BluetoothProfile.PAN: in ConnectProfileReceiver() 279 super(device, BluetoothProfile.PAN, expectedFlags); in ConnectPanReceiver() 363 case BluetoothProfile.PAN: 386 case BluetoothProfile.PAN: 739 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan() 757 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan() 1161 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in connectPanOrIncomingPanConnection() 1266 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disconnectFromRemoteOrVerifyConnectNap() 1598 case BluetoothProfile.PAN: in connectProxy() 1628 case BluetoothProfile.PAN: in connectProxy()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 219 new int[] {BluetoothProfile.PAN})); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback() 260 new int[] {BluetoothProfile.PAN})); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 686 adapter.closeProfileProxy(BluetoothProfile.PAN, proxy); in setBluetoothTethering() 688 }, BluetoothProfile.PAN); in setBluetoothTethering()
|
/frameworks/base/api/ |
D | system-current.txt | 1421 field public static final int PAN = 5; // 0x5
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1421 field public static final int PAN = 5; // 0x5
|