Lines Matching refs:w
291 Log.w(TAG, "Ignoring message");
304 Log.w(TAG, "Ignoring message:REMOVE_PKG for null pkgName");
344 Log.w(TAG, "Ignoring message:ADD_PKG_START for null pkgName");
357 Log.w(TAG, "Couldnt find application info for:"+pkgName);
365 Log.w(TAG, "Ignoring message:ADD_PKG_START for null pkgName");
647 … Log.w(TAG, "Error retrieving ApplicationInfo for pkg:"+appProcInfo.pkgList[i]); in getInstalledApps()
807 Log.w(TAG, "Empty or null application list"); in run()
1046 if (localLOGV) Log.w(TAG, "Null pkg name when checking if installed"); in isInstalled()
1060 Log.w(TAG, "Position out of bounds in List Adapter"); in getApplicationInfo()
1069 Log.w(TAG, "Position out of bounds in List Adapter"); in getItemId()
1085 … Log.w(TAG, "Invalid view position:"+position+", actual size is:"+mAppLocalList.size()); in getView()
1125 Log.w(TAG, "No info for package:"+appInfo.packageName+" in property map"); in getView()
1268 Log.w(TAG, "Ignoring non-existent package:"+pkgName); in addToList()
1379 … if (localLOGV) Log.w(TAG, "Entry for package:"+ pkgs[i] +"doesn't exist in map"); in bulkUpdateSizes()
1503 Log.w(TAG, "Invalid package stats from PackageManager"); in onGetStatsCompleted()
1688 Log.w(TAG, "Error opening file for read operation : " + cacheFile in readFromFile()
1731 Log.w(TAG, "Failed reading from file : " + cacheFile + " with exception : " + e); in readFromFile()
1738 Log.w(TAG, "Failed to close file " + cacheFile + " with exception : " +e); in readFromFile()
1784 … Log.w(TAG, "Failed to write to file : " + cacheFile + " with exception : " + e); in writeToFile()
1793 Log.w(TAG, "Error opening file for write operation : " + cacheFile+ in writeToFile()
1801 Log.w(TAG, "Failed closing file : " + cacheFile + " with exception : " + e); in writeToFile()
1811 if (disable) Log.w(TAG, "Cache has been disabled"); in loadCache()