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

123

/frameworks/base/core/tests/coretests/src/android/webkit/
H A DWebkitTest.java30 private static final String LOGTAG = WebkitTest.class.getName(); field in class:WebkitTest
42 Log.i(LOGTAG, "Boundary " + i + " " + dateSorter.getBoundary(i));
43 Log.i(LOGTAG, "Label " + i + " " + dateSorter.getLabel(i));
49 Log.i(LOGTAG, "now: " + dateSorter.getIndex(time));
55 Log.i(LOGTAG, "time: " + DateFormat.format("yyyy/MM/dd kk:mm:ss", c).toString() +
/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);
/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.");
/frameworks/base/core/java/android/webkit/
H A DCertTool.java34 private static final String LOGTAG = "CertTool"; field in class:CertTool
65 Log.w(LOGTAG, e);
H A DDateSorter.java36 private static final String LOGTAG = "webkit"; field in class:DateSorter
H A DKeyStoreHandler.java30 private static final String LOGTAG = "KeyStoreHandler"; field in class:KeyStoreHandler
H A DFileLoader.java49 private static final String LOGTAG = "webkit"; field in class:FileLoader
111 Log.e(LOGTAG, "Need a path to resolve the res file");
120 Log.e(LOGTAG, "Incorrect res path: " + mPath);
H A DUrlInterceptRegistry.java35 private final static String LOGTAG = "intercept"; field in class:UrlInterceptRegistry
H A DJniUtil.java34 private static final String LOGTAG = "webkit"; field in class:JniUtil
126 Log.e(LOGTAG, "Exception: " + url);
155 Log.e(LOGTAG, "Exception: " + url);
H A DPluginManager.java62 private static final String LOGTAG = "PluginManager"; field in class:PluginManager
129 Log.w(LOGTAG, "Ignore bad plugin");
140 Log.w(LOGTAG, "Can't find plugin: " + serviceInfo.packageName);
170 Log.e(LOGTAG, "The plugin '" + serviceInfo.name + "' has no type defined");
176 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType);
187 Log.e(LOGTAG, "The plugin's class' " + serviceInfo.name + "' does not extend the appropriate class.");
192 Log.e(LOGTAG, "Can't find plugin: " + serviceInfo.packageName);
195 Log.e(LOGTAG, "Can't find plugin's class: " + serviceInfo.name);
220 Log.w(LOGTAG, "Can't find plugin: " + pluginAPKName);
H A DSslErrorHandlerImpl.java39 private static final String LOGTAG = "network"; field in class:SslErrorHandlerImpl
137 Log.v(LOGTAG, "SslErrorHandler.handleSslErrorRequest(): " +
250 Log.v(LOGTAG, "SslErrorHandler.handleSslErrorResponse():"
H A DWebSyncManager.java44 protected static final String LOGTAG = "websync"; field in class:WebSyncManager
51 Log.v(LOGTAG, "*** WebSyncManager sync ***");
98 Log.v(LOGTAG, "*** WebSyncManager sync ***");
113 Log.v(LOGTAG, "*** WebSyncManager resetSync ***");
128 Log.v(LOGTAG, "*** WebSyncManager startSync ***, Ref count:" +
146 Log.v(LOGTAG, "*** WebSyncManager stopSync ***, Ref count:" +
H A DHttpAuthHandlerImpl.java39 private static final String LOGTAG = "network"; field in class:HttpAuthHandlerImpl
240 Log.e(LOGTAG, "Interrupted while waiting for request to complete");
H A DURLUtil.java30 private static final String LOGTAG = "webkit"; field in class:URLUtil
50 if (DebugFlags.URL_UTIL) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);
71 Log.v(LOGTAG, "smartUrlFilter: failed to parse url = " + inUrl);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFileFilter.java24 private static final String LOGTAG = "FileFilter"; field in class:FileFilter
32 Log.v(LOGTAG, "File path in list of ignored tests: " + file);
54 Log.v(LOGTAG, "File path in list of ignored results: " + file);
H A DMenu.java31 private static String LOGTAG = "MenuActivity"; field in class:Menu
85 Log.e(LOGTAG, "Error when creating test list: " + e.getMessage());
H A DReliabilityTest.java39 private static final String LOGTAG = "ReliabilityTest"; field in class:ReliabilityTest
93 Log.v(LOGTAG, "Testing URL: " + url);
109 Log.w(LOGTAG, "Page load finished in " + elapsed
112 Log.v(LOGTAG, "Page load finished in " + elapsed + "ms");
151 Log.e(LOGTAG, "Cannot extract scripts for testing.", e);
167 Log.e(LOGTAG, "Error while reading test list.", ioe);
181 Log.e(LOGTAG, "Cannot update file " + TEST_TIMEOUT_FILE, e);
193 Log.e(LOGTAG, "Cannot update file " + TEST_LOAD_TIME_FILE, e);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
H A DForwardService.java33 private static final String LOGTAG = "ForwardService"; field in class:ForwardService
65 Log.w(LOGTAG, "failed to start forwarder. http tests will fail.", ioe);
83 Log.v(LOGTAG, "forwarders stopped.");
95 Log.v(LOGTAG, "read forward host from file: " + host);
97 Log.v(LOGTAG, "cannot read forward host from file", ioe);
113 Log.e(LOGTAG, "failed to resolve server address", ioe);
H A DAdbUtils.java34 private static final String LOGTAG = "AdbUtils"; field in class:AdbUtils
96 Log.w(LOGTAG, "adb cmd faild.");
123 Log.w(LOGTAG, "error creating adb socket", ioe);
H A DForwarder.java38 private static final String LOGTAG = "Forwarder"; field in class:Forwarder
51 outgoing.setName(LOGTAG);
52 incoming.setName(LOGTAG);
66 Log.v(LOGTAG, "Socket#shutdownInput", e);
71 Log.v(LOGTAG, "Socket#shutdownOutput", e);
76 Log.v(LOGTAG, "Socket#close", e);
H A DForwardServer.java35 private static final String LOGTAG = "ForwardServer"; field in class:ForwardServer
57 serverThread.setName(LOGTAG);
73 Log.v(LOGTAG, "exception while closing", ioe);
101 Log.w(LOGTAG, "error while closing socket", ioe);
103 Log.w(LOGTAG, "failed to start forwarding from " + localSocket);
/frameworks/base/tests/TileBenchmark/tests/src/com/test/tilebenchmark/
H A DPerformanceTest.java77 private static final String LOGTAG = "PerformanceTest"; field in class:PerformanceTest
99 Log.d(LOGTAG, "test starting for url " + url);
121 Log.d(LOGTAG, "Testing dir: '" + testDir.getAbsolutePath()
141 Log.d(LOGTAG, "ARG Can't access sd card!");
152 Log.d(LOGTAG, "test completion callback");
/frameworks/base/keystore/java/android/security/
H A DCredentials.java41 private static final String LOGTAG = "Credentials"; field in class:Credentials
123 Log.w(LOGTAG, e.toString());
132 Log.w(LOGTAG, e.toString());
143 Log.w(LOGTAG, e.toString());
153 Log.w(LOGTAG, e.toString());
/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...]

Completed in 667 milliseconds

123