Home
last modified time | relevance | path

Searched defs:DEVICE_NAME (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaDataCombineLatestTest.java61 private static final String DEVICE_NAME = "DEVICE_NAME"; field in MediaDataCombineLatestTest
DMediaDataFilterTest.kt52 private const val DEVICE_NAME = "DEVICE_NAME" constant
DMediaDeviceManagerTest.kt58 private const val DEVICE_NAME = "DEVICE_NAME" constant
DMediaControlPanelTest.kt70 private const val DEVICE_NAME = "DEVICE_NAME" constant
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java54 private static final String DEVICE_NAME = "test_device_name"; field in BluetoothEventManagerTest
DCachedBluetoothDeviceTest.java56 private static final String DEVICE_NAME = "TestName"; field in CachedBluetoothDeviceTest
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2383 static const char* DEVICE_NAME; member in android::InputDeviceTest
2419 const char* InputDeviceTest::DEVICE_NAME = "device"; member in android::InputDeviceTest
2655 static const char* DEVICE_NAME; member in android::InputMapperTest
2786 const char* InputMapperTest::DEVICE_NAME = "device"; member in android::InputMapperTest
8697 static const char* DEVICE_NAME; member in android::PeripheralControllerTest
8758 const char* PeripheralControllerTest::DEVICE_NAME = "device"; member in android::PeripheralControllerTest
/frameworks/base/core/java/android/provider/
DSettings.java14413 public static final String DEVICE_NAME = "device_name"; field in Settings.Global