Home | History | Annotate | Download | only in fingerprint

Lines Matching defs:Slog

25 import android.util.Slog;
50 Slog.w(TAG, "groupId != getGroupId(), groupId: " + groupId +
74 Slog.w(TAG, "Failed to notify EnrollResult:", e);
83 Slog.w(TAG, "enroll: no fingerprint HAL!");
90 Slog.w(TAG, "startEnroll failed, result=" + result);
96 Slog.e(TAG, "startEnroll failed", e);
104 Slog.w(TAG, "stopEnroll: already cancelled!");
109 Slog.w(TAG, "stopEnrollment: no fingerprint HAL!");
115 Slog.w(TAG, "startEnrollCancel failed, result = " + result);
119 Slog.e(TAG, "stopEnrollment failed", e);
130 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!");
136 if (DEBUG) Slog.w(TAG, "onEnumerationResult() called for enroll!");
142 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for enroll!");