Home
last modified time | relevance | path

Searched defs:addDevice (Results 1 – 25 of 124) sorted by relevance

12345

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/input/
H A DFakeInputManager.kt137 fun addDevice(id: Int, sources: Int, isNotFound: Boolean = false) { in <lambda>() method in android.hardware.input.FakeInputManager
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java122 public CachedBluetoothDevice addDevice(BluetoothDevice device) { in addDevice() method in CachedBluetoothDeviceManager
133 public CachedBluetoothDevice addDevice(BluetoothDevice device, List<ScanFilter> leScanFilters) { in addDevice() method in CachedBluetoothDeviceManager
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothDiscoveryHelper.java48 void addDevice(String name, String address); in addDevice() method
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputDevice.java50 public static void addDevice(int id, InputDevice device) { in addDevice() method in ShadowInputDevice
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
H A Ddevice_parser.cpp70 void ModernSnapshotParser::addDevice(std::string rawName, std::string path) in addDevice() function in ModernSnapshotParser
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h103 void addDevice(const sp<DeviceDescriptor> &device) in addDevice() function
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DBluetoothDeviceList.java89 public void addDevice(String name, String address) { in addDevice() method in BluetoothDeviceList.DeviceListAdapter
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBluetoothManager.java118 public void addDevice(int profile, int state, BluetoothDevice device) { in addDevice() method in ShadowBluetoothManager
H A DShadowBluetoothHeadset.java59 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() method in ShadowBluetoothHeadset
H A DShadowBluetoothA2dp.java50 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() method in ShadowBluetoothA2dp
/aosp_15_r20/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DDeviceScanActivity.java193 public void addDevice(BluetoothDevice device) { in addDevice() method in DeviceScanActivity.LeDeviceListAdapter
/aosp_15_r20/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
H A DDeviceScanActivity.java193 public void addDevice(BluetoothDevice device) { in addDevice() method in DeviceScanActivity.LeDeviceListAdapter
/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
H A DDeviceScanActivity.java193 public void addDevice(BluetoothDevice device) { in addDevice() method in DeviceScanActivity.LeDeviceListAdapter
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java235 private void addDevice(int addedAddress) { in addDevice() method in HotplugDetectionAction
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothPairer.java293 private void addDevice() { in addDevice() method in BluetoothPairer
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java255 void addDevice(CachedBluetoothDevice cachedDevice) { in addDevice() method in HearingDevicePairingFragment
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java181 …private final java.lang.Object addDevice(com.android.settingslib.bluetooth.CachedBluetoothDevice c… in addDevice() method in DeviceListPreferenceFragment
/aosp_15_r20/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothDeviceManager.java425 public void addDevice(@Nullable BluetoothDevice device) { in addDevice() method in BluetoothDeviceManager
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java257 private boolean addDevice(BluetoothDevice device) { in addDevice() method in PbapClientService
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java143 public void addDevice(ITestDevice mockDevice) { in addDevice() method in MockDeviceManager
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.kt200 private suspend fun addDevice(cachedDevice: CachedBluetoothDevice) = in addDevice() method
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java1182 private boolean addDevice(String address) { in addDevice() method
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java271 private void addDevice(BluetoothDevice device) { in addDevice() method in BluetoothDeviceService
/aosp_15_r20/external/angle/src/feature_support_util/
H A Dfeature_support_util.cpp611 void addDevice(Device &&dev) { mDevList.addItem(std::move(dev)); } in addDevice() function in angle::Rule
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp37 void FakeEventHub::addDevice(int32_t deviceId, const std::string& name, in addDevice() function in android::FakeEventHub

12345