Searched refs:prevRouteForAid (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | AidRoutingManager.java | 221 private boolean checkUnrouteAid(HashMap<String, Integer> prevRouteForAid, in checkUnrouteAid() argument 223 for (Map.Entry<String, Integer> aidEntry : prevRouteForAid.entrySet()) { in checkUnrouteAid() 237 private boolean checkRouteAid(HashMap<String, Integer> prevRouteForAid, in checkRouteAid() argument 241 (!prevRouteForAid.containsKey(aidEntry.getKey())|| in checkRouteAid() 242 isAidEntryUpdated(prevRouteForAid, aidEntry, prevPowerForAid))){ in checkRouteAid() 268 HashMap<String, Integer> prevRouteForAid = new HashMap<String, Integer>(); in configureRouting() local 308 prevRouteForAid = mRouteForAid; in configureRouting() 468 boolean mIsUnrouteRequired = checkUnrouteAid(prevRouteForAid, prevPowerForAid); in configureRouting() 469 boolean isRouteTableUpdated = checkRouteAid(prevRouteForAid, prevPowerForAid); in configureRouting()
|