Searched refs:TAG (Results 601 - 625 of 1718) sorted by relevance

<<21222324252627282930>>

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java38 private static Log.Tag TAG = new Log.Tag("CamCapabs"); field in class:CameraCapabilities
683 Log.v(TAG, "Zoom is not supported");
688 Log.v(TAG, "Zoom ratio is not supported: ratio = " +
699 Log.v(TAG, "Exposure compensation index is not supported. Min = " +
713 Log.w(TAG, "Focus mode not supported... trying FIXED");
716 Log.v(TAG, "Focus mode not supported:" +
727 Log.v(TAG,
739 Log.v(TAG, "Unsupported photo size:" + photoSize);
748 Log.v(TAG, "Unsupported preview size:" + previewSize);
756 Log.v(TAG, "Vide
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DClusterManager.java39 private static String TAG = "ClusterManager"; field in class:ClusterManager
121 Log.v(TAG, "sample duration: " + duration +
129 Log.v(TAG, "clulster " + i + " is within " + distance + " meters");
155 Log.v(TAG, "collect duration: " + collectDuration);
162 Log.v(TAG, "refresh duration: " + refreshDuration);
194 Log.v(TAG, mLocationClusters.size() + " location clusters after consolidate");
210 Log.v(TAG, distance + "distance to semantic cluster: " +
228 Log.v(TAG, mSemanticClusters.size() + " semantic clusters after consolidate");
282 Log.e(TAG, "load " + mSemanticClusterCount + " semantic clusters.");
307 Log.e(TAG, "savin
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java148 static final String TAG = "InputMethodManagerService"; field in class:InputMethodManagerService
518 Slog.w(TAG, "Unexpected intent " + intent);
530 Slog.i(TAG, "Restoring enabled input methods:");
531 Slog.i(TAG, "prev=" + prevValue);
532 Slog.i(TAG, " new=" + newValue);
551 Slog.i(TAG, "Merged IME string:");
552 Slog.i(TAG, " " + mergedImesAndSubtypesString);
609 Slog.d(TAG, "--- ignore this call back from a background user: " + userId);
667 Slog.i(TAG, "Input method uninstalled, disabling: "
692 Slog.i(TAG, "Curren
[all...]
H A DCommonTimeManagementService.java51 private static final String TAG = CommonTimeManagementService.class.getSimpleName(); field in class:CommonTimeManagementService
152 Log.i(TAG, "No common time service detected on this platform. " +
258 Log.w(TAG, String.format("Native service died, will reconnect in %d mSec",
266 Log.i(TAG, "Timeout waiting for interface to come up. " +
337 Log.e(TAG, String.format("Binding common time service to %s.", bindIface));
341 Log.e(TAG, "Unbinding common time service.");
345 Log.e(TAG, String.format("Switching common time service binding from %s to %s.",
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java96 static final String TAG = "WallpaperManagerService"; field in class:WallpaperManagerService
268 Slog.w(TAG, "Wallpaper service gone: " + mWallpaper.wallpaperComponent);
280 Slog.w(TAG, "Reverting to built-in wallpaper!");
302 Slog.w(TAG, "Failed to set wallpaper dimensions", e);
310 Slog.w(TAG, "Failed to set wallpaper padding", e);
359 Slog.w(TAG, "Wallpaper no longer available; reverting to default");
438 Slog.w(TAG, "Wallpaper uninstalled, removing: "
458 Slog.w(TAG, "Wallpaper component gone, removing: "
477 if (DEBUG) Slog.v(TAG, "WallpaperService startup");
505 if (DEBUG) Slog.v(TAG, "systemRead
[all...]
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java58 static final String TAG = "NFC"; field in class:NfcAdapter
157 public static final String EXTRA_TAG = "android.nfc.extra.TAG";
412 Log.e(TAG, "Cannot get package manager, assuming no NFC feature");
418 Log.e(TAG, "Package manager query failed, assuming no NFC feature", e);
432 Log.v(TAG, "this device does not have NFC support");
438 Log.e(TAG, "could not retrieve NFC service");
444 Log.e(TAG, "could not retrieve NFC Tag service");
451 Log.e(TAG, "could not retrieve card emulation service");
526 Log.w(TAG, "WARNING: NfcAdapter.getDefaultAdapter() is deprecated, use " +
578 Log.e(TAG, "NF
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java57 private static final String TAG = "MediaRouteProviderSrv"; // max. 23 chars field in class:MediaRouteProviderService
58 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
145 Log.d(TAG, client + ": Registered, version=" + version);
165 Log.d(TAG, client + ": Unregistered");
179 Log.d(TAG, client + ": Binder died");
191 Log.d(TAG, client + ": Route controller created"
207 Log.d(TAG, client + ": Route controller released"
226 Log.d(TAG, client + ": Route selected"
245 Log.d(TAG, client + ": Route unselected"
264 Log.d(TAG, clien
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java285 static final String TAG = "PackageManager"; field in class:PackageManagerService
694 if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG,
706 Slog.i(TAG, "Received verification response " + verificationId
713 if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG, "IntentFilter " + filter.toString()
727 Slog.w(TAG, "IntentFilterVerificationInfo not found for verificationId:"
731 if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG,
795 Slog.d(TAG, "Adding verification filter for " + packageName + " : " + filter);
925 if (DEBUG_SD_INSTALL) Log.i(TAG, "onServiceConnected");
932 if (DEBUG_SD_INSTALL) Log.i(TAG, "onServiceDisconnected");
1025 Log.e(TAG, "Faile
[all...]
/frameworks/base/core/java/android/util/
H A DArraySet.java48 private static final String TAG = "ArraySet"; field in class:ArraySet
163 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
177 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
199 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
213 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
358 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
365 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
374 if (DEBUG) Log.d(TAG, "add: move " + index + "-" + (mSize-index)
431 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
443 if (DEBUG) Log.d(TAG, "remov
[all...]
H A DEventLog.java47 private static final String TAG = "EventLog"; field in class:EventLog
121 Log.wtf(TAG, "Illegal entry payload: tag=" + getTag(), e);
124 Log.wtf(TAG, "Truncated entry payload: tag=" + getTag(), e);
149 Log.wtf(TAG, "UTF-8 is not supported", e);
259 Log.wtf(TAG, "Bad entry in " + TAGS_FILE + ": " + line);
269 Log.wtf(TAG, "Error in " + TAGS_FILE + ": " + line, e);
273 Log.wtf(TAG, "Error reading " + TAGS_FILE, e);
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java53 private static final String TAG = "AudioPolicy"; field in class:AudioPolicy
115 Log.e(TAG, "No event handler due to looper without a thread");
219 Log.e(TAG, "Cannot use unregistered AudioPolicy");
223 Log.e(TAG, "Cannot use AudioPolicy without context");
227 Log.e(TAG, "Cannot use unregistered AudioPolicy");
233 Slog.w(TAG, "Cannot use AudioPolicy for pid " + Binder.getCallingPid() + " / uid "
312 Log.e(TAG, "Dead object in setFocusPropertiesForPolicy for behavior", e);
332 Log.e(TAG, "Cannot create AudioRecord sink for AudioMix");
371 Log.e(TAG, "Cannot create AudioTrack source for AudioMix");
429 Log.v(TAG, "notifyAudioFocusGran
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java33 private static final String TAG = "ArrayMap"; field in class:SimpleArrayMap
147 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
161 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
183 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
197 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
395 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
402 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
411 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Log.d(TAG, "remov
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java76 private static final String TAG = "MediaSessionService"; field in class:MediaSessionService
77 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
137 Log.d(TAG, "Unknown session updated. Ignoring.");
155 Log.wtf(TAG, "Error sending volume change to system UI.", e);
163 Log.d(TAG, "Unknown session changed playback state. Ignoring.");
176 Log.d(TAG, "Unknown session changed playback type. Ignoring.");
255 Log.i(TAG, "ActiveSessionsListener " + listener.mComponentName
380 Log.d(TAG, "Checking if enabled notification listener " + compName);
394 Log.d(TAG, "ok to get sessions: " + component +
403 Log.d(TAG, "no
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java46 private static final String TAG = "CachedBluetoothDevice"; field in class:CachedBluetoothDevice
126 Log.d(TAG, "onProfileStateChanged: profile " + profile +
131 if (Utils.D) Log.d(TAG, " BT Turninig Off...Profile conn state change ignored...");
153 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
189 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
219 Log.d(TAG, "No profiles. Maybe we will connect later");
235 if (DEBUG) Log.d(TAG, "Preferred profiles = " + preferredProfiles);
277 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
281 Log.i(TAG, "Failed to connect " + profile.toString() + " to " + mName);
328 Log.d(TAG, "Comman
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DRecentTasks.java43 private static final String TAG = TAG_WITH_CLASS_NAME ? "RecentTasks" : TAG_AM; field in class:RecentTasks
44 private static final String TAG_RECENTS = TAG + POSTFIX_RECENTS;
45 private static final String TAG_TASKS = TAG + POSTFIX_TASKS;
78 Slog.i(TAG, "Can't remove recent task on user " + userId);
125 Slog.w(TAG, "Removing auto-remove without activity: " + task);
168 Slog.w(TAG, "Removing no longer valid recent: " + task);
225 Slog.wtf(TAG, "Bad chain @" + endIndex
234 Slog.wtf(TAG, "Bad chain @" + endIndex
246 Slog.wtf(TAG, "Bad chain @" + endIndex
256 Slog.wtf(TAG, "Ba
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java50 private static final String TAG = "UsageStatsService"; field in class:UserUsageStatsService
100 Slog.w(TAG, mLogPrefix + "Some stats have no latest available");
116 Slog.i(TAG, mLogPrefix + "Rollover scheduled @ " +
178 Slog.d(TAG, mLogPrefix + "Got usage event for " + event.mPackage
288 Slog.d(TAG, mLogPrefix + "Bad intervalType used " + intervalType);
296 Slog.d(TAG, mLogPrefix + "SELECT * FROM " + intervalType + " WHERE beginTime >= "
302 Slog.d(TAG, mLogPrefix + "Requesting stats after " + beginTime + " but latest is "
318 Slog.d(TAG, "Got " + (results != null ? results.size() : 0) + " results from disk");
319 Slog.d(TAG, "Current stats beginTime=" + currentStats.beginTime +
326 Slog.d(TAG, mLogPrefi
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java116 private static final String TAG = "WifiService"; field in class:WifiServiceImpl
174 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
179 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
185 if (DBG) Slog.d(TAG, "Send failed, client connection lost");
187 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
218 if (DBG) Slog.d(TAG, "Connect with config" + config);
222 if (DBG) Slog.d(TAG, "Connect with networkId" + networkId);
225 Slog.e(TAG, "ClientHandler.handleMessage ignoring invalid msg=" + msg);
240 Slog.e(TAG, "Forget is not authorized for user");
253 Slog.d(TAG, "ClientHandle
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java54 private static final String TAG = "AHT"; field in class:AdapterHelper
232 Log.d(TAG, "dispatch (pre)" + op);
233 Log.d(TAG, "postponed state before:");
235 Log.d(TAG, updateOp.toString());
237 Log.d(TAG, "----");
244 Log.d(TAG, "pos:" + op.positionStart + ",updatedPos:" + tmpStart);
263 Log.d(TAG, "pos:" + pos + ",updatedPos:" + updatedPos);
280 Log.d(TAG, "need to dispatch separately " + tmp);
296 Log.d(TAG, "dispatching:" + tmp);
302 Log.d(TAG, "pos
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java41 private static final String TAG = "HdmiControlManager"; field in class:HdmiControlManager
393 Log.e(TAG, "HdmiControlService is not available");
397 Log.e(TAG, "listener is already registered");
405 Log.e(TAG, "failed to add hotplug event listener: ", e);
416 Log.e(TAG, "HdmiControlService is not available");
421 Log.e(TAG, "tried to remove not-registered listener");
427 Log.e(TAG, "failed to remove hotplug event listener: ", e);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java41 private static String TAG = "PhoneFallbackEventHandler"; field in class:PhoneFallbackEventHandler
133 Log.i(TAG, "Not starting call activity because user "
157 Log.i(TAG, "Not dispatching CAMERA long press because user "
192 Log.i(TAG, "Not dispatching SEARCH long press because user "
205 Log.d(TAG, "up " + keyCode);
256 Log.i(TAG, "Not starting call activity because user "
273 Log.w(TAG, "No activity found for android.intent.action.CALL_BUTTON.");
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java41 private static final String TAG = "SystemBackupAgent"; field in class:SystemBackupAgent
88 Slog.e(TAG, "Couldn't get wallpaper name\n" + re);
139 Slog.e(TAG, "Couldn't restore settings\n" + re);
145 Slog.d(TAG, "restore failed", ex);
155 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
174 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
186 Slog.e(TAG, "Couldn't restore settings\n" + re);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java35 private final String TAG = "MultidexLegacyTestService" + getId(); field in class:AbstractService
49 Log.i(TAG, "onCreate");
63 Log.i(TAG, "Writing 0x42434445 at " + raf.length() + " in " + resultFile.getPath());
70 Log.i(TAG, "Multi dex installation done.");
73 Log.i(TAG, "Saving the result (" + value + ") to " + resultFile.getPath());
78 Log.i(TAG, "Writing result at " + raf.length() + " in " + resultFile.getPath());
87 Log.i(TAG, "creating complete file " + resultFile.getPath());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java36 private static final String TAG = "DozeScrimController"; field in class:DozeScrimController
37 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
108 if (DEBUG) Log.d(TAG, "Cancel pulsing");
221 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing + " mPulseReason="
240 if (DEBUG) Log.d(TAG, "Pulse in finished, mDozing=" + mDozing);
249 if (DEBUG) Log.d(TAG, "Pulse out, mDozing=" + mDozing);
259 if (DEBUG) Log.d(TAG, "Pulse out finished");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightController.java37 private static final String TAG = "FlashlightController"; field in class:FlashlightController
38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
64 Log.e(TAG, "Couldn't initialize.", e);
84 Log.e(TAG, "Couldn't set torch mode", e);
119 HandlerThread thread = new HandlerThread(TAG, Process.THREAD_PRIORITY_BACKGROUND);
209 if (DEBUG) Log.d(TAG, "dispatchAvailabilityChanged(" + available + ")");
221 if (DEBUG) Log.d(TAG, "dispatchModeChanged(" + enabled + ")");
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java33 private static final String TAG = "BitmapUtils"; field in class:BitmapUtils
174 Log.w(TAG, "unable recycle bitmap", t);
217 Log.e(TAG, "createVideoThumbnail", e);
219 Log.e(TAG, "createVideoThumbnail", e);
221 Log.e(TAG, "createVideoThumbnail", e);
223 Log.e(TAG, "createVideoThumbnail", e);
225 Log.e(TAG, "createVideoThumbnail", e);

Completed in 1977 milliseconds

<<21222324252627282930>>