Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DRoutingTableParser.java35 private static Vector<RoutingEntryInfo> sRoutingTable = new Vector<RoutingEntryInfo>(0); field in RoutingTableParser
191 for (RoutingEntryInfo routingEntry : sRoutingTable) { in getCommitStatus()
244 sRoutingTable.add(new RoutingEntryInfo(qualifier, type, eeId, pwrState, sc_entry)); in addRoutingEntry()
247 sRoutingTable.add(new RoutingEntryInfo(qualifier, type, eeId, pwrState, entry)); in addRoutingEntry()
259 sRoutingTable.clear(); in parse()
302 for (RoutingEntryInfo routingEntry : sRoutingTable) { in dump()