Home | History | Annotate | Download | only in connectivity

Lines Matching defs:Slog

63 import android.util.Slog;
228 if (DBG) Slog.d(TAG, "onThresholdReached for network " + network);
250 if (DBG) Slog.d(TAG, "Non-default data usage: " + bytes);
259 Slog.w(TAG, "Failed to get data usage: " + e);
324 if (DBG) Slog.d(TAG, "Opportunistic quota from data plan: " + quota + " bytes");
329 if (DBG) Slog.d(TAG, "Opportunistic quota from user policy: " + quota + " bytes");
334 if (DBG) Slog.d(TAG, "Setting quota: " + quota + " bytes");
342 if (DBG) Slog.d(TAG, "Quota still " + quota + ", not updating.");
362 if (DBG) Slog.d(TAG, "Setting callback for " + budget +
400 if (DBG) Slog.d(TAG, "Unregistering callback, budget was " + mMultipathBudget);
465 Slog.e(TAG, "Can't track mobile network " + network + ": " + e.getMessage());
467 if (DBG) Slog.d(TAG, "Tracking mobile network " + network);
477 if (DBG) Slog.d(TAG, "No longer tracking mobile network " + network);
522 Slog.wtf(TAG, "Should never be reached.");
529 Slog.wtf(TAG, "Unexpected settings observation: " + uri);
531 if (DBG) Slog.d(TAG, "Settings change: updating budgets.");
539 if (DBG) Slog.d(TAG, "Configuration change: updating budgets.");