Searched refs:routeTableSize (Results 1 – 1 of 1) sorted by relevance
124 int routeTableSize = 0x00; in calculateAidRouteSize() local129 routeTableSize += ((aid.length() - 0x01) / 0x02) + AID_HDR_LENGTH; in calculateAidRouteSize()131 routeTableSize += (aid.length() / 0x02)+ AID_HDR_LENGTH; in calculateAidRouteSize()134 if (DBG) Log.d(TAG, "calculateAidRouteSize: " + routeTableSize); in calculateAidRouteSize()135 return routeTableSize; in calculateAidRouteSize()