Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileManagementUiTest.java181 List<DocumentInfo> newChildren = mDocsHelper.listChildren(target, -1); in testCopyLargeAmountOfFiles()
182 if (newChildren.size() == expectedCount) { in testCopyLargeAmountOfFiles()
186 if (newChildren.size() > expectedCount) { in testCopyLargeAmountOfFiles()
189 + newChildren.size() + " exceeds expected number " + expectedCount); in testCopyLargeAmountOfFiles()
192 if (newChildren.size() <= children.size()) { in testCopyLargeAmountOfFiles()
197 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/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()