Searched refs:LOGTAG (Results 1 - 25 of 118) sorted by relevance

12345

/packages/apps/DeskClock/src/com/android/deskclock/
H A DLog.java27 public final static String LOGTAG = "AlarmClock"; field in class:Log
34 android.util.Log.v(LOGTAG, /* SystemClock.uptimeMillis() + " " + */ logMe);
38 android.util.Log.i(LOGTAG, logMe);
42 android.util.Log.e(LOGTAG, logMe);
46 android.util.Log.e(LOGTAG, logMe, ex);
50 android.util.Log.w(LOGTAG, logMe);
54 android.util.Log.wtf(LOGTAG, logMe);
H A DAlarmAlertWakeLock.java33 return pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, Log.LOGTAG);
51 | PowerManager.ACQUIRE_CAUSES_WAKEUP | PowerManager.ON_AFTER_RELEASE, Log.LOGTAG);
/packages/apps/Browser/src/com/android/browser/
H A DPreloadController.java37 private static final String LOGTAG = "PreloadController"; field in class:PreloadController
53 if (LOGD_ENABLED) Log.d(LOGTAG, "getActivity()");
59 if (LOGD_ENABLED) Log.d(LOGTAG, "getTabControl()");
65 if (LOGD_ENABLED) Log.d(LOGTAG, "getWebViewFactory()");
71 if (LOGD_ENABLED) Log.d(LOGTAG, "onSetWebView()");
76 if (LOGD_ENABLED) Log.d(LOGTAG, "createSubWindow()");
81 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageStarted()");
92 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageFinished()");
105 if (LOGD_ENABLED) Log.d(LOGTAG, "onProgressChanged()");
110 if (LOGD_ENABLED) Log.d(LOGTAG, "onReceivedTitl
[all...]
H A DWebViewTimersControl.java30 private static final String LOGTAG = "WebViewTimersControl"; field in class:WebViewTimersControl
54 if (LOGD_ENABLED) Log.d(LOGTAG, "Resuming webview timers, view=" + wv);
62 if (LOGD_ENABLED) Log.d(LOGTAG, "Pausing webview timers, view=" + wv);
68 if (LOGD_ENABLED) Log.d(LOGTAG, "onBrowserActivityResume");
74 if (LOGD_ENABLED) Log.d(LOGTAG, "onBrowserActivityPause");
80 if (LOGD_ENABLED) Log.d(LOGTAG, "onPrerenderStart");
86 if (LOGD_ENABLED) Log.d(LOGTAG, "onPrerenderDone");
H A DBrowser.java25 private final static String LOGTAG = "browser"; field in class:Browser
38 Log.v(LOGTAG, "Browser.onCreate: this=" + this);
H A DPreloadedTabControl.java30 private static final String LOGTAG = "PreloadedTabControl"; field in class:PreloadedTabControl
37 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.<init>");
42 if (LOGD_ENABLED) Log.d(LOGTAG, "Cannot set query: no searchbox interface");
63 if (LOGD_ENABLED) Log.d(LOGTAG, "loadUrlIfChanged\nnew: " + url + "\nold: " +currentUrl);
70 if (LOGD_ENABLED) Log.d(LOGTAG, "Preloading " + url);
75 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.destroy");
H A DPreloadRequestReceiver.java36 private final static String LOGTAG = "browser.preloader"; field in class:PreloadRequestReceiver
49 if (LOGD_ENABLED) Log.d(LOGTAG, "received intent " + intent);
58 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload setting: " + preload);
63 if (LOGD_ENABLED) Log.d(LOGTAG, "on wifi:" + onWifi);
101 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload request has no " + EXTRA_PRELOAD_ID);
105 if (LOGD_ENABLED) Log.d(LOGTAG, "Got " + id + " preload discard request");
108 if (LOGD_ENABLED) Log.d(LOGTAG, "Got " + id + " searchbox cancel request");
111 if (LOGD_ENABLED) Log.d(LOGTAG, "Got " + id + " preload request for " + url);
126 Log.d(LOGTAG, "Preload request(" + id + ", " + url + ", " +
H A DPreloader.java31 private final static String LOGTAG = "browser.preloader"; field in class:Preloader
61 if (LOGD_ENABLED) Log.d(LOGTAG, "Create new preload session " + id);
67 if (LOGD_ENABLED) Log.d(LOGTAG, "Returning existing preload session " + id);
71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId +
94 if (LOGD_ENABLED) Log.d(LOGTAG, "Discarding preload request, existing"
121 if (LOGD_ENABLED) Log.d(LOGTAG, "Discard preload session " + id);
126 if (LOGD_ENABLED) Log.d(LOGTAG, "Ignored discard request " + id);
136 if (LOGD_ENABLED) Log.d(LOGTAG, "Showing preload session " + id + "=" + s);
147 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload session timeout " + mId);
H A DPerformance.java30 private static final String LOGTAG = "browser"; field in class:Performance
100 Log.d(LOGTAG, uiInfo);
113 Log.d(LOGTAG, performanceString + "\nWebpage: " + url);
128 Log.d(LOGTAG, newUrl + " loaded");
H A DWebStorageSizeManager.java91 private final static String LOGTAG = "browser"; field in class:WebStorageSizeManager
225 Log.v(LOGTAG,
252 Log.v(LOGTAG, "onExceededDatabaseQuota: out of space.");
268 Log.v(LOGTAG,
297 Log.v(LOGTAG, "onExceededDatabaseQuota set new quota to "
314 Log.v(LOGTAG, "Received onReachedMaxAppCacheSize with spaceNeeded "
334 Log.v(LOGTAG, "onReachedMaxAppCacheSize: out of space.");
343 Log.v(LOGTAG, "onReachedMaxAppCacheSize set new max size to "
393 Log.v(LOGTAG, "scheduleOutOfSpaceNotification called.");
H A DGoogleAccountLogin.java46 private static final String LOGTAG = "BrowserLogin"; field in class:GoogleAccountLogin
120 Log.d(LOGTAG, "LOGIN_FAIL: Bad status from auth url "
126 Log.d(LOGTAG, "LOGIN_FAIL: Invalidating tokens...");
139 Log.d(LOGTAG, "LOGIN_FAIL: Null entity in response");
145 Log.d(LOGTAG, "LOGIN_FAIL: Exception acquiring uber token " + e);
205 Log.d(LOGTAG, "LOGIN_FAIL: Exception in state " + mState + " " + e);
267 Log.d(LOGTAG, "Finished login attempt for " + mAccount.name);
277 Log.w(LOGTAG, "Failed to dismiss mProgressDialog: " + e.getMessage());
H A DWallpaperHandler.java44 private static final String LOGTAG = "WallpaperHandler"; field in class:WallpaperHandler
136 Log.e(LOGTAG, "Unable to set new wallpaper, " +
141 Log.e(LOGTAG, "Unable to set new wallpaper");
169 Log.e(LOGTAG, "Unable to restore old wallpaper.");
H A DBrowserActivity.java48 private final static String LOGTAG = "browser"; field in class:BrowserActivity
57 Log.v(LOGTAG, this + " onStart, has state: "
131 Log.v(LOGTAG, "ignore intents: " + ignore);
140 Log.v(LOGTAG, "BrowserActivity.onResume: this=" + this);
172 Log.v(LOGTAG, "BrowserActivity.onSaveInstanceState: this=" + this);
186 Log.v(LOGTAG, "BrowserActivity.onDestroy: this=" + this);
H A DCrashRecoveryHandler.java38 private static final String LOGTAG = "BrowserCrashRecovery"; field in class:CrashRecoveryHandler
91 Log.v(LOGTAG, "Clearing crash recovery state");
126 Log.w(LOGTAG, "Failed to save state", t);
179 Log.w(LOGTAG, "Failed to recover state!", e);
225 Log.v(LOGTAG, "Saving crash recovery state");
244 Log.i(LOGTAG, "Failed to save persistent state", e);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DImageOnlyEditor.java30 private final String LOGTAG = "ImageOnlyEditor"; field in class:ImageOnlyEditor
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java28 private static final String LOGTAG = "ImageFilterRS"; field in class:ImageFilterRS
93 Log.i(LOGTAG, msg);
107 Log.v(LOGTAG, "apply filter " + getName() + " in pipeline " + pipeline.getName());
128 Log.v(LOGTAG, "DONE apply filter " + getName() + " in pipeline " + pipeline.getName());
131 Log.e(LOGTAG, "Illegal argument? " + e);
133 Log.e(LOGTAG, "RS runtime exception ? " + e);
138 Log.e(LOGTAG, "not enough memory for filter " + getName(), e);
H A DFilterBasicRepresentation.java28 private static final String LOGTAG = "FilterBasicRep"; field in class:FilterBasicRepresentation
34 private boolean mLogVerbose = Log.isLoggable(LOGTAG, Log.VERBOSE);
55 Log.v(LOGTAG, "cloning from <" + this + "> to <" + representation + ">");
H A DFilterCurvesRepresentation.java12 private static final String LOGTAG = "FilterCurvesRepresentation"; field in class:FilterCurvesRepresentation
40 Log.v(LOGTAG, "cannot use parameters from " + a);
H A DImageFilterFx.java25 private static final String LOGTAG = "ImageFilterFx"; field in class:ImageFilterFx
72 Log.w(LOGTAG, "bad resource for filter: " + mName);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
H A DExifOutputStreamTest.java136 final String LOGTAG = "testOutputSpeed";
160 Log.v(LOGTAG, " read time: " + duration);
173 Log.v(LOGTAG, " write time: " + duration);
176 Log.v(LOGTAG, "======================= normal");
177 Log.v(LOGTAG, "avg read time: " + totalReadDuration / nLoops);
178 Log.v(LOGTAG, "avg write time: " + totalWriteDuration / nLoops);
179 Log.v(LOGTAG, "=======================");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DCachingPipeline.java34 private static final String LOGTAG = "CachingPipeline"; field in class:CachingPipeline
86 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
133 Log.v(LOGTAG, "destroyPixelAllocations in " + getName());
184 Log.v(LOGTAG,"setOriginal, size " + bitmap.getWidth() + " x " + bitmap.getHeight());
203 Log.v(LOGTAG, "geometry has changed");
240 Log.v(LOGTAG, "render image of type " + getType(request));
252 Log.w(LOGTAG, "loader not yet setup, cannot handle: " + getType(request));
258 Log.w(LOGTAG, "could not get bitmap for: " + getType(request));
276 Log.v(LOGTAG, "after update, req bitmap (" + bitmap.getWidth() + "x" + bitmap.getHeight()
357 Log.v(LOGTAG, "comput
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanel.java30 private static final String LOGTAG = "StatePanel"; field in class:StatePanel
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DBitmapTask.java28 private static final String LOGTAG = "BitmapTask"; field in class:BitmapTask
H A DSaveCopyTask.java53 private static final String LOGTAG = "SaveCopyTask"; field in class:SaveCopyTask
118 Log.w(LOGTAG, "Failed to get XMP data from image: ", e);
142 Log.w(LOGTAG, "Cannot find file: " + source, e);
144 Log.w(LOGTAG, "Cannot read exif for: " + source, e);
158 Log.w(LOGTAG, "File not found: " + file.getAbsolutePath(), e);
160 Log.w(LOGTAG, "Could not write exif: ", e);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java40 private static final String LOGTAG = "CropView"; field in class:CropView
176 Log.w(LOGTAG, "crop reset called");
207 Log.w(LOGTAG, "failed to set aspect ratio original");
226 Log.w(LOGTAG, "failed to set aspect ratio");
302 Log.w(LOGTAG, "failed to get screen matrix");
309 Log.w(LOGTAG, "could not invert display matrix");

Completed in 222 milliseconds

12345