/packages/apps/Browser/src/com/android/browser/ |
H A D | Browser.java | 25 private final static String LOGTAG = "browser"; field in class:Browser 38 Log.v(LOGTAG, "Browser.onCreate: this=" + this);
|
H A D | DownloadHandler.java | 46 private static final String LOGTAG = "DLHandler"; field in class:DownloadHandler 88 Log.d(LOGTAG, "activity not found for " + mimetype 182 Log.e(LOGTAG, "Exception trying to parse url:" + url);
|
H A D | Performance.java | 30 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 D | PreloadRequestReceiver.java | 36 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 D | WallpaperHandler.java | 44 private static final String LOGTAG = "WallpaperHandler"; field in class:WallpaperHandler 136 Log.e(LOGTAG, "Unable to set new wallpaper"); 164 Log.e(LOGTAG, "Unable to restore old wallpaper.");
|
H A D | WebViewTimersControl.java | 30 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 D | Bookmarks.java | 55 private final static String LOGTAG = "Bookmarks"; field in class:Bookmarks 83 Log.e(LOGTAG, "addBookmark", e); 127 Log.e(LOGTAG, "removeFromBookmarks", e);
|
H A D | PreloadedTabControl.java | 31 private static final String LOGTAG = "PreloadedTabControl"; field in class:PreloadedTabControl 38 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.<init>"); 45 if (LOGD_ENABLED) Log.d(LOGTAG, "Changing searchbox query to " + query); 52 if (LOGD_ENABLED) Log.d(LOGTAG, "Changed searchbox query: " + called); 59 if (LOGD_ENABLED) Log.d(LOGTAG, "Cannot set query: no searchbox interface"); 73 if (LOGD_ENABLED) Log.d(LOGTAG, "No searchbox, cannot submit query"); 77 if (LOGD_ENABLED) Log.d(LOGTAG, "Submitting query " + query); 83 if (LOGD_ENABLED) Log.d(LOGTAG, "Query submitted: " + called); 85 if (LOGD_ENABLED) Log.d(LOGTAG, "Query not submitted; falling back"); 115 if (LOGD_ENABLED) Log.d(LOGTAG, "Quer [all...] |
H A D | AutoFillProfileDatabase.java | 29 static final String LOGTAG = "AutoFillProfileDatabase"; field in class:AutoFillProfileDatabase 76 Log.w(LOGTAG, "Upgrading database from version " + oldVersion + " to "
|
H A D | BookmarkUtils.java | 44 private final static String LOGTAG = "BookmarkUtils"; field in class:BookmarkUtils
|
H A D | CrashRecoveryHandler.java | 38 private static final String LOGTAG = "BrowserCrashRecovery"; field in class:CrashRecoveryHandler 89 Log.v(LOGTAG, "Saving crash recovery state"); 109 Log.i(LOGTAG, "Failed to save persistent state", e); 116 Log.v(LOGTAG, "Clearing crash recovery state"); 152 Log.w(LOGTAG, "Failed to save state", t); 209 Log.w(LOGTAG, "Failed to recover state!", e);
|
H A D | GoogleAccountLogin.java | 46 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 D | Preloader.java | 31 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 D | SnapshotTab.java | 38 private static final String LOGTAG = "SnapshotTab"; field in class:SnapshotTab 200 Log.w(LOGTAG, "Failed to load view state, closing tab", e);
|
H A D | AutoFillSettingsFragment.java | 42 private static final String LOGTAG = "AutoFillSettingsFragment"; field in class:AutoFillSettingsFragment
|
H A D | BrowserActivity.java | 44 private final static String LOGTAG = "browser"; field in class:BrowserActivity 54 Log.v(LOGTAG, this + " onStart, has state: " 110 Log.v(LOGTAG, "BrowserActivity.onResume: this=" + this); 144 Log.v(LOGTAG, "BrowserActivity.onSaveInstanceState: this=" + this); 160 Log.v(LOGTAG, "BrowserActivity.onDestroy: this=" + this);
|
H A D | DataController.java | 41 private static final String LOGTAG = "DataController"; field in class:DataController 284 Log.e(LOGTAG, "Error checking for bookmark: " + e);
|
/packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/ |
H A D | ProviderService.java | 11 private static final String LOGTAG = "ProviderService"; field in class:ProviderService 20 Log.e(LOGTAG, "Failed to initialize implementation.");
|
H A D | AccessibilityNodeInfoHelper.java | 21 private static final String LOGTAG = "AccessibilityNodeInfoHelper"; field in class:AccessibilityNodeInfoHelper 52 Log.e(LOGTAG, "failed to dump window to file", e); 55 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms"); 99 Log.d(LOGTAG, String.format("class: %s; text: %s; content-desc: %s", 113 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms; fetchedNodeCount: " 118 Log.d(LOGTAG, String.format("class: %s; text: %s; content-desc: %s",
|
H A D | InteractionProvider.java | 15 private static final String LOGTAG = "InteractionProvider"; field in class:InteractionProvider 36 Log.w(LOGTAG, "failed to inject DOWN event", e); 44 Log.w(LOGTAG, "failed to inject UP event", e);
|
H A D | ProviderImpl.java | 23 private static final String LOGTAG = "ProviderImpl"; field in class:ProviderImpl 80 Log.d(LOGTAG, "ProviderImpl=" + this.toString()); 81 Log.d(LOGTAG, event.toString()); 136 Log.w(LOGTAG, "node not found, selector=" + selector); 149 Log.w(LOGTAG, "node not found, selector=" + selector); 162 Log.w(LOGTAG, "node not found, selector=" + selector); 200 Log.d(LOGTAG, "I'm here..."); 203 Log.w(LOGTAG, "label node not found: " + label); 232 Log.w(LOGTAG, "Cannot find an EditorText for label: " + label); 250 Log.e(LOGTAG, "nod [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | Log.java | 29 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.wtf(LOGTAG, logMe);
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
H A D | HTMLViewerActivity.java | 62 static final String LOGTAG = "HTMLViewerActivity"; field in class:HTMLViewerActivity
|
/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/ |
H A D | UiTestHelper.java | 19 private static final String LOGTAG = "UiTestHelper"; field in class:UiTestHelper 46 Log.e(LOGTAG, "failed to get current activity name", e);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadNotification.java | 44 static final String LOGTAG = "DownloadNotification"; field in class:DownloadNotification
|