Home | History | Annotate | Download | only in autofill

Lines Matching defs:Slog

47 import android.util.Slog;
248 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] handlePendingRequest()");
264 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureBound()");
276 Slog.w(LOG_TAG, "[user: " + mUserId + "] could not bind to " + mIntent + " using flags "
290 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureUnbound()");
296 Slog.w(LOG_TAG, "Exception calling onDisconnected(): " + e);
340 Slog.w(LOG_TAG, "Error calling cancellation signal: " + e);
381 Slog.wtf(LOG_TAG, "onServiceConnected was dispatched after unbindService.");
395 Slog.w(LOG_TAG, "Exception calling onConnected(): " + e);
417 Slog.v(LOG_TAG, "Not handling operation as service for "
448 Slog.w(LOG_TAG, getClass().getSimpleName() + " timed out");
451 Slog.w(LOG_TAG, getClass().getSimpleName() + " timed out after "
540 Slog.e(LOG_TAG, "Error requesting a cancellation", e);
588 if (sDebug) Slog.d(LOG_TAG, "run() called after canceled: " + mRequest);
597 Slog.e(LOG_TAG, "Error calling on fill request", e);
616 Slog.e(LOG_TAG, "Error cancelling a fill request", e);
669 Slog.e(LOG_TAG, "Error calling on save request", e);