Home
last modified time | relevance | path

Searched refs:getChildrenCount (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DBrowseNodeTest.java115 assertThat(mRootNode.getChildrenCount()).isEqualTo(children.size()); in addChildren()
142 assertThat(mRootNode.getChildrenCount()).isEqualTo(1); in removeChild()
146 assertThat(mRootNode.getChildrenCount()).isEqualTo(0); in removeChild()
166 assertThat(mRootNode.getChildrenCount()).isEqualTo(1); in setCached()
171 assertThat(mRootNode.getChildrenCount()).isEqualTo(0); in setCached()
200 assertThat(mRootNode.getChildrenCount()).isEqualTo(1); in setUncached_whenNodeHasChildrenNodes()
201 assertThat(deviceNode.getChildrenCount()).isEqualTo(3); in setUncached_whenNodeHasChildrenNodes()
202 assertThat(browseNodeChild1.getChildrenCount()).isEqualTo(1); in setUncached_whenNodeHasChildrenNodes()
212 assertThat(mRootNode.getChildrenCount()).isEqualTo(1); in setUncached_whenNodeHasChildrenNodes()
213 assertThat(deviceNode.getChildrenCount()).isEqualTo(0); in setUncached_whenNodeHasChildrenNodes()
[all …]
DBrowseTreeTest.java83 assertThat(browseTree.mRootNode.getChildrenCount()).isEqualTo(0); in onConnected()
87 assertThat(browseTree.mRootNode.getChildrenCount()).isEqualTo(1); in onConnected()
DAvrcpControllerStateMachineTest.java402 assertThat(mBrowseTree.mRootNode.getChildrenCount()).isEqualTo(0); in testBrowsingOnly()
404 assertThat(mBrowseTree.mRootNode.getChildrenCount()).isEqualTo(1); in testBrowsingOnly()
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailAdapter.java70 public int getChildrenCount(final int groupPosition) { in getChildrenCount() method in VCardDetailAdapter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java904 if (mBrowseNode.getChildrenCount() >= endIndicator in processMessage()
1064 int start = target.getChildrenCount(); in fetchContents()
1068 target.getChildrenCount() + ITEM_PAGE_SIZE) in fetchContents()
DBrowseTree.java241 synchronized int getChildrenCount() { in getChildrenCount() method in BrowseTree.BrowseNode
DAvrcpControllerService.java331 if (parentMediaId.equals(BrowseTree.ROOT) && requestedNode.getChildrenCount() == 0) { in getContents()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/
DViewCaptureAnalyzer.java260 for (int i = viewCaptureNode.getChildrenCount() - 1; i >= 0; --i) { in analyzeView()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsFragment.java319 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in TrustedCredentialsFragment.GroupAdapter
558 return mParent.getChildrenCount(mGroupPosition); in getCount()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java671 public int getChildrenCount(int groupPosition) {