Searched refs:getChildrenCount (Results 1 – 11 of 11) sorted by relevance
95 assertThat(mRootNode.getChildrenCount()).isEqualTo(children.size()); in addChildren()122 assertThat(mRootNode.getChildrenCount()).isEqualTo(1); in removeChild()126 assertThat(mRootNode.getChildrenCount()).isEqualTo(0); in removeChild()146 assertThat(mRootNode.getChildrenCount()).isEqualTo(1); in setCached()151 assertThat(mRootNode.getChildrenCount()).isEqualTo(0); in setCached()
95 assertThat(browseTree.mRootNode.getChildrenCount()).isEqualTo(0); in onConnected()99 assertThat(browseTree.mRootNode.getChildrenCount()).isEqualTo(1); in onConnected()
441 Assert.assertEquals(0, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()443 Assert.assertEquals(1, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()
70 public int getChildrenCount(final int groupPosition) { in getChildrenCount() method in VCardDetailAdapter
896 if (mBrowseNode.getChildrenCount() >= endIndicator in processMessage()1056 int start = target.getChildrenCount(); in fetchContents()1060 target.getChildrenCount() + ITEM_PAGE_SIZE) in fetchContents()
252 synchronized int getChildrenCount() { in getChildrenCount() method in BrowseTree.BrowseNode
334 if (parentMediaId.equals(BrowseTree.ROOT) && requestedNode.getChildrenCount() == 0) { in getContents()
260 for (int i = viewCaptureNode.getChildrenCount() - 1; i >= 0; --i) { in analyzeView()
194 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in BluetoothMapSettingsAdapter
319 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in TrustedCredentialsFragment.GroupAdapter558 return mParent.getChildrenCount(mGroupPosition); in getCount()
671 public int getChildrenCount(int groupPosition) {