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

1234567891011>>

/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/core/java/android/bluetooth/
H A DBluetoothSocket.java88 private static final String TAG = "BluetoothSocket"; field in class:BluetoothSocket
193 if (VDBG) Log.d(TAG, "socket fd passed by stack fds: " + fds);
195 Log.e(TAG, "socket fd passed from stack failed, fds: " + fds);
312 if (DBG) Log.d(TAG, "connect(), SocketState: " + mSocketState + ", mPfd: " + mPfd);
332 Log.e(TAG, Log.getStackTraceString(new Throwable()));
345 Log.e(TAG, "bindListen fail, reason: bluetooth is off");
352 Log.e(TAG, Log.getStackTraceString(new Throwable()));
359 if (VDBG) Log.d(TAG, "bindListen(), SocketState: " + mSocketState + ", mPfd: " +
364 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket ");
366 if (VDBG) Log.d(TAG, "bindListe
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java60 private static String TAG = "DevicePolicyManager"; field in class:DevicePolicyManager
144 Log.w(TAG, "Failed talking with device policy service", e);
160 Log.w(TAG, "Failed talking with device policy service", e);
176 Log.w(TAG, "Failed talking with device policy service", e);
193 Log.w(TAG, "Failed talking with device policy service", e);
212 Log.w(TAG, "Failed talking with device policy service", e);
304 Log.w(TAG, "Failed talking with device policy service", e);
325 Log.w(TAG, "Failed talking with device policy service", e);
357 Log.w(TAG, "Failed talking with device policy service", e);
378 Log.w(TAG, "Faile
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DCardEmulation.java49 static final String TAG = "CardEmulation"; field in class:CardEmulation
147 Log.e(TAG, "NfcAdapter context is null.");
153 Log.e(TAG, "Cannot get PackageManager");
158 Log.e(TAG, "This device does not support card emulation");
162 Log.e(TAG, "PackageManager query failed.");
203 Log.e(TAG, "Failed to recover CardEmulationService.");
210 Log.e(TAG, "Failed to recover CardEmulationService.");
234 Log.e(TAG, "Failed to recover CardEmulationService.");
240 Log.e(TAG, "Failed to reach CardEmulationService.");
283 Log.e(TAG, "Faile
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardFaceUnlockView.java38 private static final String TAG = "FULKeyguardFaceUnlockView"; field in class:KeyguardFaceUnlockView
59 if (DEBUG) Log.d(TAG, "onRotationChanged(): " + mLastRotation + "->" + rotation);
117 if (DEBUG) Log.d(TAG, "onDetachedFromWindow()");
127 Log.e(TAG, "Remote exception when removing rotation watcher");
134 if (DEBUG) Log.d(TAG, "onPause()");
144 Log.e(TAG, "Remote exception when removing rotation watcher");
151 if (DEBUG) Log.d(TAG, "onResume()");
165 Log.e(TAG, "Remote exception when adding rotation watcher");
187 if (DEBUG) Log.d(TAG, "initializeBiometricUnlockView()");
200 Log.w(TAG, "Could
[all...]
H A DKeyguardViewMediator.java107 private final static String TAG = "KeyguardViewMediator"; field in class:KeyguardViewMediator
363 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
382 if (DEBUG) Log.d(TAG, "onSimStateChanged: " + simState);
392 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing,"
406 if (DEBUG) Log.d(TAG, "INTENT_VALUE_ICC_LOCKED and keygaurd isn't "
417 if (DEBUG) Log.d(TAG, "PERM_DISABLED and "
421 if (DEBUG) Log.d(TAG, "PERM_DISABLED, resetStateLocked to"
530 Log.w(TAG, "failed to load lock sound from " + soundPath);
537 Log.w(TAG, "failed to load unlock sound from " + soundPath);
550 if (DEBUG) Log.d(TAG, "onSystemRead
[all...]
H A DKeyguardDisplayManager.java32 protected static final String TAG = "KeyguardDisplayManager"; field in class:KeyguardDisplayManager
46 if (DEBUG) Slog.v(TAG, "show");
56 if (DEBUG) Slog.v(TAG, "hide");
67 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
73 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
79 if (DEBUG) Slog.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
113 Slog.w(TAG, "Invalid display:", ex);
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java37 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
/frameworks/base/services/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java43 private static final String TAG = "RemoteDisplayProvider"; // max. 23 chars field in class:RemoteDisplayProviderProxy
44 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
140 Slog.d(TAG, this + ": Starting");
151 Slog.d(TAG, this + ": Stopping");
188 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...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java201 static final String TAG = "LoaderManager"; field in class:LoaderManagerImpl
264 if (DEBUG) Log.v(TAG, " Starting: " + this);
285 if (DEBUG) Log.v(TAG, " Retaining: " + this);
294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
329 if (DEBUG) Log.v(TAG, " Stopping: " + this);
343 if (DEBUG) Log.v(TAG, " Canceling: " + this);
352 if (DEBUG) Log.v(TAG, " Destroying: " + this);
357 if (DEBUG) Log.v(TAG, " Reseting: " + this);
389 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this);
392 if (DEBUG) Log.v(TAG, " Ignorin
[all...]
/frameworks/base/core/java/android/app/backup/
H A DRestoreSession.java34 static final String TAG = "RestoreSession"; field in class:RestoreSession
56 Log.d(TAG, "Can't contact server to get available sets");
77 Log.d(TAG, "restoreAll() called during active restore");
84 Log.d(TAG, "Can't contact server to restore");
111 Log.d(TAG, "restoreAll() called during active restore");
118 Log.d(TAG, "Can't contact server to restore packages");
141 Log.d(TAG, "restorePackage() called during active restore");
148 Log.d(TAG, "Can't contact server to restore package");
164 Log.d(TAG, "Can't contact server to get available sets");
H A DBackupAgent.java108 private static final String TAG = "BackupAgent"; field in class:BackupAgent
350 Log.w(TAG, "Unable to obtain canonical paths");
355 Log.w(TAG, "lib and cache files are not backed up");
377 Log.w(TAG, "File " + filePath + " is in an unsupported location; skipping");
382 Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
417 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
428 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
431 if (DEBUG) Log.w(TAG, "Error scanning file " + file + " : " + e);
484 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
510 Log.i(TAG, "Unrecognize
553 private static final String TAG = "BackupServiceBinder"; field in class:BackupAgent.BackupServiceBinder
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java40 private static final String TAG = "GeofenceHardwareImpl"; field in class:GeofenceHardwareImpl
41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
112 mWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
127 Log.e(TAG, "Remote Exception calling LocationManagerService");
144 Log.e(TAG, "RemoteException calling LocationManagerService");
161 Log.w(TAG, "GPS Geofence Hardware service seems to have crashed");
163 Log.e(TAG, "Error: GpsService being set again.");
173 Log.w(TAG, "Fused Geofence Hardware service seems to have crashed");
175 Log.e(TAG, "Error: FusedService being set again");
219 Log.d(TAG, "addCircularFenc
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java65 private static final String TAG = TextServicesManager.class.getSimpleName(); field in class:TextServicesManager
179 Log.d(TAG, "getEnabledSpellCheckers: " + (retval != null ? retval.length : "null"));
183 Log.e(TAG, "Error in getEnabledSpellCheckers: " + e);
210 Log.e(TAG, "Error in setCurrentSpellChecker: " + e);
223 Log.e(TAG, "sService is null.");
229 Log.e(TAG, "Error in getCurrentSpellCheckerSubtype: " + e);
247 Log.e(TAG, "Error in setSpellCheckerSubtype:" + e);
258 Log.e(TAG, "Error in setSpellCheckerEnabled:" + e);
269 Log.e(TAG, "Error in isSpellCheckerEnabled:" + e);
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/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java43 private static final String TAG = "SamplingProfilerIntegration"; field in class:SamplingProfilerIntegration
68 return new Thread(r, TAG);
72 Log.i(TAG, "Profiling enabled. Sampling interval ms: "
77 Log.w(TAG, "Profiling setup failed. Could not create " + SNAPSHOT_DIR);
82 Log.i(TAG, "Profiling disabled.");
104 Log.e(TAG, "SamplingProfilerIntegration already started at " + new Date(startMillis));
123 Log.e(TAG, "SamplingProfilerIntegration is not started");
187 Log.e(TAG, "Error writing snapshot to " + path, e);
197 Log.i(TAG, "Wrote snapshot " + path + " in " + elapsed + "ms.");
H A DRuntimeInit.java44 private final static String TAG = "AndroidRuntime"; field in class:RuntimeInit
71 Slog.e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
80 Slog.e(TAG, message.toString(), e);
88 Slog.e(TAG, "Error reporting crash", t2);
101 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
146 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
231 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
234 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
245 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
263 if (DEBUG) Slog.d(TAG, "RuntimeIni
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCameraTestHelper.java39 private String TAG = "CameraTestHelper"; field in class:CameraTestHelper
56 Log.v(TAG, "Shutter");
63 Log.v(TAG, "Raw picture taken");
73 Log.v(TAG, "JPEG picture taken");
79 Log.e(TAG, "File not found: " + e.toString());
81 Log.e(TAG, "Error accessing file: " + e.toString());
88 Log.e(TAG, "Error closing file: " + e.toString());
140 Log.e(TAG, "Security manager access violation: " + e.toString());
151 Log.e(TAG, "Error setting camera parameters");
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java44 private static final String TAG = "RingtonePlayer"; field in class:RingtonePlayer
51 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
63 Log.e(TAG, "Problem registering RingtonePlayer: " + e);
84 if (LOGD) Log.d(TAG, "binderDied() token=" + mToken);
96 Log.d(TAG, "play(token=" + token + ", uri=" + uri + ", uid="
114 if (LOGD) Log.d(TAG, "stop(token=" + token + ")");
127 if (LOGD) Log.d(TAG, "isPlaying(token=" + token + ")");
141 if (LOGD) Log.d(TAG, "playAsync(uri=" + uri + ", user=" + user + ")");
151 if (LOGD) Log.d(TAG, "stopAsync()");
/frameworks/base/services/java/com/android/server/
H A DDockObserver.java43 private static final String TAG = DockObserver.class.getSimpleName(); field in class:DockObserver
65 mWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
73 if (Log.isLoggable(TAG, Log.VERBOSE)) {
74 Slog.v(TAG, "Dock UEVENT: " + event.toString());
91 Slog.e(TAG, "Could not parse switch state from event " + event);
109 Slog.w(TAG, "This kernel does not have dock station support");
111 Slog.e(TAG, "" , e);
133 Slog.i(TAG, "Dock state changed: " + mDockState);
139 Slog.i(TAG, "Device not provisioned, skipping dock broadcast");
/frameworks/base/media/java/android/media/
H A DRingtone.java43 private static final String TAG = "Ringtone"; field in class:Ringtone
187 Log.w(TAG, "Remote playback not allowed: " + e);
192 Log.w(TAG, "Remote playback not allowed: " + e);
198 Log.d(TAG, "Successfully created local player");
200 Log.d(TAG, "Problem opening; delegating to remote player");
226 Log.w(TAG, "Problem playing ringtone: " + e);
231 Log.w(TAG, "Neither local nor remote playback available");
246 Log.w(TAG, "Problem stopping ringtone: " + e);
271 Log.w(TAG, "Problem checking ringtone: " + e);
275 Log.w(TAG, "Neithe
[all...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java24 private static final String TAG = "CarouselViewHelper"; field in class:CarouselViewHelper
85 mHandlerThread = new HandlerThread(TAG + ".handler");
101 Log.e(TAG, "Index out of range for get, card:" + id);
105 Log.e(TAG, "Unknown message: " + id);
141 Log.e(TAG, "Index out of range for set, card:" + id);
231 if (DBG) Log.v(TAG, "onRequestTexture(" + id + ")" );
238 if (DBG) Log.v(TAG, "onInvalidateTexture(" + id + ")");
243 if (DBG) Log.v(TAG, "onRequestGeometry(" + id + ")");
249 if (DBG) Log.v(TAG, "onInvalidateGeometry(" + id + ")");
254 if (DBG) Log.v(TAG, "onRequestDetailTextur
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java39 static final String TAG = "ScreenRotationAnimation"; field in class:ScreenRotationAnimation
237 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
248 Slog.w(TAG, "ScreenRotationAnimation ctor: displayOffset="
267 Slog.w(TAG, "Unable to allocate freeze surface", e);
271 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
278 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
313 Slog.i(TAG, "Original : (" + srcPnts[0] + "," + srcPnts[1]
315 Slog.i(TAG, "Transformed: (" + dstPnts[0] + "," + dstPnts[1]
352 if (DEBUG_STATE) Slog.v(TAG, "**** ROTATION: " + delta);
392 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);

Completed in 733 milliseconds

1234567891011>>