Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DBrowseNodeTest.java95 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()
DBrowseTreeTest.java95 assertThat(browseTree.mRootNode.getChildrenCount()).isEqualTo(0); in onConnected()
99 assertThat(browseTree.mRootNode.getChildrenCount()).isEqualTo(1); in onConnected()
DAvrcpControllerStateMachineTest.java441 Assert.assertEquals(0, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()
443 Assert.assertEquals(1, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); 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.java896 if (mBrowseNode.getChildrenCount() >= endIndicator in processMessage()
1056 int start = target.getChildrenCount(); in fetchContents()
1060 target.getChildrenCount() + ITEM_PAGE_SIZE) in fetchContents()
DBrowseTree.java252 synchronized int getChildrenCount() { in getChildrenCount() method in BrowseTree.BrowseNode
DAvrcpControllerService.java334 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/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java194 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in BluetoothMapSettingsAdapter
/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) {