/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | ExpandableDictionary.java | 38 NodeArray children; field in ExpandableDictionary.Node 84 private void addWordRec(NodeArray children, final String word, in addWordRec() 149 private int getWordFrequencyRec(final NodeArray children, final CharSequence word, in getWordFrequencyRec() 211 final NodeArray children = node.children; in getWordsRec() local
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
D | ElementParallelTimeContainerImpl.java | 88 NodeList children = getTimeChildren(); in getImplicitDuration() local 116 NodeList children = getTimeChildren(); in getActiveChildrenAt() local
|
D | ElementSequentialTimeContainerImpl.java | 61 NodeList children = getTimeChildren(); in getDur() local
|
D | SmilPlayer.java | 119 NodeList children = par.getTimeChildren(); in getParTimeline() local 178 NodeList children = seq.getTimeChildren(); in getSeqTimeline() local
|
/packages/apps/IM/src/com/android/im/imps/ |
D | PtsPrimitiveSerializer.java | 310 ArrayList<PrimitiveElement> children = p.getChildren(); in encodePresence() local 352 ArrayList<PrimitiveElement> children = p.getChildren(); in encodeNoValuePresence() local 447 ArrayList<PrimitiveElement> children = elem.getChildren(); in appendFeature() local 488 ArrayList<PrimitiveElement> children = elem.getChildren(); in encodeValue() local
|
D | PrimitiveElement.java | 71 ArrayList<PrimitiveElement> children = new ArrayList<PrimitiveElement>(); in getChildren() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityDiff.java | 139 final ArrayList<NamedContentValues> children = entity.getSubValues(); in buildChildrenMap() local
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
D | SimpleNode.java | 7 protected Node[] children; field in SimpleNode
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | PanelSwitcher.java | 37 private View children[]; field in PanelSwitcher
|
/packages/apps/Settings/src/com/android/settings/vpn/ |
D | Util.java | 101 String[] children = sourceLocation.list(); in copyFiles() local
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
D | ContactsSyncAdapter.java | 359 ArrayList<String> children = new ArrayList<String>(); in addData() local 640 private void childrenParser(ArrayList<String> children) throws IOException { in childrenParser() 1166 public void addChildren(Entity entity, ArrayList<String> children) { in addChildren()
|
/packages/apps/IM/libwbxml/test/ |
D | imps_parser_test.cpp | 371 vector<DomElement> children; member
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
D | QuickContactWindow.java | 1230 ActionList children = mActions.get(mimeType); in inflateAction() local 1329 final ActionList children = (ActionList)tag; in onClick() local
|
/packages/apps/IM/src/com/android/im/app/ |
D | ContactListTreeAdapter.java | 661 int children = super.getChildrenCount(groupPosition); in getChildrenCount() local
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarSyncAdapter.java | 563 List<ICalendar.Component> children = component.getComponents(); in addRecurrenceToEntry() local
|