Home
last modified time | relevance | path

Searched refs:properties1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java405 Properties properties1 = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_multipleNamespaces() local
409 DeviceConfig.setProperties(properties1); in testSetAndGetProperties_multipleNamespaces()
436 Properties properties1 = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_overrideValue() local
440 DeviceConfig.setProperties(properties1); in testSetAndGetProperties_overrideValue()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java899 Bundle properties1 = mInfo.getProperties(); in onDeviceStatusChanged() local
900 String manufacturer1 = properties1.getString( in onDeviceStatusChanged()
902 String product1 = properties1.getString( in onDeviceStatusChanged()