Home
last modified time | relevance | path

Searched refs:getNamespace (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DLocalSocketAddressTest.java29 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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DUpdateResponseMessageTest.java76 assertEquals(sppError.getNamespace(), SoapEnvelope.NS20); in serializeUpdateResponseMessageWithError()
83 assertEquals(request.getNamespace(), SoapEnvelope.NS20); in verifyCommonFields()
DPostDevDataMessageTest.java127 assertEquals(request.getNamespace(), SoapEnvelope.NS20); in verifyCommonFields()
140 assertEquals(soapPrimitive.getNamespace(), SoapEnvelope.NS20); in verifyCommonFields()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DIdentityDataItem.java36 public String getNamespace() { in getNamespace() method in IdentityDataItem
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DIdentityDataItem.java37 public String getNamespace() { in getNamespace() method in IdentityDataItem
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DDeviceFlag.java82 if (!NAMESPACE_LAUNCHER.equals(properties.getNamespace()) in registerDeviceConfigChangedListener()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistantSettings.java87 properties -> onDeviceConfigPropertiesChanged(properties.getNamespace()); in registerDeviceConfigs()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpInterface.java96 final String ns = parser.getNamespace(); in XmpInterface()