Home | History | Annotate | Download | only in trust

Lines Matching defs:Slog

60 import android.util.Slog;
204 if (DEBUG) Slog.d(TAG, "refreshAgentList()");
415 Slog.w(TAG, "Can't find " + TrustAgentService.TRUST_AGENT_META_DATA + " meta-data");
427 Slog.w(TAG, "Meta-data does not start with trust-agent tag");
444 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException);
625 Slog.d(TAG, "Removing dead TrustListener.");
629 Slog.e(TAG, "Exception while notifying TrustListener.", e);
639 Slog.d(TAG, "Removing dead TrustListener.");
643 Slog.e(TAG, "Exception while notifying TrustListener.", e);
939 Slog.wtf(TAG, "EXTRA_USER_HANDLE missing or invalid, value=" + userId);