Searched refs:aidType (Results 1 – 2 of 2) sorted by relevance
1069 AidRoutingManager.AidEntry aidType = mRoutingManager.new AidEntry(); in updateRoutingLocked() local1071 aidType.aidInfo |= AID_ROUTE_QUAL_SUBSET; in updateRoutingLocked()1075 aidType.aidInfo |= AID_ROUTE_QUAL_PREFIX; in updateRoutingLocked()1082 aidType.isOnHost = resolveInfo.defaultService.isOnHost(); in updateRoutingLocked()1083 if (!aidType.isOnHost) { in updateRoutingLocked()1084 aidType.offHostSE = in updateRoutingLocked()1091 aidType.power = in updateRoutingLocked()1092 computeAidPowerState(aidType.isOnHost, requiresScreenOn, requiresUnlock); in updateRoutingLocked()1094 routingEntries.put(aid, aidType); in updateRoutingLocked()1100 aidType.isOnHost = true; in updateRoutingLocked()[all …]
288 int aidType = aidEntry.getValue().aidInfo; in configureRouting() local297 infoForAid.put(aid, aidType); in configureRouting()493 int aidType = aidEntry.getValue().aidInfo; in commit() local498 + ",aidtype:" + aidType + ", power state:" + power); in commit()501 NfcService.getInstance().routeAids(aid, route, aidType, power); in commit()