Home
last modified time | relevance | path

Searched refs:newChildren (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileManagementUiTest.java186 List<DocumentInfo> newChildren = mDocsHelper.listChildren(target, -1); in testCopyLargeAmountOfFiles()
187 if (newChildren.size() == expectedCount) { in testCopyLargeAmountOfFiles()
191 if (newChildren.size() > expectedCount) { in testCopyLargeAmountOfFiles()
194 + newChildren.size() + " exceeds expected number " + expectedCount); in testCopyLargeAmountOfFiles()
197 if (newChildren.size() <= children.size()) { in testCopyLargeAmountOfFiles()
202 children = newChildren; in testCopyLargeAmountOfFiles()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java396 PtNodeArray newChildren = new PtNodeArray(); in add() local
403 newChildren.mData.add(newOldWord); in add()
410 isNotAWord, isPossiblyOffensive, newChildren); in add()
416 newChildren); in add()
423 newChildren.mData.add(addIndex, newWord); in add()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java179 synchronized <E> int addChildren(List<E> newChildren) { in addChildren() argument
180 for (E child : newChildren) { in addChildren()
189 return newChildren.size(); in addChildren()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java275 final ConversationIdSet newChildren = new ConversationIdSet(); in cancelStaleGroupChildren() local
280 newChildren.add(child.mConversationIds.first()); in cancelStaleGroupChildren()
285 if (!newChildren.contains(childConversationId)) { in cancelStaleGroupChildren()