Searched refs:TAG (Results 126 - 150 of 931) sorted by relevance

1234567891011>>

/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/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java36 static final String TAG = "ScreenRotationAnimation"; field in class:ScreenRotationAnimation
214 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
240 Slog.w(TAG, "Unable to allocate freeze surface", e);
244 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
251 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
280 Slog.i(TAG, "Original : (" + srcPnts[0] + "," + srcPnts[1]
282 Slog.i(TAG, "Transformed: (" + dstPnts[0] + "," + dstPnts[1]
319 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta);
358 if (DEBUG_STATE) Slog.v(TAG, "Creating start and finish animations");
378 if (DEBUG_STATE) Slog.v(TAG, "Rotatio
[all...]
/frameworks/opt/mms/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/os/
H A DRuntimeInit.java43 private final static String TAG = "AndroidRuntime"; field in class:RuntimeInit
70 Slog.e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
72 Slog.e(TAG, "FATAL EXCEPTION: " + t.getName(), e);
80 Slog.e(TAG, "Error reporting crash", t2);
93 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
138 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
223 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
237 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
255 if (DEBUG) Slog.d(TAG, "RuntimeIni
[all...]
H A DZygoteInit.java63 private static final String TAG = "Zygote"; field in class:ZygoteInit
201 Log.e(TAG, "Zygote: error closing sockets", ex);
219 Log.e(TAG, "setreuid() failed. errno: " + errno);
229 Log.e(TAG, "setregid() failed. errno: " + errno);
251 Log.e(TAG, "Couldn't find " + PRELOADED_CLASSES + ".");
253 Log.i(TAG, "Preloading classes...");
285 Log.v(TAG, "Preloading " + line + "...");
290 Log.v(TAG,
299 Log.w(TAG, "Class not found for preloading: " + line);
301 Log.e(TAG, "Erro
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java103 private static final String TAG = "BackupAgent"; field in class:BackupAgent
295 Log.w(TAG, "Unable to obtain canonical paths");
300 Log.w(TAG, "lib and cache files are not backed up");
319 Log.w(TAG, "File " + filePath + " is in an unsupported location; skipping");
324 Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
359 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
370 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
373 if (DEBUG) Log.w(TAG, "Error scanning file " + file + " : " + e);
426 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
443 Log.i(TAG, "Dat
476 private static final String TAG = "BackupServiceBinder"; field in class:BackupAgent.BackupServiceBinder
[all...]
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/app/
H A DNotificationManager.java70 private static String TAG = "NotificationManager"; field in class:NotificationManager
130 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
135 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
152 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
157 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
182 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
196 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
211 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
/frameworks/base/core/java/android/net/
H A DSSLSessionCache.java37 private static final String TAG = "SSLSessionCache"; field in class:SSLSessionCache
64 Log.w(TAG, "Unable to create SSL session cache in " + dir, e);
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java31 private static final String TAG = "AllCapsTransformationMethod"; field in class:AllCapsTransformationMethod
45 Log.w(TAG, "Caller did not enable length changes; not transforming text");
/frameworks/base/core/java/android/view/
H A DActionProvider.java59 private static final String TAG = "ActionProvider"; field in class:ActionProvider
232 Log.w(TAG, "setVisibilityListener: Setting a new ActionProvider.VisibilityListener " +
H A DInputEventReceiver.java31 private static final String TAG = "InputEventReceiver"; field in class:InputEventReceiver
141 Log.w(TAG, "Attempted to finish an input event but the input event "
146 Log.w(TAG, "Attempted to finish an input event that is not in progress.");
168 Log.w(TAG, "Attempted to consume batched input events but the input event "
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java30 private static final String TAG = "BluetoothRebootStressTest"; field in class:BluetoothRebootStressTest
40 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
/frameworks/base/services/java/com/android/server/
H A DNsdService.java64 private static final String TAG = "NsdService"; field in class:NsdService
159 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
164 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
169 Slog.e(TAG, "Send failed, client connection lost");
171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
201 Slog.e(TAG, "Unhandled " + msg);
245 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
288 if (DBG) Slog.d(TAG, "Discover services");
301 Slog.d(TAG, "Discover " + msg.arg2 + " " + id +
313 if (DBG) Slog.d(TAG, "Sto
[all...]
H A DRecognitionManagerService.java41 final static String TAG = "RecognitionManagerService"; field in class:RecognitionManagerService
52 if (DEBUG) Slog.i(TAG, "onSomePackagesChanged user=" + userHandle);
90 if (DEBUG) Slog.i(TAG, "initForUser user=" + userHandle);
117 Slog.w(TAG, "no available voice recognition services found for user " + userHandle);
129 Slog.w(TAG, "more than one voice recognition service found, picking first");
144 if (DEBUG) Slog.i(TAG, "getCurRecognizer curRecognizer=" + curRecognizer
153 if (DEBUG) Slog.i(TAG, "setCurRecognizer comp=" + comp
160 if (DEBUG) Slog.i(TAG, "received " + action);
H A DRandomBlock.java34 private static final String TAG = "RandomBlock"; field in class:RandomBlock
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
98 Slog.w(TAG, "IOException thrown while closing Closeable", e);
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetConfigure.java28 static final String TAG = "TestAppWidgetConfigure"; field in class:TestAppWidgetConfigure
45 Log.d(TAG, "text is '" + text + '\'');
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java141 private static final String TAG = "SurfaceTextureSource"; field in class:SurfaceTextureSource
142 private static final boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
166 if (mLogVerbose) Log.v(TAG, "Preparing SurfaceTextureSource");
181 if (mLogVerbose) Log.v(TAG, "Opening SurfaceTextureSource");
193 if (mLogVerbose) Log.v(TAG, "Processing new frame");
204 if (mLogVerbose) Log.v(TAG, "Timeout waiting for a new frame. Closing.");
238 if (mLogVerbose) Log.v(TAG, "SurfaceTextureSource closed");
261 if (mLogVerbose) Log.v(TAG, "New frame from SurfaceTexture");
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DDeviceDisconnectedReceiver.java30 private static final String TAG = "DeviceDisconnectedReceiver"; field in class:DeviceDisconnectedReceiver
47 Log.d(TAG, "ACTION_USB_DEVICE_DETACHED " + deviceName);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStopStateUnitTest.java31 private static final String TAG = "MediaRecorderStopStateUnitTest"; field in class:MediaRecorderStopStateUnitTest
63 Log.v(TAG, "sleep was interrupted and terminated prematurely");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootReceiver.java31 private static final String TAG = "SystemUIBootReceiver"; field in class:BootReceiver
43 Slog.e(TAG, "Can't start load average service", e);
H A DExpandHelper.java45 private static final String TAG = "ExpandHelper"; field in class:ExpandHelper
116 if (DEBUG_SCALE) Slog.v(TAG, "onscalebegin()");
129 if (DEBUG_SCALE) Slog.v(TAG, "onscale() on " + mCurrView);
146 if (DEBUG_SCALE) Slog.v(TAG, "SetHeight: setting to " + h);
161 if (DEBUG_SCALE) Slog.v(TAG, "Inspecting a child of type: " +
233 if (DEBUG_SCALE) Slog.v(TAG, "updateExpansion()");
273 if (DEBUG) Slog.d(TAG, "isinside (" + x + ", " + y + ")");
276 if (DEBUG) Slog.d(TAG, "isinside null subject");
284 if (DEBUG) Slog.d(TAG, " to global (" + x + ", " + y + ")");
290 if (DEBUG) Slog.d(TAG, " t
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java46 private static final String TAG = "AccountChooser"; field in class:ChooseTypeAndAccountActivity
126 if (Log.isLoggable(TAG, Log.VERBOSE)) {
127 Log.v(TAG, "ChooseTypeAndAccountActivity.onCreate(savedInstanceState="
156 if (Log.isLoggable(TAG, Log.VERBOSE)) {
157 Log.v(TAG, "selected account name is " + mSelectedAccountName);
215 if (Log.isLoggable(TAG, Log.VERBOSE)) {
216 Log.v(TAG, "ChooseTypeAndAccountActivity.onDestroy()");
258 if (Log.isLoggable(TAG, Log.VERBOSE)) {
261 Log.v(TAG, "ChooseTypeAndAccountActivity.onActivityResult(reqCode=" + requestCode
287 Log.d(TAG, "ChooseTypeAndAccountActivit
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java24 private static final String TAG = "TTS.AudioPlaybackHandler"; field in class:AudioPlaybackHandler
59 if (DBG) Log.d(TAG, "Removing all callback items for : " + callerIdentity);
69 if (DBG) Log.d(TAG, "Stopping all items");
125 if (DBG) Log.d(TAG, "MessageLoop : Shutting down (interrupted)");

Completed in 1296 milliseconds

1234567891011>>