Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java407 Properties properties2 = new Properties.Builder(NAMESPACE2) in testSetAndGetProperties_multipleNamespaces() local
410 DeviceConfig.setProperties(properties2); in testSetAndGetProperties_multipleNamespaces()
438 Properties properties2 = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_overrideValue() local
441 DeviceConfig.setProperties(properties2); in testSetAndGetProperties_overrideValue()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java904 Bundle properties2 = status.getDeviceInfo().getProperties(); in onDeviceStatusChanged() local
905 String manufacturer2 = properties2.getString( in onDeviceStatusChanged()
907 String product2 = properties2.getString( in onDeviceStatusChanged()