Searched defs:addDevice (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java63 * if this device isn't in the cache. Use {@link #addDevice}
86 public CachedBluetoothDevice addDevice(LocalBluetoothAdapter adapter, method in class:CachedBluetoothDeviceManager
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java182 addDevice(index);
216 private void addDevice(int addedAddress) { method in class:HotplugDetectionAction
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp347 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) { function in class:android::FakeEventHub
1002 void addDevice(int32_t deviceId, const String8& name, uint32_t classes, function in class:android::InputReaderTest
1004 mFakeEventHub->addDevice(deviceId, name, classes);
1022 addDevice(deviceId, name, classes, configuration);
1028 ASSERT_NO_FATAL_FAILURE(addDevice(1, String8("keyboard"),
1030 ASSERT_NO_FATAL_FAILURE(addDevice(2, String8("ignored"),
1170 addDevice(1, String8("ignored"), INPUT_DEVICE_CLASS_KEYBOARD, NULL);
1220 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);
1413 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);

Completed in 641 milliseconds