Searched refs:TAG (Results 76 - 100 of 740) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/wm/
H A DDimSurface.java36 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
45 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
55 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": SHOW pos=(0,0) (" +
66 Slog.w(WindowManagerService.TAG, "Failure showing dim surface", e);
70 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": pos=(0,0) (" +
86 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " HIDE " + mDimSurface);
89 Slog.w(WindowManagerService.TAG, "Illegal argument exception hiding dim surface");
H A DDimAnimator.java45 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
54 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
64 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": SHOW pos=(0,0) (" +
74 Slog.w(WindowManagerService.TAG, "Failure showing dim surface", e);
91 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface
155 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM "
163 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM "
167 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface
172 Slog.w(WindowManagerService.TAG, "Illegal argument exception hiding dim surface");
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java26 private static final String TAG = "PlaybackSynthesisRequest"; field in class:PlaybackSynthesisCallback
87 if (DBG) Log.d(TAG, "stop()");
95 Log.w(TAG, "stop() called twice");
144 Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat
150 Log.e(TAG, "Unsupported number of channels :" + channelCount);
156 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
174 Log.d(TAG, "audioAvailable(byte[" + buffer.length + "],"
205 if (DBG) Log.d(TAG, "done()");
210 Log.w(TAG, "Duplicate call to done()");
231 if (DBG) Log.d(TAG, "erro
[all...]
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java38 static final String TAG = "HugeBackupActivity"; field in class:HugeBackupActivity
108 Log.v(TAG, "datafile exists");
112 Log.v(TAG, " mayo=" + addMayo
118 Log.v(TAG, "creating default datafile");
144 Log.v(TAG, "New radio item selected: " + checkedId);
154 Log.v(TAG, "Checkbox toggled: " + buttonView);
172 Log.v(TAG, "NEW STATE: mayo=" + addMayo
192 Log.e(TAG, "Unable to record new UI state");
203 Log.v(TAG, "Requesting restore of our most recent data");
208 Log.v(TAG, "Restor
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java132 private static final String TAG = "BackupManagerService"; field in class:BackupManagerService
439 Slog.v(TAG, "Backup requested but no transport available");
458 if (DEBUG) Slog.v(TAG, "clearing pending backups");
478 Slog.v(TAG, "Backup requested but nothing pending");
491 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing");
494 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj);
505 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj);
526 Slog.d(TAG, "MSG_RUN_RESTORE observer=" + params.observer);
582 Slog.e(TAG, "Error from transport getting set list");
588 Slog.e(TAG, "Unabl
1783 private static final String TAG = "PerformBackupTask"; field in class:BackupManagerService.PerformBackupTask
5437 private static final String TAG = "RestoreSession"; field in class:BackupManagerService.ActiveRestoreSession
[all...]
H A DNativeDaemonConnector.java44 private String TAG = "NativeDaemonConnector"; field in class:NativeDaemonConnector
75 TAG = logTag;
82 HandlerThread thread = new HandlerThread(TAG + ".CallbackHandler");
90 Slog.e(TAG, "Error in NativeDaemonConnector", e);
101 Slog.w(TAG, String.format(
105 Slog.e(TAG, String.format(
140 if (LOCAL_LOGD) Slog.d(TAG, String.format("RCV <- {%s}", event));
153 Slog.e(TAG, "Failed to put response onto queue", ex);
157 Slog.w(TAG, String.format("Bad msg (%s)", event));
174 Slog.e(TAG, "Communication
[all...]
H A DDeviceStorageMonitorService.java59 private static final String TAG = "DeviceStorageMonitorService"; field in class:DeviceStorageMonitorService
112 Slog.e(TAG, "Will not process invalid message");
123 if(localLOGV) Slog.i(TAG, " Clear succeeded:"+mClearSucceeded
188 if (localLOGV) Slog.i(TAG, "Clearing cache");
192 Slog.w(TAG, "Failed to get handle for PackageManger Exception: "+e);
204 if(localLOGV) Slog.i(TAG, "Thread already running just skip");
208 Slog.w(TAG, "Thread that clears cache file seems to run for ever");
212 if (localLOGV) Slog.v(TAG, "freeMemory="+mFreeMem);
225 Slog.i(TAG, "Running low on memory. Sending notification");
230 if (localLOGV) Slog.v(TAG, "Runnin
[all...]
/frameworks/base/core/java/android/app/
H A DNotificationManager.java70 private static String TAG = "NotificationManager"; field in class:NotificationManager
122 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
126 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
151 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
166 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java59 private static final String TAG = "BackupManager"; field in class:BackupManager
95 Log.d(TAG, "dataChanged() couldn't connect");
117 Log.d(TAG, "dataChanged(pkg) couldn't connect");
151 Log.w(TAG, "restoreSelf() unable to contact service");
175 Log.w(TAG, "beginRestoreSession() couldn't connect");
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");
/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java52 private static final String TAG = "DhcpStateMachine"; field in class:DhcpStateMachine
111 super(TAG);
129 if (DBG) Log.d(TAG, "Sending a DHCP renewal " + this);
169 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
172 Log.e(TAG, "Error! Failed to handle a DHCP renewal on " + mInterfaceName);
180 Log.e(TAG, "Error! unhandled message " + message);
191 if (DBG) Log.d(TAG, getName() + "\n");
197 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
224 if (DBG) Log.d(TAG, getName() + "\n");
230 if (DBG) Log.d(TAG, getNam
[all...]
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java33 private static final String TAG = "NtpTrustedTime"; field in class:NtpTrustedTime
47 if (LOGD) Log.d(TAG, "creating NtpTrustedTime using " + server);
81 if (LOGD) Log.d(TAG, "forceRefresh() from cache miss");
122 if (LOGD) Log.d(TAG, "currentTimeMillis() cache hit");
130 if (LOGD) Log.d(TAG, "getCachedNtpTime() cache hit");
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java44 private final String TAG = "WifiSoftAPTest"; field in class:WifiSoftAPTest
55 Log.v(TAG, "mWifiConfig is " + mWifiConfig.toString());
57 Log.v(TAG, "mWifiConfig is null.");
63 Log.v(TAG, "turn off wifi tethering");
79 Log.v(TAG, "exception " + e.getStackTrace());
/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/content/
H A DAsyncTaskLoader.java52 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
65 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
67 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
74 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
84 if (DEBUG) Slog.v(TAG, this + " onCancelled");
129 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask);
150 if (DEBUG) Slog.v(TAG, "cancelLoad: mTask=" + mTask);
155 if (DEBUG) Slog.v(TAG,
166 if (DEBUG) Slog.v(TAG, "cancelLoad: task is waiting, dropping it");
173 if (DEBUG) Slog.v(TAG, "cancelLoa
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java87 private static final String TAG = SpellCheckerSession.class.getSimpleName(); field in class:SpellCheckerSession
190 Log.w(TAG, "getSuggestions from " + mSpellCheckerInfo.getId());
240 Log.w(TAG, "Cancel spell checker tasks.");
245 Log.e(TAG, "Failed to cancel " + e);
250 Log.w(TAG, "Get suggestions from the spell checker.");
256 Log.e(TAG, "Failed to get suggestions " + e);
261 Log.w(TAG, "Close spell checker tasks.");
266 Log.e(TAG, "Failed to close " + e);
311 Log.d(TAG, "onServiceConnected - Success");
319 Log.w(TAG, "cance
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java98 private final static String TAG = "KeyguardViewMediator"; field in class:KeyguardViewMediator
320 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath);
327 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath);
336 if (DEBUG) Log.d(TAG, "onSystemReady");
351 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
360 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
412 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = "
430 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence);
442 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")");
449 if (DEBUG) Log.d(TAG, "i
[all...]
/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/core/tests/coretests/src/com/android/internal/util/
H A DStateMachineTest.java48 private static final String TAG = "StateMachineTest"; field in class:StateMachineTest
104 if (smQuitTest.isDbg()) Log.d(TAG, "testStateMachineQuitTest E");
123 Log.e(TAG, "testStateMachineQuitTest: exception while waiting " + e.getMessage());
148 if (smQuitTest.isDbg()) Log.d(TAG, "testStateMachineQuitTest X");
179 Log.d(TAG, "S1.enter");
187 Log.d(TAG, "S1.exit");
198 Log.d(TAG, "S2.enter");
208 Log.d(TAG, "S2.exit");
215 Log.d(TAG, "S2.processMessage");
226 Log.d(TAG, "S
1545 private static final String TAG = "hsm1"; field in class:Hsm1
[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.java43 private final static String TAG = "AndroidRuntime"; field in class:RuntimeInit
66 Slog.e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
68 Slog.e(TAG, "FATAL EXCEPTION: " + t.getName(), e);
76 Slog.e(TAG, "Error reporting crash", t2);
89 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
96 if (DEBUG) Slog.d(TAG, ">>>>> qwerty keyboard = " + hasQwerty);
141 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
229 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
240 if (DEBUG) Slog.d(TAG, "Leavin
[all...]
/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java47 private static final String TAG = "WindowOrientationListener"; field in class:WindowOrientationListener
95 Log.w(TAG, "Cannot detect sensors. Not enabled");
99 if (localLOGV) Log.d(TAG, "WindowOrientationListener enabled");
110 Log.w(TAG, "Cannot detect sensors. Invalid disable");
114 if (localLOGV) Log.d(TAG, "WindowOrientationListener disabled");
368 Slog.v(TAG, "Raw acceleration vector: " +
382 Slog.v(TAG, "Resetting orientation listener.");
392 Slog.v(TAG, "Filtered acceleration vector: " +
409 Slog.v(TAG, "Ignoring sensor data, magnitude out of range: "
427 Slog.v(TAG, "Ignorin
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipSession.java30 private static final String TAG = "SipSession"; field in class:SipSession
245 Log.e(TAG, "SipSession.setListener(): " + e);
264 Log.e(TAG, "getLocalIp(): " + e);
278 Log.e(TAG, "getLocalProfile(): " + e);
293 Log.e(TAG, "getPeerProfile(): " + e);
308 Log.e(TAG, "getState(): " + e);
322 Log.e(TAG, "isInCall(): " + e);
336 Log.e(TAG, "getCallId(): " + e);
367 Log.e(TAG, "register(): " + e);
384 Log.e(TAG, "unregiste
[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/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 379 milliseconds

1234567891011>>