Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java775 if (mBrowseNode.getChildrenCount() >= endIndicator || folderList.size() == 0 in processMessage()
884 int start = target.getChildrenCount(); in fetchContents()
885 int end = Math.min(target.getExpectedChildren(), target.getChildrenCount() in fetchContents()
DBrowseTree.java220 synchronized int getChildrenCount() { in getChildrenCount() method in BrowseTree.BrowseNode
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailAdapter.java70 public int getChildrenCount(final int groupPosition) { in getChildrenCount() method in VCardDetailAdapter
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapter.java69 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in TermsListAdapter
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java220 Assert.assertEquals(0, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()
222 Assert.assertEquals(1, mAvrcpControllerService.sBrowseTree.mRootNode.getChildrenCount()); in testBrowsingOnly()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java194 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in BluetoothMapSettingsAdapter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsSettings.java343 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in TrustedCredentialsSettings.GroupAdapter
559 return mParent.getChildrenCount(mGroupPosition); in getCount()
/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/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java671 public int getChildrenCount(int groupPosition) {