Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
H A DWifiAwareAgentNetworkSpecifierTest.java137 WifiAwareAgentNetworkSpecifier newNs = new WifiAwareAgentNetworkSpecifier( in testMatchSuperset() local
140 collector.checkThat("Match expected", oldNs.canBeSatisfiedBy(newNs), equalTo(true)); in testMatchSuperset()
155 WifiAwareAgentNetworkSpecifier newNs = new WifiAwareAgentNetworkSpecifier( in testNoMatchSubset() local
162 collector.checkThat("Match unexpected", oldNs.canBeSatisfiedBy(newNs), equalTo(false)); in testNoMatchSubset()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp5229 sp<XMLNode> newNs = XMLNode::newNamespace(ns->getFilename(), ns->getNamespacePrefix(), in processBundleFormatImpl() local
5231 newNs->addChild(nestedRoot); in processBundleFormatImpl()
5232 nestedRoot = newNs; in processBundleFormatImpl()