Home
last modified time | relevance | path

Searched refs:getLogTag (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthenticationClient.java144 if (DEBUG) Slog.v(getLogTag(), "onAuthenticated(" + authenticated + ")" in onAuthenticated()
184 Slog.e(getLogTag(), "Remote exception", e); in onAuthenticated()
188 Slog.w(getLogTag(), "Client not listening"); in onAuthenticated()
199 Slog.w(getLogTag(), "Forcing lockout (driver code should do this!), mode(" in onAuthenticated()
222 Slog.e(getLogTag(), "Remote exception", e); in onAuthenticated()
239 Slog.w(getLogTag(), "startAuthentication failed, result=" + result); in start()
245 if (DEBUG) Slog.w(getLogTag(), "client " + getOwnerString() + " is authenticating..."); in start()
247 Slog.e(getLogTag(), "startAuthentication failed", e); in start()
256 Slog.w(getLogTag(), "stopAuthentication: already cancelled!"); in stop()
267 Slog.w(getLogTag(), "stopAuthentication failed, result=" + result); in stop()
[all …]
DRemovalClient.java61 Slog.w(getLogTag(), "startRemove with id = " + mBiometricId + " failed, result=" + in start()
69 Slog.e(getLogTag(), "startRemove failed", e); in start()
77 Slog.w(getLogTag(), "stopRemove: already cancelled!"); in stop()
84 Slog.w(getLogTag(), "stopRemoval failed, result=" + result); in stop()
87 if (DEBUG) Slog.w(getLogTag(), "client " + getOwnerString() + " is no longer removing"); in stop()
89 Slog.e(getLogTag(), "stopRemoval failed", e); in stop()
106 Slog.w(getLogTag(), "Failed to notify Removed:", e); in sendRemoved()
122 if (DEBUG) Slog.w(getLogTag(), "onEnrollResult() called for remove!"); in onEnrollResult()
129 if (DEBUG) Slog.w(getLogTag(), "onAuthenticated() called for remove!"); in onAuthenticated()
136 if (DEBUG) Slog.w(getLogTag(), "onEnumerationResult() called for remove!"); in onEnumerationResult()
DEnumerateClient.java56 Slog.w(getLogTag(), "start enumerate for user " + getTargetUserId() in start()
64 Slog.e(getLogTag(), "startEnumeration failed", e); in start()
72 Slog.w(getLogTag(), "stopEnumerate: already cancelled!"); in stop()
79 Slog.w(getLogTag(), "stop enumeration failed, result=" + result); in stop()
83 Slog.e(getLogTag(), "stopEnumeration failed", e); in stop()
105 Slog.w(getLogTag(), "Failed to notify enumerated:", e); in onEnumerationResult()
113 if (DEBUG) Slog.w(getLogTag(), "onAuthenticated() called for enumerate!"); in onAuthenticated()
119 if (DEBUG) Slog.w(getLogTag(), "onEnrollResult() called for enumerate!"); in onEnrollResult()
125 if (DEBUG) Slog.w(getLogTag(), "onRemoved() called for enumerate!"); in onRemoved()
DEnrollClient.java90 Slog.w(getLogTag(), "Failed to notify EnrollResult:", e); in sendEnrollResult()
107 Slog.w(getLogTag(), "startEnroll failed, result=" + result); in start()
114 Slog.e(getLogTag(), "startEnroll failed", e); in start()
122 Slog.w(getLogTag(), "stopEnroll: already cancelled!"); in stop()
129 Slog.w(getLogTag(), "startEnrollCancel failed, result = " + result); in stop()
133 Slog.e(getLogTag(), "stopEnrollment failed", e); in stop()
141 if (DEBUG) Slog.w(getLogTag(), "onRemoved() called for enroll!"); in onRemoved()
148 if (DEBUG) Slog.w(getLogTag(), "onEnumerationResult() called for enroll!"); in onEnumerationResult()
155 if (DEBUG) Slog.w(getLogTag(), "onAuthenticated() called for enroll!"); in onAuthenticated()
DClientMonitor.java106 Slog.w(getLogTag(), "caught remote exception in linkToDeath: ", e); in ClientMonitor()
110 protected String getLogTag() { in getLogTag() method in ClientMonitor
159 if (DEBUG) Slog.v(getLogTag(), "Ignoring vendor message: " + vendorCode); in blacklistContains()
166 if (DEBUG) Slog.v(getLogTag(), "Ignoring message: " + acquiredInfo); in blacklistContains()
186 if (DEBUG) Slog.v(getLogTag(), "Acquired: " + acquiredInfo + " " + vendorCode); in onAcquired()
193 Slog.w(getLogTag(), "Failed to invoke sendAcquired", e); in onAcquired()
216 Slog.w(getLogTag(), "Failed to invoke sendError", e); in onError()
227 Slog.e(getLogTag(), "destroy(): " + this + ":", new Exception("here")); in destroy()
237 Slog.e(getLogTag(), "Binder died, cancelling client"); in binderDied()
247 if (DEBUG) Slog.w(getLogTag(), "removing leaked reference: " + mToken); in finalize()
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp174 explicit BpCallback(const sp<IBinder>& impl) : SafeBpInterface<ICallback>(impl, getLogTag()) {} in BpCallback()
177 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in onCallback()
182 static constexpr const char* getLogTag() { return "BpCallback"; } in getLogTag() function in android::tests::BpCallback
273 : SafeBpInterface<ISafeInterfaceTest>(impl, getLogTag()) {} in BpSafeInterfaceTest()
276 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in setDeathToken()
280 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in returnsNoMemory()
284 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in logicalNot()
288 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in modifyEnum()
294 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in increment()
301 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__); in increment()
[all …]
/frameworks/base/services/
Dart-profile5211 HSPLcom/android/server/biometrics/ClientMonitor;->getLogTag()Ljava/lang/String;