Home
last modified time | relevance | path

Searched refs:rootName (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java669 final String rootName = "__ROOT__"; in testBrowsingCommands() local
725 final String rootName = "__ROOT__"; in testAvailablePlayersChanged() local
732 Assert.assertFalse(mAvrcpStateMachine.findNode(rootName).isCached()); in testAvailablePlayersChanged()
745 final String rootName = "__ROOT__"; in testAvailablePlayersReceived_AddressedPlayerExists() local
779 Assert.assertTrue(mAvrcpStateMachine.findNode(rootName).isCached()); in testAvailablePlayersReceived_AddressedPlayerExists()
807 final String rootName = "__ROOT__"; in testAvailablePlayersReceived_AddressedPlayerDoesNotExist() local
836 Assert.assertTrue(mAvrcpStateMachine.findNode(rootName).isCached()); in testAvailablePlayersReceived_AddressedPlayerDoesNotExist()
862 final String rootName = "__ROOT__"; in testAddressedPlayerChangedToNewKnownPlayer() local
928 final String rootName = "__ROOT__"; in testAddressedPlayerChangedToUnknownPlayer() local
977 final String rootName = "__ROOT__"; in testAddressedPlayerChangedToSamePlayerId() local
[all …]
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestRootProvider.java59 public TestRootProvider(String rootName, String rootId, int flags, String rootDocId) { in TestRootProvider() argument
60 mRootName = rootName; in TestRootProvider()
H A DStubProvider.java664 String rootName = extras.getString(EXTRA_ROOT, ROOT_0_ID); in configure() local
666 setSize(rootName, rootSize); in configure()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp243 static constexpr const char *rootName = "audioPolicyConfiguration"; member in android::__anoneef394850110::PolicySerializer
853 if (xmlStrcmp(root->name, reinterpret_cast<const xmlChar*>(rootName))) { in deserialize()
854 ALOGE("%s: No %s root element found in xml data %s.", __func__, rootName, in deserialize()
861 ALOGE("%s: No version found in root node %s", __func__, rootName); in deserialize()
/aosp12/system/vold/
H A DVolumeManager.cpp584 std::string rootName; in scanProcProcesses() local
598 if (!android::vold::Readlinkat(dirfd(dir), "1/ns/mnt", &rootName)) { in scanProcProcesses()
635 if (rootName == pidName) { in scanProcProcesses()