Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailAdapter.java70 public int getChildrenCount(final int groupPosition) { in getChildrenCount() method in VCardDetailAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java818 if (mBrowseNode.getChildrenCount() >= endIndicator || folderList.size() == 0 in processMessage()
972 int start = target.getChildrenCount(); in fetchContents()
973 int end = Math.min(target.getExpectedChildren(), target.getChildrenCount() in fetchContents()
DBrowseTree.java223 synchronized int getChildrenCount() { in getChildrenCount() method in BrowseTree.BrowseNode
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java194 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in BluetoothMapSettingsAdapter
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java343 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in TrustedCredentialsSettings.GroupAdapter
559 return mParent.getChildrenCount(mGroupPosition); in getCount()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java415 Assert.assertEquals(0, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()
417 Assert.assertEquals(1, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java671 public int getChildrenCount(int groupPosition) {