Searched refs:newNs (Results 1 – 2 of 2) sorted by relevance
137 WifiAwareAgentNetworkSpecifier newNs = new WifiAwareAgentNetworkSpecifier( in testMatchSuperset() local140 collector.checkThat("Match expected", oldNs.canBeSatisfiedBy(newNs), equalTo(true)); in testMatchSuperset()155 WifiAwareAgentNetworkSpecifier newNs = new WifiAwareAgentNetworkSpecifier( in testNoMatchSubset() local162 collector.checkThat("Match unexpected", oldNs.canBeSatisfiedBy(newNs), equalTo(false)); in testNoMatchSubset()
5229 sp<XMLNode> newNs = XMLNode::newNamespace(ns->getFilename(), ns->getNamespacePrefix(), in processBundleFormatImpl() local5231 newNs->addChild(nestedRoot); in processBundleFormatImpl()5232 nestedRoot = newNs; in processBundleFormatImpl()