Searched refs:TAG (Results 251 - 275 of 2237) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java44 private static final String TAG = "DeviceDiscoveryAction"; field in class:DeviceDiscoveryAction
112 Slog.v(TAG, "No device is detected.");
117 Slog.v(TAG, "Device detected: " + ackedAddress);
134 Slog.v(TAG, "Start [Physical Address Stage]:" + mDevices.size());
162 Slog.v(TAG, "Start [Osd Name Stage]:" + mDevices.size());
185 Slog.v(TAG, "Start [Vendor Id Stage]:" + mDevices.size());
251 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" +
277 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" +
286 Slog.w(TAG, "Failed to decode display name: " + cmd.toString());
300 Slog.w(TAG, "Unmatche
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanSessionState.java35 private static final String TAG = "WifiNanSessionState"; field in class:WifiNanSessionState
99 Log.e(TAG, "sendMessage: attempting to send a message on a non-live session "
107 Log.e(TAG, "sendMessage: attempting to send a message to an address which didn't "
120 Log.e(TAG, "sendMessage: attempting to stop pub/sub on a non-live session (no "
144 Log.w(TAG, "onPublishFail: RemoteException (FYI): " + e);
156 Log.w(TAG, "onPublishTerminated: RemoteException (FYI): " + e);
173 Log.w(TAG, "onSubscribeFail: RemoteException (FYI): " + e);
185 Log.w(TAG, "onSubscribeTerminated: RemoteException (FYI): " + e);
196 Log.w(TAG, "onMessageSendSuccess: RemoteException (FYI): " + e);
207 Log.w(TAG, "onMessageSendFai
[all...]
H A DWifiNanStateManager.java41 private static final String TAG = "WifiNanStateManager"; field in class:WifiNanStateManager
114 Log.i(TAG, "start()");
349 Log.d(TAG, "Message: " + msg.what);
354 Log.d(TAG, "NAN connection request received");
361 Log.d(TAG, "NAN disconnection request received");
368 Log.d(TAG, "NAN configuration request received");
375 Log.d(TAG, "Create session");
384 Log.d(TAG, "Destroy session");
396 Log.d(TAG,
410 Log.d(TAG, "Subscrib
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java84 private static final String TAG = SpellCheckerSession.class.getSimpleName(); field in class:SpellCheckerSession
207 Log.w(TAG, "getSuggestions from " + mSpellCheckerInfo.getId());
286 Log.d(TAG, "entering processTask:"
299 Log.e(TAG, "Failed to cancel " + e);
307 Log.e(TAG, "Failed to get suggestions " + e);
315 Log.e(TAG, "Failed to get suggestions " + e);
322 Log.e(TAG, "Failed to close " + e);
343 if (DBG) Log.d(TAG, "entering processCloseLocked:"
363 Log.e(TAG, "processCloseLocked is called unexpectedly. mState=" +
378 if (DBG) Log.i(TAG, "ignorin
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java47 private static final String TAG = ShortcutService.TAG; field in class:ShortcutParser
63 Slog.d(TAG, String.format("Scanning package %s for manifest shortcuts on user %d",
104 Slog.d(TAG, String.format(
149 Log.e(TAG, "Shortcut " + si.getId() + " has no intent. Skipping it.");
159 Log.e(TAG, "More than " + maxShortcuts + " shortcuts found for "
175 Log.e(TAG, "Shortcut's extras contain un-persistable values. Skipping it.");
192 Slog.d(TAG, "Shortcut added: " + si.toInsecureString());
213 Slog.d(TAG, "Shortcut found: " + si.toInsecureString());
218 Log.e(TAG, "Duplicat
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java36 private static final String TAG = TAG_WITH_CLASS_NAME ? "DimLayer" : TAG_WM; field in class:DimLayer
94 if (DEBUG_DIM_LAYER) Slog.v(TAG, "Ctor: displayId=" + displayId);
110 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG,
164 if (DEBUG_DIM_LAYER) Slog.v(TAG, "setAlpha alpha=" + alpha);
170 if (DEBUG_DIM_LAYER) Slog.v(TAG, "setAlpha hiding");
176 if (DEBUG_DIM_LAYER) Slog.v(TAG, "setAlpha showing");
183 Slog.w(TAG, "Failure setting alpha immediately", e);
198 if (DEBUG_DIM_LAYER) Slog.v(TAG,
233 Slog.w(TAG, "Failure setting size", e);
252 if (DEBUG_DIM_LAYER) Slog.v(TAG, "sho
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java61 private final String TAG; field in class:RequestThreadManager
133 private static final String TAG = "FpsCounter"; field in class:RequestThreadManager.FpsCounter
166 Log.d(TAG, "FPS for " + mStreamType + " stream: " + mLastFps );
197 Log.e(TAG, "Received error " + i + " from the Camera1 ErrorCallback");
210 Log.i(TAG, "Received jpeg.");
213 Log.e(TAG, "Dropping jpeg frame.");
221 Log.i(TAG, "Producing jpeg buffer...");
244 Log.w(TAG, "Surface abandoned, dropping frame. ", e);
272 Log.v(TAG, "stopPreview - preview running? " + mPreviewRunning);
282 Log.v(TAG, "startPrevie
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java56 private static final String TAG = "NsdService"; field in class:NsdService
152 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
157 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
163 Slog.e(TAG, "Send failed, client connection lost");
166 if (DBG) Slog.d(TAG, "Client disconnected");
169 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
208 Slog.e(TAG, "Unhandled " + msg);
252 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
293 if (DBG) Slog.d(TAG, "Discover services");
306 Slog.d(TAG, "Discove
[all...]
H A DPinnerService.java57 private static final String TAG = "PinnerService"; field in class:PinnerService
83 Slog.i(TAG, "Starting PinnerService");
118 Slog.i(TAG, "Pinned file = " + pf.mFilename);
121 Slog.e(TAG, "Failed to pin file = " + filesToPin[i]);
137 Slog.v(TAG, "Failed to pin camera.");
156 Slog.v(TAG, "Camera is already pinned");
188 Slog.v(TAG, "Unable to resolve camera intent");
222 Slog.e(TAG, "Failed to pin " + camAPK);
226 Slog.i(TAG, "Pinned " + pf.mFilename);
256 Slog.i(TAG, "Pinne
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java39 static final String TAG = "IInputConnectionWrapper"; field in class:IInputConnectionWrapper
272 Log.w(TAG, "getTextAfterCursor on inactive InputConnection");
279 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e);
288 Log.w(TAG, "getTextBeforeCursor on inactive InputConnection");
295 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e);
304 Log.w(TAG, "getSelectedText on inactive InputConnection");
311 Log.w(TAG, "Got RemoteException calling setSelectedText", e);
320 Log.w(TAG, "getCursorCapsMode on inactive InputConnection");
327 Log.w(TAG, "Got RemoteException calling setCursorCapsMode", e);
336 Log.w(TAG, "getExtractedTex
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java70 private static final String TAG = "WAP PUSH"; field in class:WapPushOverSms
87 Rlog.d(TAG, "Received broadcast " + intent.getAction());
112 Rlog.e(TAG, "bindService() for wappush manager failed");
117 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
124 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode());
130 if (DBG) Rlog.v(TAG, "wappush manager disconnected.");
150 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager");
153 Rlog.e(TAG, "dispose: not bound to a wappush manager");
168 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
186 Rlog.d(TAG, "inde
[all...]
H A DSms7BitEncodingTranslator.java34 private static final String TAG = "Sms7BitEncodingTranslator"; field in class:Sms7BitEncodingTranslator
62 Rlog.w(TAG, "Null message can not be translated");
108 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
140 Rlog.v(TAG, Integer.toHexString(c) + " (" + c + ")" + " translated to "
146 Rlog.w(TAG, "No translation found for " + Integer.toHexString(c)
181 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file");
191 Rlog.d(TAG, "tag: " + tag);
196 Rlog.d(TAG, "type: " + type);
205 Rlog.e(TAG, "Error Parsing 7BitTranslationTable: found incorrect type" + type);
214 Rlog.d(TAG, "Loadin
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java34 private static final String TAG = "SqliteWrapper"; field in class:SqliteWrapper
61 Log.e(TAG, "Catch a SQLiteException when query: ", e);
71 Log.e(TAG, "Catch a SQLiteException when requery: ", e);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
92 Log.e(TAG, "Catch a SQLiteException when delete: ", e);
103 Log.e(TAG, "Catch a SQLiteException when insert: ", e);
/frameworks/base/core/java/android/net/
H A DConnectivityMetricsLogger.java31 private static String TAG = "ConnectivityMetricsLogger"; field in class:ConnectivityMetricsLogger
93 Log.d(TAG, "logEvent(" + componentTag + "," + eventTag + ") Service not ready");
145 Log.e(TAG, "Error logging event", e);
163 Log.e(TAG, "IConnectivityMetricsLogger.getEvents", e);
175 Log.e(TAG, "IConnectivityMetricsLogger.register", e);
185 Log.e(TAG, "IConnectivityMetricsLogger.unregister", e);
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java36 private static final String TAG = "NtpTrustedTime"; field in class:NtpTrustedTime
53 if (LOGD) Log.d(TAG, "creating NtpTrustedTime using " + server);
97 if (LOGD) Log.d(TAG, "forceRefresh: no connectivity");
102 if (LOGD) Log.d(TAG, "forceRefresh() from cache miss");
143 if (LOGD) Log.d(TAG, "currentTimeMillis() cache hit");
151 if (LOGD) Log.d(TAG, "getCachedNtpTime() cache hit");
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java137 private static final String TAG = "IpReachabilityMonitor"; field in class:IpReachabilityMonitor
180 if (DBG) { Log.d(TAG, msgSnippet); }
200 Log.e(TAG, "Error " + msgSnippet + ", errmsg=" + response.toString());
210 Log.e(TAG, "Error " + msgSnippet + ", errmsg=" + errmsg);
213 Log.e(TAG, "Error " + msgSnippet, e);
216 Log.e(TAG, "Error " + msgSnippet, e);
219 Log.e(TAG, "Error " + msgSnippet, e);
240 PowerManager.PARTIAL_WAKE_LOCK, TAG + "." + mInterfaceName);
309 Log.wtf(TAG, "requested LinkProperties interface '" + lp.getInterfaceName() +
337 if (DBG) { Log.d(TAG, "watc
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxPredictor.java33 static final String TAG = "BordeauxPredictor"; field in class:BordeauxPredictor
53 Log.e(TAG, "reset: " + PREDICTOR_NOTAVAILABLE);
69 Log.e(TAG, "retrievePredictor: " + PREDICTOR_NOTAVAILABLE);
81 Log.e(TAG,"Exception: pushing a new example");
102 Log.e(TAG,"Exception: getTopSamples");
113 Log.e(TAG,"Exception: setting predictor parameter");
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java31 private static final String TAG = "SqliteWrapper"; field in class:SqliteWrapper
73 Log.e(TAG, "Catch a SQLiteException when query: ", e);
83 Log.e(TAG, "Catch a SQLiteException when requery: ", e);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
104 Log.e(TAG, "Catch a SQLiteException when delete: ", e);
115 Log.e(TAG, "Catch a SQLiteException when insert: ", e);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java59 final static String TAG = "ScoAudioTest"; field in class:ScoAudioTest
90 Log.e(TAG, "contructor");
213 Log.i(TAG, "Using 2nd audio manager");
221 Log.e(TAG, "startBluetoothScoVirtualCall() IN");
223 Log.e(TAG, "startBluetoothScoVirtualCall() OUT");
225 Log.e(TAG, "startBluetoothSco() IN");
227 Log.e(TAG, "startBluetoothSco() OUT");
230 Log.e(TAG, "stopBluetoothSco() IN");
232 Log.e(TAG, "stopBluetoothSco() OUT");
355 Log.e(TAG, "playOrPaus
[all...]
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DKeyphraseEnrollmentInfo.java51 private static final String TAG = "KeyphraseEnrollmentInfo"; field in class:KeyphraseEnrollmentInfo
123 Slog.w(TAG, ai.packageName + "is not a privileged system app");
129 Slog.w(TAG, ai.packageName + " does not require MANAGE_VOICE_KEYPHRASES");
140 Slog.w(TAG, error, e);
147 Slog.w(TAG, error);
169 Slog.w(TAG, error);
186 Slog.w(TAG, error);
197 Slog.w(TAG, error, e);
201 Slog.w(TAG, error, e);
205 Slog.w(TAG, erro
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java32 static final String TAG = "TestInteractionActivity"; field in class:TestInteractionActivity
56 Log.w(TAG, "Not running as a voice interaction!");
63 Log.w(TAG, "Not current voice interactor!");
89 Log.i(TAG, "Active #" + i + " / " + active[i].getName() + ": " + active[i]);
98 Log.i(TAG, "Canceled!");
104 Log.i(TAG, "Confirmation result: confirmed=" + confirmed + " result=" + result);
118 Log.i(TAG, "Restarting with active confirmation: " + mCurrentRequest);
154 Log.i(TAG, "Jump out");
161 Log.i(TAG, "Cancel request");
176 Log.i(TAG, "Cancele
[all...]
/frameworks/base/core/java/android/app/usage/
H A DNetworkStatsManager.java84 private static final String TAG = "NetworkStatsManager"; field in class:NetworkStatsManager
129 if (DBG) Log.e(TAG, "Cannot create template", e);
165 if (DBG) Log.e(TAG, "Cannot create template", e);
201 if (DBG) Log.e(TAG, "Cannot create template", e);
242 * @param tag TAG of interest. Use {@link NetworkStats.Bucket#TAG_NONE} for no tags.
256 Log.e(TAG, "Error while querying stats for uid=" + uid + " tag=" + tag, e);
291 if (DBG) Log.e(TAG, "Cannot create template", e);
339 Log.d(TAG, "registerUsageCallback called with: {"
355 if (DBG) Log.d(TAG, "registerUsageCallback returned " + callback.request);
358 Log.e(TAG, "Reques
[all...]
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java18 public static final String TAG = "svcmonitor"; field in class:SvcMonitor
31 Log.d(TAG, "Starting SvcMonitor");
39 Log.d(TAG, "unknown action: + " + intent.getAction());
46 Log.d(TAG, "Service not active. Start service first");
55 Log.d(TAG, "thread already active");
62 Log.d(TAG, "Failed starting monitor, invalid arguments.");
74 Log.d(TAG, "SvcMonitor stopped");
79 Log.d(TAG, "no active thread");
82 Log.d(TAG, "interrupting monitor thread");
87 Log.d(TAG, "Unabl
[all...]
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java49 private static final String TAG = "CameraService_proxy"; field in class:CameraService
128 if (DEBUG) Slog.v(TAG, "Camera " + cameraId + " state now " + state);
137 mHandlerThread = new ServiceThread(TAG, Process.THREAD_PRIORITY_DISPLAY, /*allowTo*/false);
142 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled"));
152 Slog.e(TAG, "CameraService error, invalid message: " + msg.what);
199 if (DEBUG) Slog.w(TAG, "Native camera service has died");
246 Slog.i(TAG, "Could not notify camera service of user switch, retrying...");
257 Slog.w(TAG, "Could not notify mediaserver, camera service not available.");
263 Slog.w(TAG, "Could not link to death of native camera service");
273 Slog.w(TAG, "Coul
[all...]
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanManager.java40 private static final String TAG = "WifiNanManager"; field in class:WifiNanManager
69 if (VDBG) Log.v(TAG, "connect()");
93 if (VDBG) Log.v(TAG, "disconnect()");
115 if (VDBG) Log.v(TAG, "requestConfig(): configRequest=" + configRequest);
153 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings);
173 if (DBG) Log.d(TAG, "publish: session created - sessionId=" + sessionId);
186 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings);
237 Log.v(TAG, "subscribe(): data='" + subscribeData + "', settings=" + subscribeSettings);
255 if (DBG) Log.d(TAG, "subscribe: session created - sessionId=" + sessionId);
270 Log.v(TAG, "subscrib
[all...]

Completed in 7983 milliseconds

<<11121314151617181920>>