Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java1069 AidRoutingManager.AidEntry aidType = mRoutingManager.new AidEntry(); in updateRoutingLocked() local
1071 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 …]
DAidRoutingManager.java288 int aidType = aidEntry.getValue().aidInfo; in configureRouting() local
297 infoForAid.put(aid, aidType); in configureRouting()
493 int aidType = aidEntry.getValue().aidInfo; in commit() local
498 + ",aidtype:" + aidType + ", power state:" + power); in commit()
501 NfcService.getInstance().routeAids(aid, route, aidType, power); in commit()