Searched refs:TAG (Results 351 - 375 of 1718) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java103 private static final String TAG = "GpsLocationProvider"; field in class:GpsLocationProvider
105 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
106 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
438 if (DEBUG) Log.d(TAG, "receive broadcast intent, action: " + action);
484 Log.d(TAG, "received SIM related action: ");
489 Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
495 Log.d(TAG, "SIM MCC/MNC is still not available");
533 Log.d(TAG, "Reset GPS properties, previous size = " + properties.size());
546 Log.d(TAG, "GPS properties reloaded, size = " + properties.size());
557 Log.e(TAG, "unabl
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java77 private static final String TAG = "TvInputService"; field in class:TvInputService
126 Log.w(TAG, "Creating session without input channel");
329 if (DEBUG) Log.d(TAG, "notifySessionEvent(" + eventType + ")");
334 Log.w(TAG, "error in sending event (event=" + eventType + ")", e);
354 if (DEBUG) Log.d(TAG, "notifyChannelRetuned");
359 Log.w(TAG, "error in notifyChannelRetuned", e);
394 if (DEBUG) Log.d(TAG, "notifyTracksChanged");
399 Log.w(TAG, "error in notifyTracksChanged", e);
424 if (DEBUG) Log.d(TAG, "notifyTrackSelected");
429 Log.w(TAG, "erro
[all...]
H A DTvView.java67 private static final String TAG = "TvView"; field in class:TvView
111 Log.d(TAG, "surfaceChanged(holder=" + holder + ", format=" + format + ", width="
140 Log.d(TAG, "onFinishedInputEvent(token=" + token + ", handled=" + handled + ")");
263 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
292 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
334 if (DEBUG) Log.d(TAG, "reset()");
396 if (DEBUG) Log.d(TAG, "setCaptionEnabled(" + enabled + ")");
528 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + action
579 if (DEBUG) Log.d(TAG, "dispatchKeyEvent(" + event + ")");
594 if (DEBUG) Log.d(TAG, "dispatchTouchEven
[all...]
/frameworks/base/core/java/android/content/
H A DContentValues.java33 public static final String TAG = "ContentValues"; field in class:ContentValues
269 Log.e(TAG, "Cannot parse Long value for " + value + " at key " + key);
273 Log.e(TAG, "Cannot cast value for " + key + " to a Long: " + value, e);
294 Log.e(TAG, "Cannot parse Integer value for " + value + " at key " + key);
298 Log.e(TAG, "Cannot cast value for " + key + " to a Integer: " + value, e);
319 Log.e(TAG, "Cannot parse Short value for " + value + " at key " + key);
323 Log.e(TAG, "Cannot cast value for " + key + " to a Short: " + value, e);
344 Log.e(TAG, "Cannot parse Byte value for " + value + " at key " + key);
348 Log.e(TAG, "Cannot cast value for " + key + " to a Byte: " + value, e);
369 Log.e(TAG, "Canno
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java45 private final static String TAG = "AndroidRuntime"; field in class:RuntimeInit
77 Clog_e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
86 Clog_e(TAG, message.toString(), e);
94 Clog_e(TAG, "Error reporting crash", t2);
107 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
152 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
239 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
242 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
253 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
271 if (DEBUG) Slog.d(TAG, "RuntimeIni
[all...]
H A DTransferPipe.java36 static final String TAG = "TransferPipe"; field in class:TransferPipe
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
192 Slog.w(TAG, "Pipe has been closed...");
199 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
209 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
237 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
239 if (DEBUG) Slog.i(TAG, "Interrupte
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java102 private static final String TAG = "CameraSource"; field in class:CameraSource
109 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
127 if (mLogVerbose) Log.v(TAG, "Preparing");
134 if (mLogVerbose) Log.v(TAG, "Opening");
166 if (mLogVerbose) Log.v(TAG, "Processing new frame");
177 if (mLogVerbose) Log.v(TAG, "Interrupted while waiting for new frame");
181 if (mLogVerbose) Log.v(TAG, "Got new frame");
186 if (mLogVerbose) Log.v(TAG, "Using frame extractor in thread: " + Thread.currentThread());
200 if (mLogVerbose) Log.v(TAG, "Timestamp: " + (timestamp / 1000000000.0) + " s");
208 if (mLogVerbose) Log.v(TAG, "Don
[all...]
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java52 private static final String TAG = "LockScreenTestActivity"; field in class:KeyguardTestActivity
74 Log.v(TAG, "Keyguard is shown, windowToken = " + windowToken);
96 Log.v(TAG, "onServiceConnected()");
109 Log.w(TAG, "Couldn't linkToDeath");
115 // Log.v(TAG, "Remote service died trying to call onSystemReady");
121 Log.v(TAG, "onServiceDisconnected()");
131 Log.v(TAG, "BINDING SERVICE: " + KEYGUARD_CLASS);
133 Log.v(TAG, "FAILED TO BIND TO KEYGUARD!");
136 Log.v(TAG, "Service already bound");
151 Log.v(TAG, "Bindin
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewSharedElementHelper.java39 private static final String TAG = "DetailsOverviewSharedElementHelper"; field in class:DetailsOverviewSharedElementHelper
63 Log.d(TAG, "saveImageViewScale: "+mSavedScaleType);
81 Log.d(TAG, "changeImageViewScale to "+snapshotImageView.getScaleType());
93 Log.d(TAG, "restoreImageViewScale to "+mSavedScaleType);
110 Log.d(TAG, "onSharedElementStart " + mActivityToRunTransition);
147 Log.d(TAG, "onSharedElementEnd " + mActivityToRunTransition);
180 Log.d(TAG, "postponeEnterTransition " + mActivityToRunTransition);
192 Log.d(TAG, "timeout " + mActivityToRunTransition);
202 Log.d(TAG, "onBindToDrawable, could start transition of " + mActivityToRunTransition);
206 Log.d(TAG, "rebin
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java42 static final String TAG = "NativeMedia"; field in class:NativeMedia
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
92 Log.v(TAG, "surfaceCreated");
97 Log.v(TAG, "surfaceDestroyed");
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
114 Log.v(TAG, "surfaceCreated");
119 Log.v(TAG, "surfaceDestroyed");
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
146 Log.v(TAG, "onVideoSizeChanged width=" + width + ", height=" + height);
164 Log.v(TAG, "onItemSelecte
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java79 private static final String TAG = "MediaFocusControl"; field in class:MediaFocusControl
158 if (DEBUG_RC) { Log.d(TAG, "NotificationListenerObserver.onChange()"); }
181 if (DEBUG_RC) { Log.d(TAG, "ok to register Rcd: has MEDIA_CONTENT_CONTROL permission");}
202 if (DEBUG_RC) { Log.d(TAG, "ok to register RCC: " + component +
209 if (DEBUG_RC) { Log.d(TAG, "not ok to register RCD, " + listenerComp +
226 Slog.w(TAG, "Access denied to process: " + Binder.getCallingPid() +
239 Slog.w(TAG, "Access denied to process: " + Binder.getCallingPid() +
251 if (DEBUG_RC) { Log.d(TAG, "onReevaluateRemoteControlDisplays()"); }
258 if (DEBUG_RC) { Log.d(TAG, " > enabled list: " + enabledNotifListeners); }
292 Log.e(TAG, "Erro
[all...]
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointManager.java44 private static final String TAG = "PasspointManager"; field in class:WifiPasspointManager
225 Log.d(TAG, "peekListener() key=" + key);
235 Log.d(TAG, "getListener() key=" + key + " force=" + forceRemove);
241 Log.d(TAG, "count=" + count);
246 Log.d(TAG, "remove key");
253 Log.d(TAG, "anqpRequestStart sr.bssid=" + sr.BSSID);
260 Log.d(TAG, "anqpRequestFinish pi.bssid=" + result.bssid);
264 Log.d(TAG, "find hit " + result.bssid);
267 Log.d(TAG, "mAnqpRequest.len=" + mAnqpRequest.size());
274 Log.d(TAG, "anqpRequestFinis
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java113 private static final String TAG = "BackupAgent"; field in class:BackupAgent
464 Log.w(TAG, "Unable to obtain canonical paths");
472 Log.w(TAG, "lib, cache, code_cache, and no_backup files are not backed up");
494 Log.w(TAG, "File " + filePath + " is in an unsupported location; skipping");
501 if (DEBUG) Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
549 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
560 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
566 if (DEBUG) Log.w(TAG, "Error scanning file " + file + " : " + e);
710 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
725 if (DEBUG) Log.i(TAG, "["
773 private static final String TAG = "BackupServiceBinder"; field in class:BackupAgent.BackupServiceBinder
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java65 private static final String TAG = "MediaSessionRecord"; field in class:MediaSessionRecord
256 Log.w(TAG, "Muting remote playback is not supported");
272 Log.d(TAG, "Adjusted optimistic volume to " + mOptimisticVolume + " max is "
300 Log.d(TAG, "Set optimistic volume to " + mOptimisticVolume + " max is "
494 Log.w(TAG, "Removed dead callback in pushPlaybackStateUpdate.", e);
496 Log.w(TAG, "unexpected exception in pushPlaybackStateUpdate.", e);
512 Log.w(TAG, "Removing dead callback in pushMetadataUpdate. ", e);
515 Log.w(TAG, "unexpected exception in pushMetadataUpdate. ", e);
532 Log.w(TAG, "Removed dead callback in pushQueueUpdate.", e);
534 Log.w(TAG, "unexpecte
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DWiredAccessoryManager.java54 private static final String TAG = WiredAccessoryManager.class.getSimpleName(); field in class:WiredAccessoryManager
123 if (LOG) Slog.v(TAG, "notifyWiredAccessoryChanged: when=" + whenNanos
189 if (LOG) Slog.v(TAG, "newName=" + newName
195 Log.e(TAG, "No state change.");
203 Log.e(TAG, "Invalid combination, unsetting h2w flag");
209 Log.e(TAG, "Invalid combination, unsetting usb flag");
213 Log.e(TAG, "invalid transition, returning ...");
219 Log.i(TAG, "MSG_NEW_DEVICE_STATE");
283 Slog.e(TAG, "setDeviceState() invalid headset type: "+headset);
288 Slog.v(TAG, "headsetNam
[all...]
H A DDockObserver.java47 private static final String TAG = "DockObserver"; field in class:DockObserver
74 mWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
85 publishBinderService(TAG, new BinderService());
115 Slog.w(TAG, "This kernel does not have dock station support");
117 Slog.e(TAG, "" , e);
152 Slog.i(TAG, "Dock state changed from " + mPreviousDockState + " to "
161 Slog.i(TAG, "Device not provisioned, skipping dock broadcast");
231 if (Log.isLoggable(TAG, Log.VERBOSE)) {
232 Slog.v(TAG, "Dock UEVENT: " + event.toString());
240 Slog.e(TAG, "Coul
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java39 private static final String TAG = "ConditionProviders.CT"; field in class:CalendarTracker
91 Log.d(TAG, "dumpContent: " + uri);
96 Log.d(TAG, "Row " + (++r) + ": id="
124 Log.d(TAG, " " + name + "(" + typeName + ")=" + o);
127 Log.d(TAG, " " + uri + " " + r + " rows");
152 if (DEBUG) Log.d(TAG, "getPrimaryCalendars took " + (System.currentTimeMillis() - start));
177 if (DEBUG) Log.d(TAG, String.format("%s %s-%s v=%s a=%s eid=%s o=%s cid=%s p=%s",
187 if (DEBUG) Log.d(TAG, " MEETS CALENDAR & AVAILABILITY");
190 if (DEBUG) Log.d(TAG, " MEETS ATTENDEE");
192 if (DEBUG) Log.d(TAG, " MEET
[all...]
H A DZenModeConditions.java34 private static final String TAG = ZenModeHelper.TAG; field in class:ZenModeConditions
70 if (DEBUG) Log.d(TAG, "evaluateConfig: clearing manual rule");
105 if (DEBUG) Log.d(TAG, "onServiceAdded " + component);
113 if (DEBUG) Log.d(TAG, "onConditionChanged " + id + " " + condition);
140 if (DEBUG) Log.d(TAG, "Ensure external rule exists: " + (cp != null) + " for " + id);
146 Log.w(TAG, "No component found for automatic rule: " + rule.conditionId);
157 if (DEBUG) Log.d(TAG, "zmc failed to subscribe");
162 if (rule.condition != null && DEBUG) Log.d(TAG, "Found existing condition for: "
182 if (DEBUG) Log.d(TAG, "Snoozin
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java45 private static final String TAG = "WindowOrientationListener"; field in class:WindowOrientationListener
102 Slog.w(TAG, "Cannot detect sensors. Not enabled");
107 Slog.d(TAG, "WindowOrientationListener enabled");
122 Slog.w(TAG, "Cannot detect sensors. Invalid disable");
127 Slog.d(TAG, "WindowOrientationListener disabled");
204 pw.println(prefix + TAG);
449 Slog.wtf(TAG, "config_autoRotationTiltTolerance contains invalid range: "
454 Slog.wtf(TAG, "config_autoRotationTiltTolerance should have exactly 8 elements");
509 Slog.v(TAG, "Raw acceleration vector: "
526 Slog.v(TAG, "Resettin
[all...]
H A DSystemGesturesPointerEventListener.java29 private static final String TAG = "SystemGestures"; field in class:SystemGesturesPointerEventListener
59 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold
85 if (DEBUG) Slog.d(TAG, "Firing debug");
95 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromTop");
98 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromBottom");
101 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromRight");
113 if (DEBUG) Slog.d(TAG, "Ignoring " + event);
120 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
126 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
173 if (DEBUG) Slog.d(TAG, "pointe
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java55 private static final String TAG = "TrustAgentWrapper"; field in class:TrustAgentWrapper
113 Log.w(TAG, "Agent is not connected, cannot grant trust: "
130 Log.v(TAG, "DPM lock timeout in effect. Timeout adjusted from "
148 if (DEBUG) Slog.v(TAG, "Trust timed out : " + mName.flattenToShortString());
171 if (DEBUG) Log.v(TAG, "Re-enabling agent because it acknowledged "
177 if (DEBUG) Log.w(TAG, "Ignoring MSG_SET_TRUST_AGENT_FEATURES_COMPLETED "
198 if (DEBUG) Slog.v(TAG, "enableTrust(" + userMessage + ", durationMs = " + durationMs
209 if (DEBUG) Slog.v(TAG, "revokeTrust()");
215 if (DEBUG) Slog.v(TAG, "managingTrust()");
221 if (DEBUG) Slog.v(TAG, "onSetTrustAgentFeaturesEnabledComplete
[all...]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java72 private static final String TAG = "EthernetNetworkFactory"; field in class:EthernetNetworkFactory
132 Log.d(TAG, "updateInterface: " + iface + " link " + (up ? "up" : "down"));
175 Log.e(TAG, "Null iterface config for " + iface + ". Bailing out.");
185 Log.e(TAG, "Interface unexpectedly changed from " + iface + " to " + mIface);
190 Log.e(TAG, "Error upping interface " + mIface + ": " + e);
200 Log.d(TAG, "Started tracking interface " + iface);
209 Log.d(TAG, "Stopped tracking interface " + iface);
229 Log.i(TAG, "Applying static IPv4 configuration to " + mIface + ": " + staticConfig);
235 Log.e(TAG, "Setting static IP address failed: " + e.getMessage());
238 Log.e(TAG, "Invali
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java65 private String TAG = "CameraStressTest"; field in class:CameraStressTest
76 Log.v(TAG, "starting looper");
81 Log.v(TAG, "quit looper");
146 Log.v(TAG, "Start preview");
157 Log.v(TAG, "Setting scene mode to " + supportedSceneModes.get(i));
172 Log.e(TAG, e.toString());
187 Log.v(TAG, "Device camera does not support zoom");
190 Log.v(TAG, "Device camera does support zoom");
191 Log.v(TAG, "Start preview");
231 Log.e(TAG,
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncQueue.java44 private static final String TAG = "SyncManager"; field in class:SyncQueue
71 if (Log.isLoggable(TAG, Log.VERBOSE)) {
72 Log.v(TAG, "Missing sync adapter info for authority " + op.target);
90 if (Log.isLoggable(TAG, Log.VERBOSE)) {
91 Log.w(TAG, "Missing sync service for authority " + op.target);
174 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
177 Log.v(TAG, "Attempting to remove: " + operation.key);
181 Log.v(TAG, "Could not find: " + operation.key);
187 Log.e(TAG, errorMessage, new IllegalStateException(errorMessage));
248 Log.e(TAG, errorMessag
[all...]
/frameworks/base/core/java/android/app/
H A DSearchManager.java65 private static final String TAG = "SearchManager"; field in class:SearchManager
647 Log.w(TAG, "No global search activity found.");
672 if (DBG) Log.d(TAG, "Starting global search: " + intent.toUri(0));
675 Log.e(TAG, "Global search activity not found: " + globalSearchActivity);
689 Log.e(TAG, "getGlobalSearchActivities() failed: " + ex);
701 Log.e(TAG, "getGlobalSearchActivity() failed: " + ex);
719 Log.e(TAG, "getWebSearchActivity() failed: " + ex);
741 Log.w(TAG, "triggerSearch called with empty query, ignoring.");
853 Log.e(TAG, "getSearchableInfo() failed: " + ex);
938 Log.e(TAG, "getSearchablesInGlobalSearc
[all...]

Completed in 4855 milliseconds

<<11121314151617181920>>