Searched refs:rootName (Results 1 – 3 of 3) sorted by relevance
59 public TestRootProvider(String rootName, String rootId, int flags, String rootDocId) { in TestRootProvider() argument60 mRootName = rootName; in TestRootProvider()
664 String rootName = extras.getString(EXTRA_ROOT, ROOT_0_ID); in configure() local666 setSize(rootName, rootSize); in configure()
474 final String rootName = "__ROOT__" + mTestDevice.getAddress().toString(); in testGetDeviceRootNode_flagRandomDeviceIdDisabled_rootNodeMatchesUuidFormat() local476 BrowseTree.BrowseNode results = mAvrcpStateMachine.findNode(rootName); in testGetDeviceRootNode_flagRandomDeviceIdDisabled_rootNodeMatchesUuidFormat()477 Assert.assertEquals(rootName, results.getID()); in testGetDeviceRootNode_flagRandomDeviceIdDisabled_rootNodeMatchesUuidFormat()487 final String rootName = "__ROOT__" + mTestDevice.getAddress().toString(); in testGetDeviceRootNode_flagRandomDeviceIdEnabled_rootNodeMatchesUuidFormat() local490 assertThat((results.getID()).substring(UUID_START, UUID_LENGTH)).isEqualTo(rootName); in testGetDeviceRootNode_flagRandomDeviceIdEnabled_rootNodeMatchesUuidFormat()