Searched refs:LOGTAG (Results 76 - 100 of 129) sorted by relevance

123456

/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java38 private static final String LOGTAG = "BookmarksThreadedAdapter"; field in class:ThreadedCursorAdapter
101 Log.d(LOGTAG, "loading: " + msg.what);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackSource.java34 private static final String LOGTAG = "FilterStackSource"; field in class:FilterStackSource
47 Log.w(LOGTAG, "could not open database", e);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java32 private static final String LOGTAG = "FilterColorBorderRepresentation"; field in class:FilterColorBorderRepresentation
H A DImageFilterChanSat.java31 private static final String LOGTAG = "ImageFilterChanSat"; field in class:ImageFilterChanSat
H A DBaseFiltersManager.java33 private static final String LOGTAG = "BaseFiltersManager"; field in class:BaseFiltersManager
74 Log.v(LOGTAG, "unable to generate a filter representation for \"" + name + "\"");
H A DFilterDrawRepresentation.java43 private static final String LOGTAG = "FilterDrawRepresentation"; field in class:FilterDrawRepresentation
229 Log.v(LOGTAG, "cannot use parameters from " + a);
H A DFilterChanSatRepresentation.java37 private static final String LOGTAG = "FilterChanSatRepresentation"; field in class:FilterChanSatRepresentation
H A DFilterRepresentation.java29 private static final String LOGTAG = "FilterRepresentation"; field in class:FilterRepresentation
H A DFilterVignetteRepresentation.java31 private static final String LOGTAG = "FilterVignetteRepresentation"; field in class:FilterVignetteRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageRedEye.java32 private static final String LOGTAG = "ImageRedEyes"; field in class:ImageRedEye
H A DImageTinyPlanet.java33 private static final String LOGTAG = "ImageTinyPlanet"; field in class:ImageTinyPlanet
H A DSpline.java39 private static final String LOGTAG = "Spline"; field in class:Spline
443 Log.v(LOGTAG, "show curve " + this);
446 Log.v(LOGTAG, "point " + i + " is (" + point.x + ", " + point.y + ")");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
H A DSharedImageProvider.java35 private static final String LOGTAG = "SharedImageProvider"; field in class:SharedImageProvider
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DFramedTextButton.java31 private static final String LOGTAG = "FramedTextButton"; field in class:FramedTextButton
/packages/apps/Browser/src/com/android/browser/
H A DDataController.java41 private static final String LOGTAG = "DataController"; field in class:DataController
284 Log.e(LOGTAG, "Error checking for bookmark: " + e);
H A DTab.java95 private static final String LOGTAG = "Tab"; field in class:Tab
441 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
459 Log.w(LOGTAG, "onFormResubmission should not be called again "
619 Log.e(LOGTAG, "Bad canonical path" + ex.toString());
1115 Log.e(LOGTAG, "Can't close the window");
1157 Log.d(LOGTAG, "onNewHistoryItem: match=" + match + "\n\t"
1288 Log.w(LOGTAG, "Failed to restore WebView state!");
1708 Log.w(LOGTAG, "Failed to save back/forward list for "
1937 Log.e(LOGTAG, "Load capture has mismatched sizes; buffer: "
H A DPhoneUi.java49 private static final String LOGTAG = "PhoneUi"; field in class:PhoneUi
148 Log.e(LOGTAG, "active tab with no webview detected");
516 Log.w(LOGTAG, "safeCreateBitmap failed! width: " + width
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java124 private static final String LOGTAG = "MediaPlaybackService"; field in class:MediaPlaybackService
230 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_LOSS");
241 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_LOSS_TRANSIENT");
248 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_GAIN");
260 Log.e(LOGTAG, "Unknown audio focus change code");
373 Log.e(LOGTAG, "Service being destroyed while still playing.");
569 Log.d(LOGTAG, "restored queue, currently at position "
1066 Log.d(LOGTAG, "Failed to open file for playback");
1411 Log.d(LOGTAG, "No play queue");
1517 Log.d(LOGTAG, "lookbac
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DAction.java43 private static final String LOGTAG = "Action"; field in class:Action
H A DCategoryAdapter.java33 private static final String LOGTAG = "CategoryAdapter"; field in class:CategoryAdapter
H A DCategoryView.java36 private static final String LOGTAG = "CategoryView"; field in class:CategoryView
H A DMainPanel.java35 private static final String LOGTAG = "MainPanel"; field in class:MainPanel
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DColorChooser.java23 private final String LOGTAG = "StyleChooser"; field in class:ColorChooser
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorColorBorder.java46 private static final String LOGTAG = "EditorColorBorder"; field in class:EditorColorBorder
H A DEditorPanel.java38 private static final String LOGTAG = "EditorPanel"; field in class:EditorPanel

Completed in 334 milliseconds

123456