Home
last modified time | relevance | path

Searched refs:newNamespace (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DDeviceConfigServiceTest.java65 final String newNamespace = "namespace2"; in testPut() local
73 executeShellCommand("device_config put " + newNamespace + " " + sKey + " " + newValue); in testPut()
77 result = getFromContentProvider(mContentResolver, newNamespace, sKey); in testPut()
80 deleteFromContentProvider(mContentResolver, newNamespace, sKey); in testPut()
102 final String newNamespace = "namespace2"; in testDelete() local
105 putWithContentProvider(mContentResolver, newNamespace, sKey, sValue); in testDelete()
108 result = getFromContentProvider(mContentResolver, newNamespace, sKey); in testDelete()
117 result = getFromContentProvider(mContentResolver, newNamespace, sKey); in testDelete()
120 deleteFromContentProvider(mContentResolver, newNamespace, sKey); in testDelete()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
H A DTestableDeviceConfigTest.java68 String newNamespace = "namespace2"; in setAndGetProperty_differentNamespace() local
70 String result = DeviceConfig.getProperty(newNamespace, sKey); in setAndGetProperty_differentNamespace()
76 String newNamespace = "namespace2"; in setAndGetProperty_multipleNamespaces() local
79 DeviceConfig.setProperty(newNamespace, sKey, newValue, false); in setAndGetProperty_multipleNamespaces()
82 result = DeviceConfig.getProperty(newNamespace, sKey); in setAndGetProperty_multipleNamespaces()
/aosp12/build/soong/android/
H A Dnamespace.go95 r.rootNamespace = r.newNamespace(".")
102 func (r *NameResolver) newNamespace(path string) *Namespace { func
117 namespace := r.newNamespace(dir)
173 newNamespace, ok := module.(*NamespaceModule)
175 err := r.addNewNamespaceForModule(newNamespace, ctx.ModulePath())
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java348 String newNamespace = "namespace2"; in setAndGetProperty_differentNamespace() local
350 String result = DeviceConfig.getProperty(newNamespace, KEY); in setAndGetProperty_differentNamespace()
356 String newNamespace = "namespace2"; in setAndGetProperty_multipleNamespaces() local
359 DeviceConfig.setProperty(newNamespace, KEY, newValue, false); in setAndGetProperty_multipleNamespaces()
362 result = DeviceConfig.getProperty(newNamespace, KEY); in setAndGetProperty_multipleNamespaces()
366 deleteViaContentProvider(newNamespace, KEY); in setAndGetProperty_multipleNamespaces()
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp683 bool newNamespace; in startRetrieveEntryValue() local
687 newNamespace = true; in startRetrieveEntryValue()
714 newNamespace = true; in startRetrieveEntryValue()
735 if (newNamespace) { in startRetrieveEntryValue()
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.h45 sp<XMLNode> newNamespace(const String8& filename, const String16& prefix, const String16& uri) { in newNamespace() function
H A DXMLNode.cpp1218 sp<XMLNode> node = XMLNode::newNamespace(st->filename, in startNamespace()
H A DResource.cpp1204 sp<XMLNode> root = XMLNode::newNamespace(filename, androidPrefix, androidNSUri); in generateAndroidManifestForSplit()
H A DResourceTable.cpp5229 sp<XMLNode> newNs = XMLNode::newNamespace(ns->getFilename(), ns->getNamespacePrefix(), in processBundleFormatImpl()