Searched refs:aidType (Results 1 – 2 of 2) sorted by relevance
838 AidRoutingManager.AidEntry aidType = mRoutingManager.new AidEntry(); in updateRoutingLocked() local840 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 …]
230 int aidType = aidEntry.getValue().aidInfo; in configureRouting() local237 infoForAid.put(aid, aidType); in configureRouting()414 int aidType = aidEntry.getValue().aidInfo; in commit() local419 + ",aidtype:" + aidType + ", power state:" + power); in commit()422 NfcService.getInstance().routeAids(aid, route, aidType, power); in commit()