HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceCollection (Results 1 - 6 of 6) sorted by null

  /system/netd/
TetherController.h 24 typedef android::List<char *> InterfaceCollection;
28 InterfaceCollection *mInterfaces;
50 InterfaceCollection *getTetheredInterfaceList();
TetherController.cpp 36 mInterfaces = new InterfaceCollection();
43 InterfaceCollection::iterator it;
234 InterfaceCollection::iterator it;
247 InterfaceCollection *TetherController::getTetheredInterfaceList() {
CommandListener.cpp 426 InterfaceCollection *ilist = sTetherCtrl->getTetheredInterfaceList();
427 InterfaceCollection::iterator it;
  /external/emma/core/java12/com/vladium/jcd/cls/
ElementFactory.java 38 return new InterfaceCollection (capacity);
InterfaceCollection.java 7 * $Id: InterfaceCollection.java,v 1.1.1.1 2004/05/09 16:57:46 vlad_r Exp $
20 final class InterfaceCollection implements IInterfaceCollection
45 final InterfaceCollection _clone = (InterfaceCollection) super.clone ();
99 InterfaceCollection (final int capacity)
  /external/emma/lib/
emma.jar 

Completed in 79 milliseconds