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.java838 AidRoutingManager.AidEntry aidType = mRoutingManager.new AidEntry(); in updateRoutingLocked() local
840 aidType.aidInfo |= AID_ROUTE_QUAL_SUBSET; in updateRoutingLocked()
844 aidType.aidInfo |= AID_ROUTE_QUAL_PREFIX; in updateRoutingLocked()
851 aidType.isOnHost = resolveInfo.defaultService.isOnHost(); in updateRoutingLocked()
852 if (!aidType.isOnHost) { in updateRoutingLocked()
853 aidType.offHostSE = in updateRoutingLocked()
859 aidType.power = in updateRoutingLocked()
860 computeAidPowerState(aidType.isOnHost, requiresScreenOn, requiresUnlock); in updateRoutingLocked()
862 routingEntries.put(aid, aidType); in updateRoutingLocked()
868 aidType.isOnHost = true; in updateRoutingLocked()
[all …]
DAidRoutingManager.java230 int aidType = aidEntry.getValue().aidInfo; in configureRouting() local
237 infoForAid.put(aid, aidType); in configureRouting()
414 int aidType = aidEntry.getValue().aidInfo; in commit() local
419 + ",aidtype:" + aidType + ", power state:" + power); in commit()
422 NfcService.getInstance().routeAids(aid, route, aidType, power); in commit()