Searched refs:TAG (Results 501 - 525 of 1718) sorted by relevance

<<21222324252627282930>>

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java134 Slog.wtf(WindowManagerService.TAG, "Window Session Crash", e);
196 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from "
202 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to "
231 WindowManagerService.TAG, "IWindow finishDrawing called for " + window);
272 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data);
277 Slog.w(WindowManagerService.TAG, "No drag prepared");
282 Slog.w(WindowManagerService.TAG, "Performing mismatched drag");
288 Slog.w(WindowManagerService.TAG, "Bad requesting window " + window);
313 Slog.e(WindowManagerService.TAG, "Unable to transfer touch focus");
332 WindowManagerService.TAG, ">>> OPE
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java91 private static final String TAG = "DhcpClient"; field in class:DhcpClient
180 super(TAG);
276 Log.wtf(TAG, "Can't determine ifindex or MAC address for " + mIfaceName);
293 Log.e(TAG, "Error creating packet socket", e);
304 Log.e(TAG, "Error creating UDP socket", e);
327 Log.e(TAG, "Error configuring IP address : " + e);
355 Log.d(TAG,
360 Log.e(TAG, "Read error", e);
382 Log.e(TAG, "Can't send packet: ", e);
417 Log.d(TAG, "Schedulin
[all...]
/frameworks/base/location/java/android/location/
H A DLocationManager.java62 private static final String TAG = "LocationManager"; field in class:LocationManager
304 Log.e(TAG, "locationCallbackFinished: RemoteException", e);
338 Log.e(TAG, "RemoteException", e);
354 Log.e(TAG, "RemoteException", e);
379 Log.e(TAG, "RemoteException", e);
399 Log.e(TAG, "RemoteException", e);
431 Log.e(TAG, "RemoteException", e);
882 Log.e(TAG, "RemoteException", e);
908 Log.e(TAG, "RemoteException", e);
927 Log.e(TAG, "RemoteExceptio
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java47 final private static String TAG = "IntentResolver"; field in class:IntentResolver
54 Slog.v(TAG, "Adding filter: " + f);
55 f.dump(new LogPrinter(Log.VERBOSE, TAG, Log.LOG_ID_SYSTEM), " ");
56 Slog.v(TAG, " Building Lookup Maps:");
198 Slog.v(TAG, "Removing filter: " + f);
199 f.dump(new LogPrinter(Log.VERBOSE, TAG, Log.LOG_ID_SYSTEM), " ");
200 Slog.v(TAG, " Cleaning Lookup Maps:");
381 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
401 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
403 if (debug) Slog.v(TAG, "Secon
[all...]
/frameworks/base/core/java/android/app/
H A DActivityView.java51 private static final String TAG = "ActivityView"; field in class:ActivityView
125 if (DEBUG) Log.v(TAG, "ctor()");
168 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer +
174 if (DEBUG) Log.v(TAG, "onDetachedFromWindow(): mActivityContainer=" + mActivityContainer +
189 if (DEBUG) Log.v(TAG, "startActivity(): intent=" + intent + " " +
203 if (DEBUG) Log.v(TAG, "startActivityIntentSender(): intentSender=" + intentSender + " " +
218 if (DEBUG) Log.v(TAG, "startActivityPendingIntent(): PendingIntent=" + pendingIntent + " "
227 if (DEBUG) Log.v(TAG, "release() mActivityContainer=" + mActivityContainer +
230 Log.e(TAG, "Duplicate call to release");
305 if (DEBUG) Log.d(TAG, "onSurfaceTextureAvailabl
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java35 private static final String TAG = "CaptureCollector"; field in class:CaptureCollector
99 Log.w(TAG, "Preview buffers dropped for request: " +
108 Log.w(TAG, "Jpeg buffers dropped for request: " +
125 Log.d(TAG, "setJpegTimestamp - called for request " + mRequest.getRequestId());
153 Log.d(TAG, "setJpegProduced - called for request " + mRequest.getRequestId());
170 Log.d(TAG, "setJpegFailed - called for request " + mRequest.getRequestId());
184 Log.d(TAG, "setPreviewTimestamp - called for request " + mRequest.getRequestId());
214 Log.d(TAG, "setPreviewProduced - called for request " + mRequest.getRequestId());
231 Log.d(TAG, "setPreviewFailed - called for request " + mRequest.getRequestId());
320 Log.d(TAG, "queueReques
[all...]
/frameworks/base/core/java/android/view/
H A DChoreographer.java74 private static final String TAG = "Choreographer"; field in class:Choreographer
363 Log.d(TAG, "PostCallback: type=" + callbackType
407 Log.d(TAG, "RemoveCallbacks: type=" + callbackType
523 Log.d(TAG, "Scheduling next frame on vsync.");
540 Log.d(TAG, "Scheduling next frame in " + (nextFrameTime - now) + " ms.");
558 Log.d(TAG, "Frame time delta: "
568 Log.i(TAG, "Skipped " + skippedFrames + " frames! "
573 Log.d(TAG, "Missed vsync by " + (jitterNanos * 0.000001f) + " ms "
584 Log.d(TAG, "Frame time appears to be going backwards. May be due to a "
615 Log.d(TAG, "Fram
[all...]
H A DDisplayEventReceiver.java37 private static final String TAG = "DisplayEventReceiver"; field in class:DisplayEventReceiver
131 Log.w(TAG, "Attempted to schedule a vertical sync pulse but the display event "
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java50 private static final String TAG = "GpsNetInitiatedHandler"; field in class:GpsNetInitiatedHandler
161 if (DEBUG) Log.v(TAG, "ACTION_NEW_OUTGOING_CALL - " + getInEmergency());
164 if (DEBUG) Log.d(TAG, "location enabled :" + getLocationEnabled());
197 if (DEBUG) Log.d(TAG, "onCallStateChanged(): state is "+ state);
256 if (DEBUG) Log.d(TAG, "in handleNiNotification () :"
284 if (DEBUG) Log.d(TAG, "in handleNi () :"
297 Log.e(TAG, "RemoteException in sendNiResponse");
318 Log.e(TAG, "RemoteException in sendNiResponse");
326 if (DEBUG) Log.d(TAG, "in handleNiInEs () :"
347 Log.e(TAG, "RemoteExceptio
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastControllerImpl.java46 private static final String TAG = "CastController"; field in class:CastControllerImpl
47 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
68 if (DEBUG) Log.d(TAG, "new CastController()");
106 if (DEBUG) Log.d(TAG, "setDiscovering: " + request);
169 if (DEBUG) Log.d(TAG, "startCasting: " + routeToString(route));
176 if (DEBUG) Log.d(TAG, "stopCasting isProjection=" + isProjection);
182 Log.w(TAG, "Projection is no longer active: " + projection);
203 if (DEBUG) Log.d(TAG, "setProjection: " + oldProjection + " -> " + mProjection);
218 Log.w(TAG, "No label found for package: " + packageName);
220 Log.w(TAG, "Erro
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java42 private static final String TAG = "UsageStatsDatabase"; field in class:UsageStatsDatabase
146 Slog.e(TAG, "Failed to check-in", e);
159 Slog.e(TAG, "Failed to mark file " + file.getBaseFile().getPath()
190 Slog.d(TAG, "Found " + files.length + " stat files for interval " + i);
198 Slog.e(TAG, "failed to index file: " + f, e);
239 Slog.i(TAG, "Upgrading from version " + version + " to " + CURRENT_VERSION);
251 Slog.e(TAG, "Failed to write new version");
267 Slog.i(TAG, "Deleting all usage stats files");
319 Slog.i(TAG, logBuilder.toString());
346 Slog.e(TAG, "Faile
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java49 private static final String TAG = "WCFG"; field in class:ConfigBuilder
53 Log.d(TAG, "Content: " + (data != null ? data.length : -1));
56 Log.d(TAG, "Decoded: " + b64.length + " bytes.");
71 Log.d(TAG, "Building container from '" +
100 Log.d(TAG, " + Content Type: " + subContainer.getContentType());
109 Log.d(TAG, "OMA: " + moText);
120 Log.d(TAG, "Cert subject " + caCert.getSubjectX500Principal());
121 Log.d(TAG, "Full Cert: " + caCert);
135 Log.d(TAG, "---- Start PKCS12 info " + octets.length + ", size " + ks.size());
140 Log.d(TAG, "Ke
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java42 static final String TAG = "PowerUI"; field in class:PowerUI
43 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
172 Slog.d(TAG, "buckets ....." + mLowBatteryAlertCloseLevel
175 Slog.d(TAG, "level " + oldBatteryLevel + " --> " + mBatteryLevel);
176 Slog.d(TAG, "status " + oldBatteryStatus + " --> " + mBatteryStatus);
177 Slog.d(TAG, "plugType " + oldPlugType + " --> " + mPlugType);
178 Slog.d(TAG, "invalidCharger " + oldInvalidCharger + " --> " + mInvalidCharger);
179 Slog.d(TAG, "bucket " + oldBucket + " --> " + bucket);
180 Slog.d(TAG, "plugged " + oldPlugged + " --> " + plugged);
185 Slog.d(TAG, "showin
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java62 private static final String TAG = "LockdownVpnTracker"; field in class:LockdownVpnTracker
141 Slog.d(TAG, "handleStateChanged: egress=" + egressTypeName +
164 Slog.d(TAG, "Active network connected; starting VPN");
175 Slog.e(TAG, "Failed to start VPN", e);
179 Slog.e(TAG, "Invalid VPN profile; requires IP-based server and DNS");
192 Slog.d(TAG, "VPN connected using iface=" + iface +
226 Slog.d(TAG, "initLocked()");
254 Slog.d(TAG, "shutdownLocked()");
275 Slog.d(TAG, "reset()");
351 NotificationManager.from(mContext).notify(TAG,
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java65 static final String TAG = "ApplicationsState"; field in class:ApplicationsState
271 if (DEBUG_LOCKING) Log.v(TAG, "getEntry about to acquire lock...");
280 Log.w(TAG, "getEntry couldn't reach PackageManager", e);
288 if (DEBUG_LOCKING) Log.v(TAG, "...getEntry releasing lock");
314 if (DEBUG_LOCKING) Log.v(TAG, "requestSize about to acquire lock...");
320 if (DEBUG_LOCKING) Log.v(TAG, "...requestSize releasing lock");
326 if (DEBUG_LOCKING) Log.v(TAG, "sumCacheSizes about to acquire lock...");
328 if (DEBUG_LOCKING) Log.v(TAG, "-> sumCacheSizes now has lock");
332 if (DEBUG_LOCKING) Log.v(TAG, "...sumCacheSizes releasing lock");
351 if (DEBUG_LOCKING) Log.v(TAG, "addPackag
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java70 private static final String TAG = "Filter"; field in class:Filter
78 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
250 if (mLogVerbose) Log.v(TAG, "Default-setting output Frame timestamp on port " + name + " to " + mCurrentTimestamp);
260 if (mLogVerbose) Log.v(TAG, "Default-setting current timestamp from input port " + name + " to " + mCurrentTimestamp);
315 if (mLogVerbose) Log.v(TAG, "Filter " + this + " adding " + port);
331 if (mLogVerbose) Log.v(TAG, "Filter " + this + " adding " + port);
349 if (mLogVerbose) Log.v(TAG, "Filter " + this + " adding " + port);
367 if (mLogVerbose) Log.v(TAG, "Filter " + this + " adding " + fieldPort);
388 if (mLogVerbose) Log.v(TAG, "Filter " + this + " adding " + programPort);
446 if (mLogVerbose) Log.v(TAG, "Preparin
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java55 private static final String TAG = "NotifManCompat"; field in class:NotificationManagerCompat
362 if (Log.isLoggable(TAG, Log.DEBUG)) {
363 Log.d(TAG, "Connected to service " + componentName);
372 if (Log.isLoggable(TAG, Log.DEBUG)) {
373 Log.d(TAG, "Disconnected from service " + componentName);
399 Log.w(TAG, "Permission present on component " + componentName
408 if (Log.isLoggable(TAG, Log.DEBUG)) {
409 Log.d(TAG, "Adding listener record for " + componentName);
420 if (Log.isLoggable(TAG, Log.DEBUG)) {
421 Log.d(TAG, "Removin
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java116 private static final String TAG = "AccountManagerService"; field in class:AccountManagerService
334 Slog.wtf(TAG, "Account Manager Crash", e);
394 Slog.w(TAG, "deleting account " + accountName + " because type "
476 Log.d(TAG, "deleting grants for UID " + uid
532 if (Log.isLoggable(TAG, Log.VERBOSE)) {
533 Log.v(TAG, "getPassword: " + account
578 if (Log.isLoggable(TAG, Log.VERBOSE)) {
579 Log.v(TAG, "getPreviousName: " + account
631 if (Log.isLoggable(TAG, Log.VERBOSE)) {
634 Log.v(TAG, ms
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java87 static final String TAG = "SMSDispatcher"; // accessed from inner class field in class:SMSDispatcher
200 Rlog.d(TAG, "SMSDispatcher: ctor mSmsCapable=" + mSmsCapable + " format=" + getFormat()
227 Rlog.d(TAG, "Active phone changed to " + mPhone.getPhoneName() );
257 Rlog.d(TAG, "handleStatusReport() called with no subclass.");
282 Rlog.d(TAG, "SMS retry..");
328 Rlog.e(TAG, "handleMessage() ignoring message of unexpected type " + msg.what);
348 Rlog.e(TAG, "bindService() for carrier messaging service failed");
353 Rlog.d(TAG, "bindService() for carrier messaging service succeeded");
384 Rlog.e(TAG, "Exception sending the SMS: " + e);
417 Rlog.e(TAG, "Exceptio
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java39 private static final String TAG = "FileBackupHelper"; field in class:FileBackupHelper
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DSharedPreferencesBackupHelper.java70 private static final String TAG = "SharedPreferencesBackupHelper"; field in class:SharedPreferencesBackupHelper
122 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java50 private static final String TAG = "BluetoothLeAdvertiser"; field in class:BluetoothLeAdvertiser
135 Log.e(TAG, "Failed to get Bluetooth gatt - ", e);
266 Log.e(TAG, "Failed to start registeration", e);
280 Log.e(TAG, "remote exception when unregistering", e);
292 Log.e(TAG, "Failed to stop advertising", e);
308 Log.d(TAG, "onClientRegistered() - status=" + status + " clientIf=" + clientIf);
317 Log.e(TAG, "failed to start advertising", e);
347 Log.e(TAG, "remote exception when unregistering", e);
/frameworks/base/core/java/android/net/
H A DSSLSessionCache.java41 private static final String TAG = "SSLSessionCache"; field in class:SSLSessionCache
102 Log.w(TAG, "Unable to create SSL session cache in " + dir, e);
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java32 private static final String TAG = "AllCapsTransformationMethod"; field in class:AllCapsTransformationMethod
44 Log.w(TAG, "Caller did not enable length changes; not transforming text");
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownActivity.java30 private static final String TAG = "ShutdownActivity"; field in class:ShutdownActivity
41 Slog.i(TAG, "onCreate(): confirm=" + mConfirm);

Completed in 1882 milliseconds

<<21222324252627282930>>