Lines Matching refs:log
32 import android.util.Log;
113 if (DBG) log("Start refreshing cache.");
120 if (VDBG) log("CacheAsyncTask#onPostExecute()");
127 if (VDBG) log("CacheAsyncTask#onCanceled()");
161 if (DBG) log("init()");
175 if (DBG) log("startAsyncCache");
178 Log.w(LOG_TAG, "Previous cache task is remaining.");
189 if (DBG) log("setRepeatingCacheUpdateAlarm");
203 if (VDBG) log("refreshCacheEntry() started");
255 Log.d(LOG_TAG, "New cache size: " + newNumberToEntry.size());
257 Log.d(LOG_TAG, "Number: " + entry.getKey() + " -> " + entry.getValue());
264 log("Caching entries are done. Total: " + newNumberToEntry.size());
272 Log.w(LOG_TAG, "cursor is null");
280 if (VDBG) log("refreshCacheEntry() ended");
311 Log.w(LOG_TAG, "Fallback cache isn't ready.");
317 if (VDBG) log("Trying to lookup " + number);
326 if (VDBG) log("Trying to lookup " + key);
330 if (VDBG) log("Obtained " + entry);
334 private static void log(String msg) {
335 Log.d(LOG_TAG, msg);