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

1234567891011>>

/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java33 private static final String TAG = "SystemServiceManager"; field in class:SystemServiceManager
58 Slog.i(TAG, "Starting " + className);
79 Slog.i(TAG, "Starting " + name);
129 Slog.i(TAG, "Starting phase " + mCurrentPhase);
152 Slog.wtf(TAG, "Failure reporting start of user " + userHandle
165 Slog.wtf(TAG, "Failure reporting switch of user " + userHandle
178 Slog.wtf(TAG, "Failure reporting stop of user " + userHandle
191 Slog.wtf(TAG, "Failure reporting cleanup of user " + userHandle
225 Slog.e(TAG, builder.toString());
H A DNsdService.java59 private static final String TAG = "NsdService"; field in class:NsdService
155 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
160 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
166 Slog.e(TAG, "Send failed, client connection lost");
169 if (DBG) Slog.d(TAG, "Client disconnected");
172 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
211 Slog.e(TAG, "Unhandled " + msg);
255 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
296 if (DBG) Slog.d(TAG, "Discover services");
309 Slog.d(TAG, "Discove
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java44 private final static String TAG = "AndroidRuntime"; field in class:RuntimeInit
76 Clog_e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
85 Clog_e(TAG, message.toString(), e);
93 Clog_e(TAG, "Error reporting crash", t2);
106 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
151 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
237 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
240 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
251 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
269 if (DEBUG) Slog.d(TAG, "RuntimeIni
[all...]
/frameworks/base/media/java/android/media/
H A DRingtone.java43 private static final String TAG = "Ringtone"; field in class:Ringtone
217 Log.w(TAG, "Remote playback not allowed: " + e);
222 Log.w(TAG, "Remote playback not allowed: " + e);
228 Log.d(TAG, "Successfully created local player");
230 Log.d(TAG, "Problem opening; delegating to remote player");
257 Log.w(TAG, "Problem playing ringtone: " + e);
262 Log.w(TAG, "Neither local nor remote playback available");
277 Log.w(TAG, "Problem stopping ringtone: " + e);
302 Log.w(TAG, "Problem checking ringtone: " + e);
306 Log.w(TAG, "Neithe
[all...]
H A DMediaFocusControl.java66 private static final String TAG = "MediaFocusControl"; field in class:MediaFocusControl
144 if (DEBUG_RC) { Log.d(TAG, "NotificationListenerObserver.onChange()"); }
167 if (DEBUG_RC) { Log.d(TAG, "ok to register Rcd: has MEDIA_CONTENT_CONTROL permission");}
188 if (DEBUG_RC) { Log.d(TAG, "ok to register RCC: " + component +
195 if (DEBUG_RC) { Log.d(TAG, "not ok to register RCD, " + listenerComp +
212 Slog.w(TAG, "Access denied to process: " + Binder.getCallingPid() +
225 Slog.w(TAG, "Access denied to process: " + Binder.getCallingPid() +
237 if (DEBUG_RC) { Log.d(TAG, "onReevaluateRemoteControlDisplays()"); }
244 if (DEBUG_RC) { Log.d(TAG, " > enabled list: " + enabledNotifListeners); }
278 Log.e(TAG, "Erro
[all...]
H A DAudioManager.java66 private static String TAG = "AudioManager"; field in class:AudioManager
772 Log.e(TAG, "Dead object in adjustStreamVolume", e);
805 Log.e(TAG, "Dead object in adjustVolume", e);
839 Log.e(TAG, "Dead object in adjustSuggestedStreamVolume", e);
857 Log.e(TAG, "Dead object in adjustMasterVolume", e);
873 Log.e(TAG, "Dead object in getRingerMode", e);
909 Log.e(TAG, "Dead object in getStreamMaxVolume", e);
931 Log.e(TAG, "Dead object in getStreamVolume", e);
950 Log.e(TAG, "Dead object in getLastAudibleStreamVolume", e);
966 Log.e(TAG, "Dea
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java43 private static final String TAG = "DeviceDiscoveryAction"; field in class:DeviceDiscoveryAction
110 Slog.v(TAG, "No device is detected.");
115 Slog.v(TAG, "Device detected: " + ackedAddress);
132 Slog.v(TAG, "Start [Physical Address Stage]:" + mDevices.size());
160 Slog.v(TAG, "Start [Osd Name Stage]:" + mDevices.size());
183 Slog.v(TAG, "Start [Vendor Id Stage]:" + mDevices.size());
249 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" +
275 Slog.w(TAG, "Unmatched address[expected:" + current.mLogicalAddress + ", actual:" +
284 Slog.w(TAG, "Failed to decode display name: " + cmd.toString());
298 Slog.w(TAG, "Unmatche
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapSession.java33 private static final String TAG = "android.bluetooth.client.pbap.BluetoothPbapSession"; field in class:BluetoothPbapSession
91 Log.d(TAG, "Handler: msg: " + msg.what);
172 Log.d(TAG, "start");
178 Log.d(TAG, "Stop");
185 Log.d(TAG, "abort");
199 Log.v(TAG, "makeRequest: " + request.getClass().getSimpleName());
202 Log.w(TAG, "makeRequest: request already queued, exiting");
223 Log.d(TAG, "setAuthResponse key=" + key);
237 Log.d(TAG, "startRfcomm");
253 Log.d(TAG, "stopRfcom
291 private static final String TAG = "RfcommConnectThread"; field in class:BluetoothPbapSession.RfcommConnectThread
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java87 private static final String TAG = SpellCheckerSession.class.getSimpleName(); field in class:SpellCheckerSession
210 Log.w(TAG, "getSuggestions from " + mSpellCheckerInfo.getId());
264 Log.w(TAG, "Cancel spell checker tasks.");
269 Log.e(TAG, "Failed to cancel " + e);
274 Log.w(TAG, "Get suggestions from the spell checker.");
280 Log.e(TAG, "Failed to get suggestions " + e);
285 Log.w(TAG, "Get sentence suggestions from the spell checker.");
291 Log.e(TAG, "Failed to get suggestions " + e);
296 Log.w(TAG, "Close spell checker tasks.");
301 Log.e(TAG, "Faile
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java39 static final String TAG = "ScreenRotationAnimation"; field in class:ScreenRotationAnimation
238 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
254 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
273 Slog.w(TAG, "Unable to allocate freeze surface", e);
277 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
284 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
319 Slog.i(TAG, "Original : (" + srcPnts[0] + "," + srcPnts[1]
321 Slog.i(TAG, "Transformed: (" + dstPnts[0] + "," + dstPnts[1]
358 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta);
398 if (DEBUG_STATE) Slog.v(TAG, "Creatin
[all...]
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java29 private static final String TAG = "BulkCursor"; field in class:BulkCursorToCursorAdaptor
89 Log.e(TAG, "Unable to get window because the remote process is dead");
111 Log.w(TAG, "Remote process exception when deactivating");
124 Log.w(TAG, "Remote process exception when closing");
151 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
187 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
/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);
H A DSQLiteQuery.java32 private static final String TAG = "SQLiteQuery"; field in class:SQLiteQuery
70 Log.e(TAG, "exception: " + ex.getMessage() + "; query: " + getSql());
/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/core/java/com/android/internal/backup/
H A DLocalTransport.java58 private static final String TAG = "LocalTransport"; field in class:LocalTransport
109 Log.e(TAG, "SELinux restorecon failed for " + mCurrentSetDir);
153 if (DEBUG) Log.v(TAG, "wiping all data");
163 Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName
166 Log.w(TAG, "Unable to stat input file in performBackup() on "
189 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
206 Log.v(TAG, " read entity data; new pos=" + cur);
209 Log.w(TAG, "Unable to stat input file in performBackup() on "
217 Log.e(TAG, "Unable to update key file " + entityFile.getAbsolutePath());
229 Log.v(TAG, "Exceptio
[all...]
/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/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DUiControllerImplTest.java42 private static final String TAG = UiControllerImplTest.class.getSimpleName(); field in class:UiControllerImplTest
93 Log.e(TAG, "Looper died: ", ex);
205 Log.i(TAG, "On main thread");
207 Log.i(TAG, "Equeueing test runnable 1");
211 Log.i(TAG, "Running test runnable 1");
215 Log.i(TAG, "Equeueing test runnable 2");
219 Log.i(TAG, "Running test runnable 2");
223 Log.i(TAG, "Hijacking thread and looping it.");
260 Log.i(TAG, "On main thread");
262 Log.i(TAG, "Equeuein
[all...]
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardware.java37 private final String TAG = "FusedLocationHardware"; field in class:FusedLocationHardware
91 Log.e(TAG, "RemoteException at registerSink");
121 Log.e(TAG, "RemoteException at unregisterSink");
130 Log.e(TAG, "RemoteException at getSupportedBatchSize");
139 Log.e(TAG, "RemoteException at startBatching");
147 Log.e(TAG, "RemoteException at stopBatching");
155 Log.e(TAG, "RemoteException at updateBatchingOptions");
163 Log.e(TAG, "RemoteException at requestBatchOfLocations");
171 Log.e(TAG, "RemoteException at supportsDiagnisticDataInjection");
180 Log.e(TAG, "RemoteExceptio
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java34 private static final String TAG = "Sms7BitEncodingTranslator"; field in class:Sms7BitEncodingTranslator
62 Rlog.w(TAG, "Null message can not be translated");
107 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
139 Rlog.v(TAG, Integer.toHexString(c) + " (" + c + ")" + " translated to "
145 Rlog.w(TAG, "No translation found for " + Integer.toHexString(c)
180 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file");
190 Rlog.d(TAG, "tag: " + tag);
195 Rlog.d(TAG, "type: " + type);
204 Rlog.e(TAG, "Error Parsing 7BitTranslationTable: found incorrect type" + type);
213 Rlog.d(TAG, "Loadin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java39 private static final String TAG = "UsimDataDownloadHandler"; field in class:UsimDataDownloadHandler
82 Rlog.d(TAG, "Received SMS-PP data download, sending to UICC.");
85 Rlog.d(TAG, "DATA_DL_VIA_SMS_PP service not available, storing message to UICC.");
108 Rlog.e(TAG, "startDataDownload failed to send message to start data download.");
163 Rlog.e(TAG, "startDataDownload() calculated incorrect envelope length, aborting.");
205 Rlog.d(TAG, "USIM data download succeeded: " + response.toString());
208 Rlog.e(TAG, "USIM data download failed: Toolkit busy");
212 Rlog.e(TAG, "USIM data download failed: " + response.toString());
215 Rlog.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
293 Rlog.e(TAG, "UIC
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java48 private String TAG = "MediaRecorderStressTest"; field in class:MediaRecorderStressTest
76 Log.v(TAG, "starting looper");
81 Log.v(TAG, "quit looper");
164 Log.v(TAG, "remove recorded video " + fileName);
211 Log.v(TAG, fileName);
220 Log.v(TAG, "iterations : " + iterations);
221 Log.v(TAG, "video encoder : " + videoEncoder);
222 Log.v(TAG, "audio encoder : " + audioEncoder);
223 Log.v(TAG, "frame rate : " + frameRate);
224 Log.v(TAG, "vide
[all...]
/frameworks/base/core/java/android/app/
H A DNotificationManager.java75 private static String TAG = "NotificationManager"; field in class:NotificationManager
148 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
155 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
175 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
182 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
207 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
221 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
236 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java32 private static final String TAG = "AbsoluteFileBackupHelper"; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java89 private static final String TAG = "BluetoothAdapter"; field in class:BluetoothAdapter
400 Log.e(TAG, "Bluetooth binder is null");
416 } catch (RemoteException e) {Log.e(TAG, "", e);}
508 } catch (RemoteException e) {Log.e(TAG, "", e);}
529 if (VDBG) Log.d(TAG, "" + hashCode() + ": getState(). Returning " + state);
535 } catch (RemoteException e) {Log.e(TAG, "", e);}
536 if (DBG) Log.d(TAG, "" + hashCode() + ": getState() : mService = null. Returning STATE_OFF");
569 if (DBG) Log.d(TAG, "enable(): BT is already enabled..!");
574 } catch (RemoteException e) {Log.e(TAG, "", e);}
605 } catch (RemoteException e) {Log.e(TAG, "",
[all...]

Completed in 611 milliseconds

1234567891011>>