Searched refs:HID_HOST (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HidProfile.java | 84 return BluetoothProfile.HID_HOST; in getProfileId() 93 BluetoothProfile.HID_HOST); in HidProfile() 194 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HID_HOST, in finalize()
|
D | LocalBluetoothProfileManager.java | 186 if (mHidProfile == null && supportedList.contains(BluetoothProfile.HID_HOST)) { in updateLocalProfiles()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 104 int HID_HOST = 4; field 381 case HID_HOST: in getProfileName()
|
D | BluetoothHidHost.java | 228 new BluetoothProfileConnector(this, BluetoothProfile.HID_HOST,
|
D | BluetoothAdapter.java | 2817 } else if (profile == BluetoothProfile.HID_HOST) { in getProfileProxy() 2890 case BluetoothProfile.HID_HOST: in closeProfileProxy()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 259 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HID_HOST, null); in testConnectInput() 263 mTestUtils.connectProfile(mAdapter, device, BluetoothProfile.HID_HOST, in testConnectInput() 265 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HID_HOST, in testConnectInput()
|
D | BluetoothTestUtils.java | 228 case BluetoothProfile.HID_HOST: in ConnectProfileReceiver() 323 case BluetoothProfile.HID_HOST: 343 case BluetoothProfile.HID_HOST: 942 } else if (profile == BluetoothProfile.HID_HOST) { in connectProfile() 1017 } else if (profile == BluetoothProfile.HID_HOST) { in disconnectProfile() 1450 case BluetoothProfile.HID_HOST: in connectProxy() 1476 case BluetoothProfile.HID_HOST: in connectProxy()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 95 new int[] {BluetoothProfile.HID_HOST, BluetoothProfile.HID_DEVICE})); in constructor_initiateHidAndHidDeviceProfile() 133 new int[] {BluetoothProfile.HID_HOST})); in updateProfiles_addHidProfileForRemoteDevice()
|