Lines Matching refs:TAG

41     static final String TAG = "RegisteredAidCache";
135 if (DBG) Log.d(TAG, "Controller supports AID prefix routing");
141 if (DBG) Log.d(TAG, "resolveAid: resolving AID " + aid);
143 Log.e(TAG, "AID selected with fewer than 5 bytes.");
154 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch +
165 if (DBG) Log.d(TAG, "resolveAid: AID " + entry.getKey() + " matches.");
171 Log.e(TAG, "Different defaults for conflicting AIDs!");
186 if (DBG) Log.d(TAG, "Resolved to: " + resolveInfo);
227 Log.e(TAG, "resolveAidConflict: No services passed in.");
254 if (DBG) Log.d(TAG, "resolveAidLocked: (Ignoring handling service " +
265 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to foreground preferred " +
271 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to payment default " +
276 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: making single handling service " +
281 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to all matching services");
322 if (DBG) Log.d(TAG, "Prefix AID service " +
332 if (DBG) Log.d(TAG, "One of the conflicting AID registrations is foreground " +
337 if (DBG) Log.d(TAG, "Prefix AID service " +
345 if (DBG) Log.d(TAG, "One of the conflicting AID registrations is either payment " +
351 if (DBG) Log.d(TAG, "No service has preference, adding all.");
361 if (DBG) Log.d(TAG, "generateServiceMap component: " + service.getComponent());
365 Log.e(TAG, "Aid " + aid + " is not valid.");
369 Log.e(TAG, "Prefix AID " + aid + " ignored on device that doesn't support it.");
377 Log.e(TAG, "Ignoring exact AID " + aid + " because prefix AID " + prefixAid +
420 if (DBG) Log.d(TAG, "Finding AIDs in range [" + plainAid + " - " +
428 Log.d(TAG, "AID " + entry.getKey() + " conflicts with prefix; " +
454 if (DBG) Log.d(TAG, "generateAidCacheLocked: starting with aid " + aidToResolve);
485 Log.d(TAG, "AID " + entry.getKey() + " shared with prefix; " +
512 if (DBG) Log.d(TAG, "Exact AID, resolving.");
520 if (DBG) Log.d(TAG, "AIDs: " + resolvedAids + " were resolved.");
530 if (DBG) Log.d(TAG, "Not updating routing table because NFC is off.");
540 if (DBG) Log.d(TAG, "Not routing AID " + aid + " on request.");
562 if (DBG) Log.d(TAG, "onServicesUpdated");
569 if (DBG) Log.d(TAG, "Ignoring update because it's not for the current user.");
575 if (DBG) Log.d(TAG, "Preferred payment service changed.");
583 if (DBG) Log.d(TAG, "Preferred foreground service changed.");