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 | 198 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 | 2820 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy() 2894 case BluetoothProfile.PAN: in closeProfileProxy()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 231 case BluetoothProfile.PAN: in ConnectProfileReceiver() 270 super(device, BluetoothProfile.PAN, expectedFlags); in ConnectPanReceiver() 326 case BluetoothProfile.PAN: 346 case BluetoothProfile.PAN: 694 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan() 712 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan() 1112 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in connectPanOrIncomingPanConnection() 1217 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disconnectFromRemoteOrVerifyConnectNap() 1455 case BluetoothProfile.PAN: in connectProxy() 1481 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/non-updatable-api/ |
D | system-current.txt | 1550 field public static final int PAN = 5; // 0x5
|
/frameworks/base/api/ |
D | system-current.txt | 1602 field public static final int PAN = 5; // 0x5
|