Lines Matching refs:TAG

70     private static final String TAG = "FingerprintService";
96 Slog.w(TAG, "Unknown message:" + msg.what);
124 Slog.v(TAG, "fingerprintd died");
140 Slog.w(TAG, "Failed to open Fingerprint HAL!");
144 Slog.e(TAG, "Failed to open fingeprintd HAL", e);
148 Slog.w(TAG, "fingerprint service not available");
156 Slog.w(TAG, "fingerIds and groupIds differ in length: f[]="
160 if (DEBUG) Slog.w(TAG, "Enumerate: f[]=" + fingerIds + ", g[]=" + groupIds);
250 Slog.v(TAG, "Reset fingerprint lockout");
263 Slog.w(TAG, "Cannot send lockout message to client");
282 Slog.w(TAG, "enroll: no fingeprintd!");
291 Slog.w(TAG, "startEnroll failed, result=" + result);
294 Slog.e(TAG, "startEnroll failed", e);
301 Slog.w(TAG, "startPreEnroll: no fingeprintd!");
307 Slog.e(TAG, "startPreEnroll failed", e);
315 Slog.w(TAG, "startPostEnroll: no fingeprintd!");
321 Slog.e(TAG, "startPostEnroll failed", e);
345 Slog.w(TAG, "stopEnrollment: no fingeprintd!");
354 Slog.w(TAG, "startEnrollCancel failed, result = " + result);
357 Slog.e(TAG, "stopEnrollment failed", e);
368 Slog.w(TAG, "startAuthentication: no fingeprintd!");
374 Slog.v(TAG, "In lockout mode; disallowing authentication");
376 Slog.w(TAG, "Cannot send timeout message to client");
384 Slog.w(TAG, "startAuthentication failed, result=" + result);
387 Slog.e(TAG, "startAuthentication failed", e);
400 Slog.w(TAG, "stopAuthentication: no fingeprintd!");
409 Slog.w(TAG, "stopAuthentication failed, result=" + result);
412 Slog.e(TAG, "stopAuthentication failed", e);
423 Slog.w(TAG, "startRemove: no fingeprintd!");
432 Slog.w(TAG, "startRemove with id = " + fingerId + " failed, result=" + result);
435 Slog.e(TAG, "startRemove failed", e);
464 Slog.e(TAG, "Unable to acquire UserManager");
504 Slog.w(TAG, "caught remote exception in linkToDeath: ", e);
514 Slog.e(TAG, "destroy(): " + this + ":", new Exception("here"));
532 if (DEBUG) Slog.w(TAG, "removing leaked reference: " + token);
549 Slog.w(TAG, "Failed to notify Removed:", e);
564 Slog.w(TAG, "Failed to notify EnrollResult:", e);
585 Slog.w(TAG, "Failed to notify Authenticated:", e);
611 Slog.w(TAG, "Failed to invoke sendAcquired:", e);
630 Slog.w(TAG, "Failed to invoke sendError:", e);
696 Slog.w(TAG, "Too many fingerprints registered");
736 Slog.w(TAG, "Can't authenticate non-current user");
740 Slog.w(TAG, "Calling not granted permission to use fingerprint");
858 if (DEBUG) Slog.v(TAG, "Fingerprint HAL id: " + mHalDeviceId);
871 Slog.v(TAG, "Cannot make directory: " + fpDir.getAbsolutePath());
878 Slog.w(TAG, "Restorecons failed. Directory will have wrong label.");
884 Slog.e(TAG, "Failed to setActiveGroup():", e);
908 Slog.w(TAG, "Failed to listen for user switching event" ,e);
918 Slog.e(TAG, "getAuthenticatorId failed", e);