Searched defs:LOGTAG (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DErrorStrings.java30 private static final String LOGTAG = "Http"; field in class:ErrorStrings
95 Log.w(LOGTAG, "Using generic message for unknown error code: " + errorCode);
H A DHttpLog.java31 private final static String LOGTAG = "http"; field in class:HttpLog
37 Log.v(LOGTAG, SystemClock.uptimeMillis() + " " + Thread.currentThread().getName() + " " + logMe);
41 Log.e(LOGTAG, logMe);
H A DHeaders.java36 private static final String LOGTAG = "Http"; field in class:Headers
204 Log.v(LOGTAG, "Headers.headers(): error parsing"
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerMeasurement.java29 private static final String LOGTAG = "PowerMeasurement"; field in class:PowerMeasurement
64 Log.v(LOGTAG, "Page is loaded in " + activity.getPageLoadTime() + " ms.");
H A DPowerTestActivity.java37 public static final String LOGTAG = "PowerTestActivity"; field in class:PowerTestActivity
67 Log.v(LOGTAG, "onCreate, inst=" + Integer.toHexString(hashCode()));
118 Log.v(LOGTAG, "URL is null, cancelling...");
126 Log.v(LOGTAG, "Navigating to URL: " + url);
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
160 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
206 Log.v(LOGTAG, "WebCore error: code=" + errorCode
214 Log.v(LOGTAG, "onPageStarted: " + url);
219 Log.v(LOGTAG, "onPageFinished: " + url);
265 Log.v(LOGTAG, "Finishin
[all...]
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java39 private static final String LOGTAG = "webkit"; field in class:DateSorter
H A DWebViewDatabase.java35 protected static final String LOGTAG = "webviewdatabase"; field in class:WebViewDatabase
H A DUrlInterceptRegistry.java35 private final static String LOGTAG = "intercept"; field in class:UrlInterceptRegistry
H A DWebViewFactory.java35 private static final String LOGTAG = "WebViewFactory"; field in class:WebViewFactory
45 Log.w(LOGTAG, "error preloading provider", e);
87 Log.e(LOGTAG, "error loading provider", e);
95 if (DEBUG) Log.v(LOGTAG, "Using preloaded provider: " + sProviderInstance);
103 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
106 Log.e(LOGTAG, "error instantiating provider", e);
H A DWebSyncManager.java44 protected static final String LOGTAG = "websync"; field in class:WebSyncManager
51 Log.v(LOGTAG, "*** WebSyncManager sync ***");
97 Log.v(LOGTAG, "*** WebSyncManager sync ***");
112 Log.v(LOGTAG, "*** WebSyncManager resetSync ***");
127 Log.v(LOGTAG, "*** WebSyncManager startSync ***, Ref count:" +
145 Log.v(LOGTAG, "*** WebSyncManager stopSync ***, Ref count:" +
H A DURLUtil.java31 private static final String LOGTAG = "webkit"; field in class:URLUtil
52 if (DebugFlags.URL_UTIL) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);
73 Log.v(LOGTAG, "smartUrlFilter: failed to parse url = " + inUrl);
H A DWebView.java253 private static final String LOGTAG = "WebView"; field in class:WebView
505 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "WebView<init>");
520 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setHorizontalScrollbarOverlay=" + overlay);
531 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setVerticalScrollbarOverlay=" + overlay);
586 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setCertificate=" + certificate);
610 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "savePassword=" + host);
630 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setHttpAuthUsernamePassword=" + host);
660 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "destroy");
697 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setNetworkAvailable=" + networkUp);
714 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "saveStat
[all...]
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java38 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in class:AccessibilityNodeInfoDumper
95 Log.e(LOGTAG, "failed to dump window to file", e);
98 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms");
132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
135 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s",
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java38 private static final String LOGTAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in class:AccessibilityNodeInfoDumper
73 Log.e(LOGTAG, "failed to dump window to file", e);
76 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms");
110 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
113 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s",
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DCookieManagerAdapter.java28 private static final String LOGTAG = "CookieManager"; field in class:CookieManagerAdapter
51 Log.e(LOGTAG, "Not setting cookie due to error parsing URL: " + url, e);
60 Log.e(LOGTAG, "Unable to get cookies due to error parsing URL: " + url, e);
/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java38 private static final String LOGTAG = "http"; field in class:RequestAPITest
54 Log.d(LOGTAG, "Base setup context = " + mContext);
63 Log.d(LOGTAG, "Base tearDown");
65 Log.d(LOGTAG, "Base teardown done");
89 Log.d(LOGTAG, "testRequestAddNullHeader start ");
93 Log.d(LOGTAG, "testRequestAddNullHeader - returning");
101 Log.d(LOGTAG, "testRequestAddNullValue start ");
105 Log.d(LOGTAG, "testRequestAddNullValue - returning");
113 Log.d(LOGTAG, "testRequestAddEmptyValue start ");
117 Log.d(LOGTAG, "testRequestAddEmptyValu
[all...]
H A DTestWebServer.java39 private final static String LOGTAG = "httpsv"; field in class:TestWebServer
145 Log.d(LOGTAG, s);
256 // Log.d(LOGTAG, "TestWebServer run() calling accept()");
H A DTestEventHandler.java130 Log.v(LOGTAG, "TestEventHandler:requestSent()");
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version +
222 Log.v(LOGTAG, "TestEventHandler:headers()");
328 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +
374 Log.v(LOGTAG, "TestEventHandler: data() " + len + " bytes");
383 Log.v(LOGTAG, new String(data, 0, len));
418 Log.v(LOGTAG, "TestEventHandler: endData() called");
458 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id +
503 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+
565 Log.d(LOGTAG, " Can
812 protected final static String LOGTAG = "http"; field in class:TestEventHandler
[all...]
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java37 private static final String LOGTAG = RunTestCommand.class.getSimpleName(); field in class:RunTestCommand
209 Log.w(LOGTAG, String.format("Could not read %s: %s", fileName, e.getMessage()));
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java37 private static final String LOGTAG = RunTestCommand.class.getSimpleName(); field in class:RunTestCommand
209 Log.w(LOGTAG, String.format("Could not read %s: %s", fileName, e.getMessage()));
/frameworks/base/keystore/java/android/security/
H A DCredentials.java48 private static final String LOGTAG = "Credentials"; field in class:Credentials
178 Log.w(LOGTAG, e.toString());
187 Log.w(LOGTAG, e.toString());
198 Log.w(LOGTAG, e.toString());
208 Log.w(LOGTAG, e.toString());
/frameworks/base/core/java/android/provider/
H A DBrowser.java36 private static final String LOGTAG = "browser"; field in class:Browser
349 Log.e(LOGTAG, "updateVisitedHistory", e);
377 Log.e(LOGTAG, "getVisitedHistory", e);
417 Log.e(LOGTAG, "truncateHistory", e);
438 Log.e(LOGTAG, "canClearHistory", e);
482 Log.e(LOGTAG, "deleteHistoryWhere", e);
554 Log.e(LOGTAG, "clearSearches", e);
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java56 private static final String LOGTAG = UiAutomatorTestRunner.class.getSimpleName(); field in class:UiAutomatorTestRunner
82 Log.e(LOGTAG, "uncaught exception", ex);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java59 private static final String LOGTAG = "Launcher3.CropActivity"; field in class:WallpaperCropActivity
95 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity");
269 Log.w(LOGTAG, "Getting exif data failed", e);
484 Log.w(LOGTAG, "cannot read original file, no input URI, resource ID, or " +
499 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
544 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
562 Log.w(LOGTAG, "cannot get bounds for image");
581 Log.w(LOGTAG, "crop has bad values for full size image");
595 Log.w(LOGTAG, "cannot get input stream for uri=" + mInUri.toString());
602 Log.w(LOGTAG, "canno
[all...]

Completed in 1318 milliseconds