Searched refs:TAG (Results 201 - 225 of 2237) sorted by relevance

1234567891011>>

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBackgroundHelper.java31 private static final String TAG = "BackgroundHelper"; field in class:BackgroundHelper
51 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled");
64 if (DEBUG) Log.v(TAG, "Cancelling task");
67 if (DEBUG) Log.v(TAG, "Executing task");
78 if (DEBUG) Log.v(TAG, "doInBackground cancelled " + cancelled);
88 if (DEBUG) Log.v(TAG, "onPostExecute");
97 if (DEBUG) Log.v(TAG, "onCancelled");
103 if (DEBUG) Log.v(TAG, "load resourceId " + resourceId);
143 if (DEBUG) Log.v(TAG, "attach to activity " + activity);
151 if (DEBUG) Log.v(TAG, "releas
[all...]
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBackgroundHelper.java31 private static final String TAG = "BackgroundHelper"; field in class:BackgroundHelper
51 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled");
64 if (DEBUG) Log.v(TAG, "Cancelling task");
67 if (DEBUG) Log.v(TAG, "Executing task");
78 if (DEBUG) Log.v(TAG, "doInBackground cancelled " + cancelled);
88 if (DEBUG) Log.v(TAG, "onPostExecute");
97 if (DEBUG) Log.v(TAG, "onCancelled");
103 if (DEBUG) Log.v(TAG, "load resourceId " + resourceId);
143 if (DEBUG) Log.v(TAG, "attach to activity " + activity);
151 if (DEBUG) Log.v(TAG, "releas
[all...]
/frameworks/volley/src/main/java/com/android/volley/
H A DVolleyLog.java33 public static String TAG = "Volley"; field in class:VolleyLog
35 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
47 TAG = tag;
50 DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
55 Log.v(TAG, buildMessage(format, args));
60 Log.d(TAG, buildMessage(format, args));
64 Log.e(TAG, buildMessage(format, args));
68 Log.e(TAG, buildMessage(format, args), tr);
72 Log.wtf(TAG, buildMessage(format, args));
76 Log.wtf(TAG, buildMessag
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DSandman.java37 private static final String TAG = "Sandman"; field in class:Sandman
73 Slog.i(TAG, "Dreams currently disabled for docks.");
86 Slog.i(TAG, "Activating dream while docked.");
98 Slog.i(TAG, "Activating dream by user request.");
105 Slog.e(TAG, "Could not start dream when docked.", ex);
/frameworks/base/core/java/com/android/server/net/
H A DNetworkPinner.java62 private static final String TAG = NetworkPinner.class.getSimpleName(); field in class:NetworkPinner
97 Log.d(TAG, "Wifi alternate reality enabled on network " + network);
110 Log.d(TAG, "Wifi alternate reality disabled on network " + network);
125 Log.d(TAG, "Failed to register network callback", e);
139 Log.d(TAG, "Failed to unregister network callback", e);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java57 public static final String TAG = "FileOperationService"; field in class:FileOperationService
113 if (DEBUG) Log.d(TAG, "Created.");
120 if (DEBUG) Log.d(TAG, "Shutting down executor.");
123 Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished);
126 if (DEBUG) Log.d(TAG, "Destroyed.");
149 if (DEBUG) Log.d(TAG, "onStartCommand: " + jobId + " with serviceId " + serviceId);
157 mWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
177 TAG, "Scheduling job " + job.id + " to run in " + delay + " milliseconds.");
193 if (DEBUG) Log.d(TAG, "handleCancel: " + jobId);
233 Log.w(TAG, "Ignorin
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java34 private static final String TAG = "PbapServerProfile"; field in class:PbapServerProfile
57 if (V) Log.d(TAG,"Bluetooth service connected");
63 if (V) Log.d(TAG,"Bluetooth service disconnected");
138 if (V) Log.d(TAG, "finalize()");
144 Log.w(TAG, "Error cleaning up PBAP proxy", t);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSelectRequestBuffer.java31 private static final String TAG = "SelectRequestBuffer"; field in class:SelectRequestBuffer
61 Slog.e(TAG, "Local tv device not available");
74 Slog.e(TAG, "Invoking callback failed:" + e);
93 Slog.v(TAG, "calling delayed deviceSelect id:" + mId);
107 Slog.v(TAG, "calling delayed portSelect id:" + mId);
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java64 static final String TAG = "Validator"; field in class:LargeAssetTest.Validator
76 Log.e(TAG, "Wanted 4 bytes but read " + num);
83 Log.e(TAG, "Mismatch: index " + i + " : value " + value);
90 Log.w(TAG, "Couldn't open asset", e);
93 Log.i(TAG, "Finished, reporting valid");
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerUtil.java38 private static final String TAG = "SoundTriggerTestUtil"; field in class:SoundTriggerUtil
65 Log.e(TAG, "RemoteException in updateSoundModel", e);
85 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
89 Log.w(TAG, "No models present for the given keyphrase ID");
107 Log.e(TAG, "RemoteException in deleteSoundModel");
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBidirectionalAsyncChannel.java35 private static final String TAG = "BidirectionalAsyncChannel"; field in class:BidirectionalAsyncChannel
56 Log.d(TAG, "Successfully half connected " + this);
60 Log.d(TAG, "Failed to connect channel " + this);
67 Log.d(TAG, "Channel fully connected" + this);
72 Log.d(TAG, "Channel disconnected" + this);
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java43 private final static String TAG = UnrefedBitmapCache.class.getSimpleName(); field in class:UnrefedBitmapCache
61 Log.d(TAG, String.format("AltBitmapCache: block %b", blocking));
88 Log.d(TAG, String.format(
96 Log.d(TAG, String.format("AltBitmapCache: %s notified",
112 Log.d(TAG, "AltBitmapCache: offer +1");
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DBidirectionalAsyncChannel.java35 private static final String TAG = "BidirectionalAsyncChannel"; field in class:BidirectionalAsyncChannel
56 Log.d(TAG, "Successfully half connected " + this);
60 Log.d(TAG, "Failed to connect channel " + this);
67 Log.d(TAG, "Channel fully connected" + this);
72 Log.d(TAG, "Channel disconnected" + this);
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java31 private static final String TAG = "AlsaCardsParser"; field in class:AlsaCardsParser
41 private static final String TAG = "AlsaCardRecord"; field in class:AlsaCardsParser.AlsaCardRecord
65 Slog.e(TAG, "Failed to parse line " + lineIndex + " of " + kCardsFilePath
99 Slog.d(TAG, "" + listIndex +
109 Slog.i(TAG, "AlsaCardsParser.scan()");
121 Slog.i(TAG, " " + line);
130 Slog.i(TAG, " " + line);
200 Slog.d(TAG, rec.mCardName + " card:" + rec.mCardNum + " usb:" + rec.mIsUsb);
211 Slog.d(TAG, rec.mCardName + " card:" + rec.mCardNum + " usb:" + rec.mIsUsb);
225 Slog.d(TAG, "getDefaultCar
[all...]
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardware.java37 private static final String TAG = "FusedLocationHardware"; field in class:FusedLocationHardware
101 Log.e(TAG, "RemoteException at registerSink");
131 Log.e(TAG, "RemoteException at unregisterSink");
140 Log.e(TAG, "RemoteException at getSupportedBatchSize");
149 Log.e(TAG, "RemoteException at startBatching");
157 Log.e(TAG, "RemoteException at stopBatching");
165 Log.e(TAG, "RemoteException at updateBatchingOptions");
173 Log.e(TAG, "RemoteException at requestBatchOfLocations");
181 Log.e(TAG, "RemoteException at flushBatchedLocations");
189 Log.e(TAG, "RemoteExceptio
[all...]
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java50 private static final String TAG = "BluetoothMidiDevice"; field in class:BluetoothMidiDevice
103 Log.i(TAG, "Connected to GATT server.");
104 Log.i(TAG, "Attempting to start service discovery:" +
107 Log.i(TAG, "Disconnected from GATT server.");
118 Log.d(TAG, "found MIDI_SERVICE");
123 Log.d(TAG, "found MIDI_CHARACTERISTIC");
136 Log.e(TAG, "onServicesDiscovered received: " + status);
145 Log.d(TAG, "onCharacteristicRead " + status);
160 Log.d(TAG, "writeDescriptor returned " + result);
162 Log.e(TAG, "N
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarBatteryController.java43 private static final String TAG = "CarBatteryController"; field in class:CarBatteryController
131 if (Log.isLoggable(TAG, Log.DEBUG)) {
132 Log.d(TAG, "onReceive(). action: " + action);
136 if (Log.isLoggable(TAG, Log.DEBUG)) {
137 Log.d(TAG, "Received ACTION_AG_EVENT");
151 if (Log.isLoggable(TAG, Log.DEBUG)) {
153 Log.d(TAG, "ACTION_CONNECTION_STATE_CHANGED event: "
169 if (Log.isLoggable(TAG, Log.DEBUG)) {
170 Log.d(TAG, "Battery level invalid. Ignoring.");
197 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMetricsLoggerService.java40 private static String TAG = "ConnectivityMetricsLoggerService"; field in class:MetricsLoggerService
56 if (DBG) Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY");
111 Log.v(TAG, "writeEvent(" + e.toString() + ")");
238 Log.wtf(TAG, "No events passed to logEvents()");
245 Log.wtf(TAG, "Unexpected tag: " + componentTag);
259 Log.w(TAG, "Too many events from #" + componentTag +
271 Log.wtf(TAG, "Unexpected tag: " + e.componentTag);
290 if (VDBG) Log.v(TAG, "Send pending intent");
294 Log.e(TAG, "Pending intent canceled: " + pi);
317 if (VDBG) Log.v(TAG, "getEvent
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachine.java49 private final static String TAG = "TetherInterfaceSM"; field in class:TetherInterfaceStateMachine
123 if (VDBG) Log.d(TAG, "configureIfaceIp(" + enabled + ")");
153 Log.e(TAG, "Error configuring interface " + mIfaceName, e);
162 Log.d(TAG, state.getName() + " got " +
211 Log.e(TAG, "Error Tethering: " + e.toString());
218 Log.e(TAG, "Failed to start IPv6TetheringInterfaceServices");
221 if (DBG) Log.d(TAG, "Tethered " + mIfaceName);
239 Log.e(TAG, "Failed to untether interface: " + ee.toString());
255 if (VDBG) Log.e(TAG, "Exception in forceUpdate: " + e.toString());
261 TAG, "Exceptio
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java40 private static final String TAG = "TvRemoteProvProxy"; // max. 23 chars field in class:TvRemoteProviderProxy
41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
100 Slog.d(TAG, this + ": Starting");
111 Slog.d(TAG, this + ": Stopping");
143 Slog.d(TAG, this + ": Binding");
153 Slog.d(TAG, this + ": Bind failed");
157 Slog.d(TAG, this + ": Bind failed", ex);
166 Slog.d(TAG, this + ": Unbinding");
178 Slog.d(TAG, this + ": onServiceConnected()");
192 Slog.d(TAG, thi
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java123 private static final String TAG = "SampleMediaBrowserService"; field in class:MediaBrowserServiceSupport
150 Log.d(TAG, "onCreate");
212 Log.d(TAG, "onDestroy");
224 Log.d(TAG, "OnGetRoot: clientPackageName=" + clientPackageName + "; clientUid="
231 Log.w(TAG, "OnGetRoot: IGNORING request from untrusted package " + clientPackageName);
278 Log.d(TAG, "OnLoadChildren: parentMediaId=" + parentMediaId + ", options=" + options);
300 Log.d(TAG, "OnLoadChildren.ROOT");
313 Log.d(TAG, "OnLoadChildren.GENRES");
334 Log.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=" + genre);
356 Log.w(TAG, "Skippin
[all...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java123 private static final String TAG = "SampleMediaBrowserService"; field in class:MediaBrowserServiceSupport
150 Log.d(TAG, "onCreate");
212 Log.d(TAG, "onDestroy");
224 Log.d(TAG, "OnGetRoot: clientPackageName=" + clientPackageName + "; clientUid="
231 Log.w(TAG, "OnGetRoot: IGNORING request from untrusted package " + clientPackageName);
278 Log.d(TAG, "OnLoadChildren: parentMediaId=" + parentMediaId + ", options=" + options);
300 Log.d(TAG, "OnLoadChildren.ROOT");
313 Log.d(TAG, "OnLoadChildren.GENRES");
334 Log.d(TAG, "OnLoadChildren.SONGS_BY_GENRE genre=" + genre);
356 Log.w(TAG, "Skippin
[all...]
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java53 private static final String TAG = "WallpaperBackup"; field in class:WallpaperBackupAgent
89 Slog.v(TAG, "onCreate()");
101 Slog.v(TAG, "quota file " + mQuotaFile.getPath() + " exists=" + mQuotaExceeded);
143 Slog.v(TAG, "sysGen=" + sysGeneration + " : sysChanged=" + sysChanged);
144 Slog.v(TAG, "lockGen=" + lockGeneration + " : lockChanged=" + lockChanged);
145 Slog.v(TAG, "sysEligble=" + sysEligible);
146 Slog.v(TAG, "lockEligible=" + lockEligible);
152 if (DEBUG) Slog.v(TAG, "New wallpaper configuration; copying");
155 if (DEBUG) Slog.v(TAG, "Storing wallpaper metadata");
160 if (DEBUG) Slog.v(TAG, "Ne
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java67 private static final String TAG = "JobServiceContext"; field in class:JobServiceContext
168 Slog.e(TAG, "Starting new runnable but context is unavailable > Error.");
200 Slog.d(TAG, job.getServiceComponent().getShortClassName() + " unavailable.");
330 Slog.w(TAG, "Bound new job " + runningJob + " but live wakelock " + mWakeLock
354 Slog.d(TAG, "Stale callback received, ignoring.");
381 Slog.d(TAG, "MSG_CALLBACK of : " + mRunningJob
395 Slog.d(TAG, "Unrecognised callback: " + mRunningJob);
402 Slog.d(TAG,
421 Slog.e(TAG, "Unrecognised message: " + message);
428 Slog.d(TAG, "MSG_SERVICE_BOUN
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java42 private static final String TAG = "RemoteDisplayProvider"; // max. 23 chars field in class:RemoteDisplayProviderProxy
43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
139 Slog.d(TAG, this + ": Starting");
150 Slog.d(TAG, this + ": Stopping");
187 Slog.d(TAG, this + ": Binding");
197 Slog.d(TAG, this + ": Bind failed");
201 Slog.d(TAG, this + ": Bind failed", ex);
210 Slog.d(TAG, this + ": Unbinding");
222 Slog.d(TAG, this + ": Connected");
235 Slog.d(TAG, thi
[all...]

Completed in 5700 milliseconds

1234567891011>>