Searched refs:getNamespace (Results 1 – 8 of 8) sorted by relevance
29 assertEquals(Namespace.ABSTRACT, localSocketAddress.getNamespace()); in testNewLocalSocketAddressWithDefaultNamespace()35 assertEquals(Namespace.ABSTRACT, localSocketAddress2.getNamespace()); in testNewLocalSocketAddressWithDefaultNamespace()40 assertEquals(Namespace.FILESYSTEM, localSocketAddress3.getNamespace()); in testNewLocalSocketAddressWithDefaultNamespace()45 assertEquals(Namespace.RESERVED, localSocketAddress4.getNamespace()); in testNewLocalSocketAddressWithDefaultNamespace()
76 assertEquals(sppError.getNamespace(), SoapEnvelope.NS20); in serializeUpdateResponseMessageWithError()83 assertEquals(request.getNamespace(), SoapEnvelope.NS20); in verifyCommonFields()
127 assertEquals(request.getNamespace(), SoapEnvelope.NS20); in verifyCommonFields()140 assertEquals(soapPrimitive.getNamespace(), SoapEnvelope.NS20); in verifyCommonFields()
36 public String getNamespace() { in getNamespace() method in IdentityDataItem
37 public String getNamespace() { in getNamespace() method in IdentityDataItem
82 if (!NAMESPACE_LAUNCHER.equals(properties.getNamespace()) in registerDeviceConfigChangedListener()
87 properties -> onDeviceConfigPropertiesChanged(properties.getNamespace()); in registerDeviceConfigs()
96 final String ns = parser.getNamespace(); in XmpInterface()