Searched refs:TAG (Results 401 - 425 of 2248) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DMediaSessions.java57 private static final String TAG = Util.logTag(MediaSessions.class); field in class:MediaSessions
87 if (D.BUG) Log.d(TAG, "init");
101 if (D.BUG) Log.d(TAG, "destroy");
109 Log.w(TAG, "setVolume: No record found for token " + token);
112 if (D.BUG) Log.d(TAG, "Setting level to " + level);
118 if (D.BUG) Log.d(TAG, "remoteVolumeChangedH " + controller.getPackageName() + " "
128 if (D.BUG) Log.d(TAG, "updateRemoteControllerH " + pkg);
134 if (D.BUG) Log.d(TAG, "onActiveSessionsUpdatedH n=" + controllers.size());
157 if (D.BUG) Log.d(TAG, "Removing " + r.name + " sentRemote=" + r.sentRemote);
249 if (D.BUG) Log.d(TAG,
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java37 static final String TAG = "UpdateLockService"; field in class:UpdateLockService
52 Slog.d(TAG, "first acquire; broadcasting convenient=false");
58 Slog.d(TAG, "last release; broadcasting convenient=true");
90 Slog.d(TAG, "acquire(" + token + ") by " + makeTag(tag));
100 Slog.d(TAG, "release(" + token + ')');
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java58 static final String TAG = "TaskPersister"; field in class:TaskPersister
132 Slog.i(TAG, "Failure deleting legacy images directory: " + legacyImagesDir);
139 Slog.i(TAG, "Failure deleting legacy tasks directory: " + legacyTasksDir);
173 Slog.d(TAG, "Removing " + ((ImageWriteQueueItem) item).mFilePath +
214 Slog.e(TAG, "Error while reading taskIds file for user " + userId, e);
241 Slog.e(TAG, "Error while writing taskIds file for user " + userId, e);
280 if (DEBUG) Slog.d(TAG, "wakeup: task=" + task + " flush=" + flush + " mNextWriteTime="
324 if (DEBUG) Slog.d(TAG, "saveImage: filePath=" + filePath + " now=" +
358 if (DEBUG) Slog.d(TAG, "saveToXml: task=" + task);
391 Slog.e(TAG, "Could
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java47 static final String TAG = TAG_WITH_CLASS_NAME ? "ScreenRotationAnimation" : TAG_WM; field in class:ScreenRotationAnimation
270 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
289 Slog.w(TAG, "Unable to allocate freeze surface", e);
328 Slog.i(TAG, "Original : (" + srcPnts[0] + "," + srcPnts[1]
330 Slog.i(TAG, "Transformed: (" + dstPnts[0] + "," + dstPnts[1]
367 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta);
407 if (DEBUG_STATE) Slog.v(TAG, "Creating start and finish animations");
427 if (DEBUG_STATE) Slog.v(TAG, "Rotation delta: " + delta + " finalWidth="
493 if (DEBUG_STATE) Slog.v(TAG, "Initializing start and finish animations");
567 Slog.w(TAG, "Unabl
[all...]
H A DTaskPositioner.java65 private static final String TAG = TAG_WITH_CLASS_NAME ? TAG_LOCAL : TAG_WM; field in class:TaskPositioner
149 Slog.w(TAG, "ACTION_DOWN @ {" + newX + ", " + newY + "}");
155 Slog.w(TAG, "ACTION_MOVE @ {" + newX + ", " + newY + "}");
175 Slog.w(TAG, "ACTION_UP @ {" + newX + ", " + newY + "}");
182 Slog.w(TAG, "ACTION_CANCEL @ {" + newX + ", " + newY + "}");
217 Slog.e(TAG, "Exception caught by drag handleMotion", e);
233 Slog.d(TAG, "Registering task positioner");
237 Slog.e(TAG, "Task positioner already registered");
243 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG);
252 mDragApplicationHandle.name = TAG;
[all...]
H A DDisplaySettings.java47 private static final String TAG = TAG_WITH_CLASS_NAME ? "DisplaySettings" : TAG_WM; field in class:DisplaySettings
113 Slog.i(TAG, "No existing display settings " + mFile.getBaseFile()
142 Slog.w(TAG, "Unknown element under <display-settings>: "
149 Slog.w(TAG, "Failed parsing " + e);
151 Slog.w(TAG, "Failed parsing " + e);
153 Slog.w(TAG, "Failed parsing " + e);
155 Slog.w(TAG, "Failed parsing " + e);
157 Slog.w(TAG, "Failed parsing " + e);
159 Slog.w(TAG, "Failed parsing " + e);
199 Slog.w(TAG, "Faile
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java30 private static final String TAG = "UsageStatsXml"; field in class:UsageStatsXml
73 Slog.e(TAG, "UsageStats Xml", e);
103 Slog.e(TAG, "Unrecognized version " + versionStr);
107 Slog.e(TAG, "Bad version");
111 Slog.e(TAG, "Failed to parse Xml", e);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java56 private static final String TAG = "UsbDebuggingManager"; field in class:UsbDebuggingManager
82 super(TAG);
87 if (DEBUG) Slog.d(TAG, "Entering thread");
91 if (DEBUG) Slog.d(TAG, "Exiting thread");
116 if (DEBUG) Slog.d(TAG, "Creating socket");
139 Slog.d(TAG, "Received public key: " + key);
144 Slog.e(TAG, "Wrong message: "
157 if (DEBUG) Slog.d(TAG, "Closing socket");
164 Slog.e(TAG, "Failed closing output stream: " + e);
173 Slog.e(TAG, "Faile
[all...]
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java50 private static final String TAG = "InstrumentationCoreTestRunner"; field in class:InstrumentationCoreTestRunner
151 Log.d(TAG, "Total memory : " + total);
152 Log.d(TAG, "Used memory : " + used);
153 Log.d(TAG, "Free memory : " + free);
154 Log.d(TAG, "Now executing : " + testClass.getName());
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java30 private static final String TAG = Exif.class.getSimpleName(); field in class:Exif
109 Log.e(TAG, "Invalid length");
137 Log.e(TAG, "Invalid byte order");
145 Log.e(TAG, "Invalid offset");
173 Log.i(TAG, "Unsupported orientation");
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 private static final String TAG = "CameraExif"; field in class:Exif
104 Log.e(TAG, "Invalid length");
132 Log.e(TAG, "Invalid byte order");
140 Log.e(TAG, "Invalid offset");
168 Log.i(TAG, "Unsupported orientation");
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java41 private static final String TAG = "TimeZoneData"; field in class:TimeZoneData
82 Log.i(TAG, "Time to load time zones (ms): " + (System.currentTimeMillis() - now));
86 // Log.i(TAG, "Time to print time zones (ms): " +
124 Log.e(TAG, "Available time zones: " + tzIds.length);
143 Log.e(TAG, "Timezone not found: " + tzId);
151 Log.e(TAG, "# Adding time zone from getAvailId: " + tzInfo.toString());
156 Log.e(TAG,
220 Log.e(TAG, "# Hiding from pretty name search: " +
261 Log.e(TAG, "Total number of tz's = " + mTimeZones.size());
270 Log.e(TAG, "timezone_rename_id
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DAlbumArtCache.java32 private static final String TAG = "AlbumArtCache"; field in class:AlbumArtCache
87 Log.d(TAG, "getOrFetch: album art is in cache, using it " + artUrl);
91 Log.d(TAG, "getOrFetch: starting asynctask to fetch " + artUrl);
107 Log.d(TAG, "doInBackground: putting bitmap in cache. cache size=" + mCache.size());
126 Log.e(TAG, "AlbumArtFetchListener: error while downloading " + artUrl, e);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DAlbumArtCache.java32 private static final String TAG = "AlbumArtCache"; field in class:AlbumArtCache
87 Log.d(TAG, "getOrFetch: album art is in cache, using it " + artUrl);
91 Log.d(TAG, "getOrFetch: starting asynctask to fetch " + artUrl);
107 Log.d(TAG, "doInBackground: putting bitmap in cache. cache size=" + mCache.size());
126 Log.e(TAG, "AlbumArtFetchListener: error while downloading " + artUrl, e);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFaceDetectMapper.java46 private static String TAG = "LegacyFaceDetectMapper"; field in class:LegacyFaceDetectMapper
94 Log.d(TAG,
101 Log.v(TAG, "onFaceDetection - read " + lengthFaces + " faces");
132 Log.w(TAG,
144 Log.w(TAG, "processFaceDetectMode - ignoring control.sceneMode == FACE_PRIORITY; " +
155 Log.w(TAG,
160 Log.w(TAG, "processFaceDetectMode - ignoring unknown statistics.faceDetectMode = "
174 Log.v(TAG, "processFaceDetectMode - start face detection");
180 Log.v(TAG, "processFaceDetectMode - stop face detection");
246 Log.w(TAG, "mapResultFace
[all...]
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java46 private static final String TAG = "AccessoryChat"; field in class:AccessoryChat
73 Log.d(TAG, "permission denied for accessory " + accessory);
101 Log.d(TAG, "intent: " + intent);
116 Log.d(TAG, "mAccessory is null");
140 Log.d(TAG, "openAccessory: " + accessory);
148 Log.d(TAG, "openAccessory succeeded");
150 Log.d(TAG, "openAccessory fail");
159 Log.e(TAG, "write failed", e);
164 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
181 Log.d(TAG, "cha
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvView.java69 private static final String TAG = "TvView"; field in class:TvView
113 Log.d(TAG, "surfaceChanged(holder=" + holder + ", format=" + format + ", width="
142 Log.d(TAG, "onFinishedInputEvent(token=" + token + ", handled=" + handled + ")");
276 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
306 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
348 if (DEBUG) Log.d(TAG, "reset()");
408 if (DEBUG) Log.d(TAG, "setCaptionEnabled(" + enabled + ")");
469 if (DEBUG) Log.d(TAG, "timeShiftPlay(" + recordedProgramUri + ")");
569 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + action
620 if (DEBUG) Log.d(TAG, "dispatchKeyEven
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DVirtualizerTest.java46 private final static String TAG = "VirtualizerTest"; field in class:VirtualizerTest
61 Log.d(TAG, "contructor");
122 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
194 Log.d(TAG,"onEnableStatusChange: "+ enabled);
197 Log.d(TAG,"onControlStatusChange: "+ controlGranted);
203 Log.d(TAG,"onParameterChange, status: "+status+" p: "+p+" v: "+v);
228 Log.e(TAG,"Virtualizer effect not supported");
230 Log.e(TAG,"Virtualizer cannot get strength supported");
232 Log.e(TAG,"Virtualizer library not loaded");
234 Log.e(TAG,"Virtualize
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java53 private String TAG = "CameraFunctionalTest"; field in class:CameraFunctionalTest
64 Log.v(TAG, "starting looper");
69 Log.v(TAG, "quit looper");
138 Log.v(TAG, "Setting exposure compensation index to " + i);
146 Log.e(TAG, e.toString());
169 Log.v(TAG, "Setting flash mode to " + supportedFlashModes.get(i));
177 Log.e(TAG, e.toString());
200 Log.v(TAG, "Setting focus mode to: " + supportedFocusModes.get(i));
208 Log.e(TAG, e.toString());
231 Log.v(TAG, "Settin
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java53 static String TAG = "CameraBinderTest"; field in class:CameraBinderTest
80 Log.v(TAG, "Number of cameras " + numCameras);
92 Log.v(TAG, "Camera " + cameraId + " info: facing " + info.info.facing
111 Log.v(TAG, "Camera " + cameraId + " parameters: " + parameters.substring(0, end));
122 Log.v(TAG, "Camera " + cameraId + " supports api2: " + supports);
162 Log.v(TAG, String.format("Camera %s connected", cameraId));
184 Log.v(TAG, String.format("Camera %s connected as HAL1 legacy device", cameraId));
187 Log.i(TAG, "Unable to open camera as HAL1 legacy camera device " + e);
283 Log.v(TAG, String.format("Camera %s connected", cameraId));
293 Log.v(TAG, Strin
[all...]
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
H A DRanker.java41 private static final String TAG = "RocketRanker"; field in class:Ranker
42 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
54 if (DEBUG) Log.i(TAG, "ENQUEUED " + sbn.getKey());
60 if (DEBUG) Log.i(TAG, "POSTED " + sbn.getKey());
99 Slog.e(TAG, "Failure processing new notification", e);
108 Slog.e(TAG, "Error processing canceled notification", e);
157 if (DEBUG) Log.i(TAG, "CONNECTED");
177 Log.i(TAG, "Summary update for: " + packageName + " "
183 Slog.e(TAG, "Adjustment failed", e);
192 if (DEBUG) Log.i(TAG, "Sendin
[all...]
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java50 private static final String TAG = DirectStatementService.class.getSimpleName(); field in class:DirectStatementService
151 Log.i(TAG, "HTTPS response cache installation failed:" + e);
167 Log.i(TAG, "HTTP(S) response cache deletion failed:" + e);
181 Log.e(TAG, "onStartCommand called with null intent");
194 Log.e(TAG, " Intent does not have extra " + EXTRA_RESULT_RECEIVER);
198 Log.e(TAG, " Intent does not have extra " + EXTRA_SOURCE_ASSET_DESCRIPTORS);
203 Log.e(TAG, " Intent does not have extra " + EXTRA_TARGET_ASSET_DESCRIPTOR);
208 Log.e(TAG, " Intent does not have extra " + EXTRA_RELATION);
214 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
216 Log.e(TAG, "onStartComman
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DIPv6TetheringInterfaceServices.java49 private static final String TAG = IPv6TetheringInterfaceServices.class.getSimpleName(); field in class:IPv6TetheringInterfaceServices
71 Log.e(TAG, "Failed to find NetworkInterface for " + mIfName, e);
79 Log.e(TAG, "Failed to find hardware address for " + mIfName, e);
155 Log.e(TAG, String.format("Failed to remove %d IPv6 routes from local table.",
159 Log.e(TAG, "Failed to remove IPv6 routes from local table: ", e);
189 Log.e(TAG, "Failed to add IPv6 routes to local table: ", e);
200 Log.e(TAG, "No netd service instance available; not setting local IPv6 addresses");
211 Log.e(TAG, "Failed to remove local dns IP: " + dnsString, e);
228 Log.e(TAG, "Failed to add local dns IP: " + dnsString, e);
237 Log.e(TAG, "Faile
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java35 private static final String TAG = "SystemGestures"; field in class:SystemGesturesPointerEventListener
74 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold
113 if (DEBUG) Slog.d(TAG, "Firing debug");
123 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromTop");
126 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromBottom");
129 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromRight");
132 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromLeft");
159 if (DEBUG) Slog.d(TAG, "Ignoring " + event);
166 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
172 if (DEBUG) Slog.d(TAG, "pointe
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java33 private final static String TAG = "StatusBarTest"; field in class:StatusBarTest
43 Log.d(TAG, "onSystemUiVisibilityChange visibility=" + visibility);
49 return TAG;
110 Log.d(TAG, "set 0");
112 Log.d(TAG, "remove 1");
117 Log.d(TAG, "set 1");
120 Log.d(TAG, "set 2");
123 Log.d(TAG, "remove 2");
125 Log.d(TAG, "set 3");
134 Log.d(TAG, "flag
[all...]

Completed in 792 milliseconds

<<11121314151617181920>>