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

1234567891011>>

/frameworks/base/core/java/android/content/
H A DContentValues.java33 public static final String TAG = "ContentValues"; field in class:ContentValues
269 Log.e(TAG, "Cannot parse Long value for " + value + " at key " + key);
273 Log.e(TAG, "Cannot cast value for " + key + " to a Long: " + value, e);
294 Log.e(TAG, "Cannot parse Integer value for " + value + " at key " + key);
298 Log.e(TAG, "Cannot cast value for " + key + " to a Integer: " + value, e);
319 Log.e(TAG, "Cannot parse Short value for " + value + " at key " + key);
323 Log.e(TAG, "Cannot cast value for " + key + " to a Short: " + value, e);
344 Log.e(TAG, "Cannot parse Byte value for " + value + " at key " + key);
348 Log.e(TAG, "Cannot cast value for " + key + " to a Byte: " + value, e);
369 Log.e(TAG, "Canno
[all...]
H A DSyncManager.java86 private static final String TAG = "SyncManager"; field in class:SyncManager
178 if (Log.isLoggable(TAG, Log.VERBOSE)) {
179 Log.v(TAG, "Internal storage is low.");
185 if (Log.isLoggable(TAG, Log.VERBOSE)) {
186 Log.v(TAG, "Internal storage is ok.");
256 Log.d(TAG, "canceling sync since the account is no longer running");
286 if (Log.isLoggable(TAG, Log.VERBOSE)) {
287 Log.v(TAG, "Reconnection detected: clearing all backoffs");
304 Log.w(TAG, "Writing sync state before shutdown...");
509 boolean isLoggable = Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java44 private static final String TAG = "WindowOrientationListener"; field in class:WindowOrientationListener
94 Log.w(TAG, "Cannot detect sensors. Not enabled");
99 Log.d(TAG, "WindowOrientationListener enabled");
111 Log.w(TAG, "Cannot detect sensors. Invalid disable");
116 Log.d(TAG, "WindowOrientationListener disabled");
386 Slog.v(TAG, "Raw acceleration vector: "
403 Slog.v(TAG, "Resetting orientation listener.");
413 Slog.v(TAG, "Filtered acceleration vector: "
432 Slog.v(TAG, "Ignoring sensor data, magnitude too close to zero.");
466 Slog.v(TAG, "Ignorin
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java77 private final static String TAG = "Tethering"; field in class:Tethering
209 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up);
234 if (VDBG) Log.d(TAG, "ignore interface down for " + iface);
244 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
276 if (VDBG) Log.d(TAG, "interfaceAdded " + iface);
291 if (VDBG) Log.d(TAG, iface + " is not a tetherable iface, ignoring");
297 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring");
307 if (VDBG) Log.d(TAG, "interfaceRemoved " + iface);
312 Log.e(TAG, "attempting to remove unknown iface (" + iface + "), ignoring");
326 if (DBG) Log.d(TAG, "Tetherin
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java48 private static final String TAG = "_SIP.WkTimer_"; field in class:SipWakeupTimer
88 Log.w(TAG, "Timer stopped");
119 Log.d(TAG, "queue re-calculated");
176 Log.d(TAG, " add event " + event + " scheduled on "
190 if (DEBUG_TIMER) Log.d(TAG, "cancel:" + callback);
198 if (DEBUG_TIMER) Log.d(TAG, " cancel found:" + event);
213 Log.d(TAG, "after cancel:");
245 Log.d(TAG, "unrecognized intent: " + intent);
252 Log.d(TAG, " " + event + ": scheduled at "
258 Log.d(TAG, "
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java42 static final String TAG = "NativeMedia"; field in class:NativeMedia
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
92 Log.v(TAG, "surfaceCreated");
97 Log.v(TAG, "surfaceDestroyed");
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
114 Log.v(TAG, "surfaceCreated");
119 Log.v(TAG, "surfaceDestroyed");
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
146 Log.v(TAG, "onVideoSizeChanged width=" + width + ", height=" + height);
164 Log.v(TAG, "onItemSelecte
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java109 private static final String TAG = "CameraSource"; field in class:CameraSource
116 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
134 if (mLogVerbose) Log.v(TAG, "Preparing");
141 if (mLogVerbose) Log.v(TAG, "Opening");
173 if (mLogVerbose) Log.v(TAG, "Processing new frame");
184 if (mLogVerbose) Log.v(TAG, "Interrupted while waiting for new frame");
188 if (mLogVerbose) Log.v(TAG, "Got new frame");
193 if (mLogVerbose) Log.v(TAG, "Using frame extractor in thread: " + Thread.currentThread());
207 if (mLogVerbose) Log.v(TAG, "Timestamp: " + (timestamp / 1000000000.0) + " s");
215 if (mLogVerbose) Log.v(TAG, "Don
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java47 static final String TAG = "PowerUI"; field in class:PowerUI
129 Slog.d(TAG, "buckets ....." + mLowBatteryAlertCloseLevel
132 Slog.d(TAG, "level " + oldBatteryLevel + " --> " + mBatteryLevel);
133 Slog.d(TAG, "status " + oldBatteryStatus + " --> " + mBatteryStatus);
134 Slog.d(TAG, "plugType " + oldPlugType + " --> " + mPlugType);
135 Slog.d(TAG, "invalidCharger " + oldInvalidCharger + " --> " + mInvalidCharger);
136 Slog.d(TAG, "bucket " + oldBucket + " --> " + bucket);
137 Slog.d(TAG, "plugged " + oldPlugged + " --> " + plugged);
141 Slog.d(TAG, "showing invalid charger warning");
167 Slog.w(TAG, "unknow
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java48 private static final String TAG = "CallerInfo"; field in class:CallerInfo
49 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
167 if (VDBG) Log.v(TAG, "getCallerInfo() based on cursor...");
212 if (VDBG) Log.v(TAG, "==> got info.person_id: " + info.person_id);
215 Log.w(TAG, "Couldn't find person_id column for " + contactRef);
272 if (VDBG) Log.v(TAG, "getCallerInfo() based on number...");
417 Log.e(TAG, "Cannot access VoiceMail.", se);
476 if (VDBG) Log.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '"
479 // if (VDBG) Log.v(TAG, "- MIME type: "
487 if (VDBG) Log.v(TAG, "'dat
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java200 static final String TAG = "InputMethodManager"; field in class:InputMethodManager
360 Log.i(TAG, "handleMessage: MSG_BIND " + res.sequence + "," + res.id);
364 Log.w(TAG, "Ignoring onBind: cur seq=" + mBindSequence
379 Log.i(TAG, "handleMessage: MSG_UNBIND " + sequence);
390 Log.w(TAG, "IME died: " + mCurId, e);
414 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
744 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView);
1067 if (DEBUG) Log.v(TAG, "Starting input: view=" + view);
1069 if (DEBUG) Log.v(TAG, "ABORT input: no served view!");
1084 if (DEBUG) Log.v(TAG, "ABOR
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java91 private static final String TAG = "AccountManagerService"; field in class:AccountManagerService
293 Log.d(TAG, "deleting grants for UID " + uid
348 Slog.w(TAG, "deleting account " + accountName + " because type "
424 Slog.d(TAG, "onServiceChanged() for userId " + userId);
429 if (Log.isLoggable(TAG, Log.VERBOSE)) {
430 Log.v(TAG, "getPassword: " + account
468 if (Log.isLoggable(TAG, Log.VERBOSE)) {
469 Log.v(TAG, "getUserData: " + account
487 if (Log.isLoggable(TAG, Log.VERBOSE)) {
488 Log.v(TAG, "getAuthenticatorType
[all...]
/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java68 private static final String TAG = "DeviceStorageMonitorService"; field in class:DeviceStorageMonitorService
135 Slog.e(TAG, "Will not process invalid message");
146 if(localLOGV) Slog.i(TAG, " Clear succeeded:"+mClearSucceeded
211 if (localLOGV) Slog.i(TAG, "Clearing cache");
215 Slog.w(TAG, "Failed to get handle for PackageManger Exception: "+e);
227 if(localLOGV) Slog.i(TAG, "Thread already running just skip");
231 Slog.w(TAG, "Thread that clears cache file seems to run for ever");
235 if (localLOGV) Slog.v(TAG, "freeMemory="+mFreeMem);
265 Slog.i(TAG, "Running low on memory. Sending notification");
269 if (localLOGV) Slog.v(TAG, "Runnin
[all...]
H A DWallpaperManagerService.java88 static final String TAG = "WallpaperService"; field in class:WallpaperManagerService
249 Slog.w(TAG, "Wallpaper service gone: " + mWallpaper.wallpaperComponent);
254 Slog.w(TAG, "Reverting to built-in wallpaper!");
310 Slog.w(TAG, "Wallpaper no longer available; reverting to default");
389 Slog.w(TAG, "Wallpaper uninstalled, removing: "
409 Slog.w(TAG, "Wallpaper component gone, removing: "
428 if (DEBUG) Slog.v(TAG, "WallpaperService startup");
453 if (DEBUG) Slog.v(TAG, "systemReady");
558 Slog.w(TAG, "Failure starting previous wallpaper", e);
564 if (DEBUG) Slog.v(TAG, "clearWallpape
[all...]
H A DWiredAccessoryManager.java54 private static final String TAG = WiredAccessoryManager.class.getSimpleName(); field in class:WiredAccessoryManager
126 if (LOG) Slog.v(TAG, "notifyWiredAccessoryChanged: when=" + whenNanos
176 if (LOG) Slog.v(TAG, "newName=" + newName
182 Log.e(TAG, "No state change.");
190 Log.e(TAG, "Invalid combination, unsetting h2w flag");
196 Log.e(TAG, "Invalid combination, unsetting usb flag");
200 Log.e(TAG, "invalid transition, returning ...");
260 Slog.e(TAG, "setDeviceState() invalid headset type: "+headset);
265 Slog.v(TAG, "device "+headsetName+((state == 1) ? " connected" : " disconnected"));
293 if (LOG) Slog.v(TAG, "ini
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardFaceUnlockView.java34 private static final String TAG = "FULKeyguardFaceUnlockView"; field in class:KeyguardFaceUnlockView
89 if (DEBUG) Log.d(TAG, "onDetachedFromWindow()");
98 if (DEBUG) Log.d(TAG, "onPause()");
107 if (DEBUG) Log.d(TAG, "onResume()");
130 if (DEBUG) Log.d(TAG, "initializeBiometricUnlockView()");
143 Log.w(TAG, "Couldn't find biometric unlock view");
153 if (DEBUG) Log.d(TAG, "maybeStartBiometricUnlock()");
191 if (DEBUG) Log.d(TAG, "onPhoneStateChanged(" + phoneState + ")");
201 if (DEBUG) Log.d(TAG, "onUserSwitched(" + userId + ")");
211 if (DEBUG) Log.d(TAG, "onKeyguardVisibilityChange
[all...]
/frameworks/base/media/java/android/media/
H A DRingtone.java42 private static final String TAG = "Ringtone"; field in class:Ringtone
194 Log.w(TAG, "Remote playback not allowed: " + e);
199 Log.w(TAG, "Remote playback not allowed: " + e);
205 Log.d(TAG, "Successfully created local player");
207 Log.d(TAG, "Problem opening; delegating to remote player");
232 Log.w(TAG, "Problem playing ringtone: " + e);
235 Log.w(TAG, "Neither local nor remote playback available");
249 Log.w(TAG, "Problem stopping ringtone: " + e);
274 Log.w(TAG, "Problem checking ringtone: " + e);
278 Log.w(TAG, "Neithe
[all...]
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java50 private static final String TAG = "SpeechRecognizer"; field in class:SpeechRecognizer
167 if (DBG) Log.d(TAG, "onServiceConnected - Success");
178 if (DBG) Log.d(TAG, "onServiceDisconnected - Success");
271 Log.e(TAG, "no selected voice recognition service");
282 Log.e(TAG, "bind to recognition service failed");
339 if (DBG) Log.d(TAG, "service start listening command succeded");
341 Log.e(TAG, "startListening() failed", e);
353 if (DBG) Log.d(TAG, "service stop listening command succeded");
355 Log.e(TAG, "stopListening() failed", e);
367 if (DBG) Log.d(TAG, "servic
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DPatternUnlockScreen.java45 private static final String TAG = "UnlockScreen"; field in class:PatternUnlockScreen
118 if (DEBUG) Log.d(TAG, "mode normal");
122 if (DEBUG) Log.d(TAG, "mode ForgotLockPattern");
126 if (DEBUG) Log.d(TAG, "mode VerifyUnlocked");
155 if (DEBUG) Log.d(TAG,
166 Log.d(TAG, "portrait mode");
169 Log.d(TAG, "landscape mode");
203 if (DEBUG) Log.d(TAG, "setEnableFallback(" + state + ")");
225 Log.v(TAG, "***** PATTERN ATTACHED TO WINDOW");
226 Log.v(TAG, "Cu
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java61 private final static String TAG = "CountryDetector"; field in class:ComprehensiveCountryDetector
136 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
158 Slog.i(TAG, "Stop the detector.");
206 Slog.d(TAG, country.toString());
215 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
319 Slog.d(TAG, "startLocationBasedDetection=" + startLocationBasedDetection
331 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
363 Slog.d(TAG, "starts LocationBasedDetector to detect Country code via Location info "
373 Slog.d(TAG, "tries to stop LocationBasedDetector "
398 Slog.d(TAG, ""
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java57 private static final String TAG = "PowerManagerNotifier"; field in class:Notifier
124 Slog.d(TAG, "onWakeLockAcquired: flags=" + flags + ", tag=\"" + tag
147 Slog.d(TAG, "onWakeLockReleased: flags=" + flags + ", tag=\"" + tag
179 Slog.d(TAG, "onScreenOn");
194 Slog.d(TAG, "onScreenOff");
209 Slog.d(TAG, "onScreenBrightness: brightness=" + brightness);
225 Slog.d(TAG, "onWakeUpStarted");
247 Slog.d(TAG, "onWakeUpFinished");
256 Slog.d(TAG, "onGoToSleepStarted");
275 Slog.d(TAG, "onGoToSleepFinishe
[all...]
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDebuggingManager.java47 private static final String TAG = "UsbDebuggingManager"; field in class:UsbDebuggingManager
87 Slog.e(TAG, "got " + count + " reading");
93 Slog.d(TAG, "Received public key: " + key);
99 Slog.e(TAG, "Wrong message: " + (new String(Arrays.copyOfRange(buffer, 0, 2))));
104 Slog.e(TAG, "Communication error: ", ex);
127 Slog.e(TAG, "Failed closing output stream: " + e);
133 Slog.e(TAG, "Failed closing socket: " + ex);
143 Slog.e(TAG, "Failed to write response:", ex);
194 Slog.e(TAG, "Fingerprints do not match. Got "
229 Slog.e(TAG, "Erro
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java101 private static final String TAG = "SettingsBackupAgent"; field in class:SettingsBackupAgent
181 Log.v(TAG, "network={");
183 Log.v(TAG, " " + line);
185 Log.v(TAG, "}");
229 Log.v(TAG, "Adding " + net.ssid + " / " + net.key_mgmt);
235 Log.v(TAG, "Dupe; skipped " + net.ssid + " / " + net.key_mgmt);
261 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked");
311 Log.w(TAG, "Unable to read supplicant data");
322 Log.w(TAG, "Unable to read config file");
331 Log.v(TAG, "Startin
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java60 private static final String TAG = "StorageManager"; field in class:StorageManager
168 Log.e(TAG, "Unsupported event " + msg.what);
273 Log.e(TAG, "Unsupported event " + msg.what);
314 Log.e(TAG, "Unable to connect to mount service! - is it running yet?");
339 Log.e(TAG, "Register mBinderListener failed");
372 Log.e(TAG, "Unregister mBinderListener failed");
388 Log.e(TAG, "Failed to enable UMS", ex);
401 Log.e(TAG, "Failed to disable UMS", ex);
415 Log.e(TAG, "Failed to get UMS connection state", ex);
430 Log.e(TAG, "Faile
[all...]
/frameworks/base/core/java/android/provider/
H A DDrmStore.java43 private static final String TAG = "DrmStore"; field in class:DrmStore
117 Log.e(TAG, "pushing file failed", e);
123 Log.e(TAG, "IOException in DrmStore.addDrmFile()", e);
158 Log.w(TAG, "unsupported mime type " + mimeType);
183 Log.e(TAG, "pushing file failed", e);
191 Log.e(TAG, "IOException in DrmStore.addDrmFile()", e);
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java151 Log.d(TAG, "Hello World");
235 private static final String TAG = "hsm1";
244 Log.d(TAG, "makeHsm1 E");
247 Log.d(TAG, "makeHsm1 X");
253 Log.d(TAG, "ctor E");
263 Log.d(TAG, "ctor X");
268 Log.d(TAG, "mP1.enter");
272 Log.d(TAG, "mP1.processMessage what=" + message.what);
289 Log.d(TAG, "mP1.exit");
295 Log.d(TAG, "mS
422 private static final String TAG = "StateMachine"; field in class:StateMachine
[all...]

Completed in 5974 milliseconds

1234567891011>>