Searched refs:TAG (Results 251 - 275 of 1718) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/android/os/
H A DStrictMode.java122 private static final String TAG = "StrictMode"; field in class:StrictMode
123 private static final boolean LOG_V = Log.isLoggable(TAG, Log.VERBOSE);
1394 Log.wtf(TAG, "unexpected null stacktrace");
1398 if (LOG_V) Log.d(TAG, "handleViolation; policy=" + info.policy);
1438 Log.d(TAG, "StrictMode policy violation; ~duration=" +
1441 Log.d(TAG, "StrictMode policy violation: " + info.crashInfo.stackTrace);
1490 Log.e(TAG, "RemoteException trying to handle StrictMode violation", e);
1526 if (LOG_V) Log.d(TAG, "Dropboxing async; in-flight=" + outstanding);
1534 Log.d(TAG, "No activity manager; failed to Dropbox violation.");
1542 Log.e(TAG, "RemoteExceptio
[all...]
H A DSystemClock.java95 private static final String TAG = "SystemClock"; field in class:SystemClock
152 Slog.e(TAG, "Unable to set RTC", e);
154 Slog.e(TAG, "Unable to set RTC", e);
H A DSystemVibrator.java29 private static final String TAG = "Vibrator"; field in class:SystemVibrator
48 Log.w(TAG, "Failed to vibrate; no vibrator service.");
64 Log.w(TAG, "Failed to vibrate; no vibrator service.");
70 Log.w(TAG, "Failed to vibrate.", e);
81 Log.w(TAG, "Failed to vibrate; no vibrator service.");
92 Log.w(TAG, "Failed to vibrate.", e);
111 Log.w(TAG, "Failed to cancel vibration.", e);
H A DTrace.java36 private static final String TAG = "Trace"; field in class:Trace
H A DUEventObserver.java42 private static final String TAG = "UEventObserver"; field in class:UEventObserver
185 Log.d(TAG, message);
H A DUpdateLock.java31 private static final String TAG = "UpdateLock"; field in class:UpdateLock
85 Log.v(TAG, "setting refcounted=" + isRefCounted + " : " + this);
104 Log.v(TAG, "acquire() : " + this, new RuntimeException("here"));
118 Log.e(TAG, "Unable to contact service to acquire");
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
142 Log.e(TAG, "Unable to contact service to release");
157 Log.wtf(TAG, "UpdateLock finalized while still held");
161 Log.e(TAG, "Unable to contact service to release");
H A DUserManager.java43 private static String TAG = "UserManager"; field in class:UserManager
546 Log.w(TAG, "Could not get user name", re);
596 Log.w(TAG, "Could not check if user is limited ", re);
668 Log.w(TAG, "Could not get user info", re);
690 Log.w(TAG, "Could not get user restrictions", re);
724 Log.w(TAG, "Could not set user restrictions", re);
762 Log.w(TAG, "Could not set user restriction", re);
789 Log.w(TAG, "Could not check user restrictions", re);
836 Log.w(TAG, "Could not create a user", re);
858 Log.w(TAG, "Coul
[all...]
H A DWorkSource.java13 static final String TAG = "WorkSource"; field in class:WorkSource
276 if (DEBUG) Log.d(TAG, "Adding uid " + uid + " to " + this + ": binsearch res = " + i);
364 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
366 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
369 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1
376 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1");
379 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2");
398 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
400 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
403 if (DEBUG) Log.d(TAG, "i
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java72 private static final String TAG = "StorageManager"; field in class:StorageManager
425 Log.e(TAG, "Failed to mount OBB", e);
460 Log.e(TAG, "Failed to mount OBB", e);
478 Log.e(TAG, "Failed to check if OBB is mounted", e);
499 Log.e(TAG, "Failed to find mounted path for OBB", e);
731 Slog.d(TAG, "Found adoptable " + diskId + "; wiping");
737 Slog.w(TAG, "Failed to wipe " + diskId + ", but soldiering onward", e);
740 Slog.d(TAG, "Ignorning non-adoptable disk " + disk.getId());
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java130 private static final String TAG = "PreferenceActivity"; field in class:PreferenceActivity
H A DPreferenceCategory.java34 private static final String TAG = "PreferenceCategory"; field in class:PreferenceCategory
57 "Cannot add a " + TAG + " directly to a " + TAG);
H A DPreferenceGroupAdapter.java56 private static final String TAG = "PreferenceGroupAdapter"; field in class:PreferenceGroupAdapter
H A DPreferenceInflater.java39 private static final String TAG = "PreferenceInflater"; field in class:PreferenceInflater
H A DPreferenceManager.java49 private static final String TAG = "PreferenceManager"; field in class:PreferenceManager
236 Log.w(TAG, "Could not create context for " + activityInfo.packageName + ": "
H A DRingtonePreference.java46 private static final String TAG = "RingtonePreference"; field in class:RingtonePreference
H A DSeekBarVolumizer.java46 private static final String TAG = "SeekBarVolumizer"; field in class:SeekBarVolumizer
171 Log.e(TAG, "invalid SeekBarVolumizer message: "+msg.what);
204 Log.w(TAG, "Error playing ringtone, stream " + mStreamType, e);
237 HandlerThread thread = new HandlerThread(TAG + ".CallbackHandler");
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java91 private static final String TAG = "Calendar"; field in class:CalendarContract
2345 Log.d(TAG, "missed alarms found: " + cursor.getCount());
2355 Log.w(TAG, "rescheduling missed alarm. alarmTime: " + newAlarmTime);
2385 Log.d(TAG, "Schedule alarm at " + alarmTime + " " + schedTime);
H A DContacts.java46 private static final String TAG = "Contacts"; field in class:Contacts
563 Log.e(TAG, "Failed to create the contact");
H A DDocumentsContract.java69 private static final String TAG = "Documents"; field in class:DocumentsContract
835 Log.w(TAG, "Failed to load thumbnail for " + documentUri + ": " + e);
931 Log.w(TAG, "Failed to create document", e);
970 Log.w(TAG, "Failed to rename document", e);
1002 Log.w(TAG, "Failed to delete document", e);
H A DDocumentsProvider.java128 private static final String TAG = "DocumentsProvider"; field in class:DocumentsProvider
504 Log.w(TAG, "Failed during query", e);
528 Log.w(TAG, "Failed during getType", e);
H A DMediaStore.java52 private final static String TAG = "MediaStore"; field in class:MediaStore
620 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex);
622 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex);
624 Log.e(TAG, "failed to allocate memory for thumbnail "
672 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
689 Log.w(TAG, "couldn't decode byte array.");
724 Log.w(TAG, "couldn't decode byte array.");
738 Log.v(TAG, "Create the thumbnail in memory: origId=" + origId
758 Log.w(TAG, ex);
980 Log.e(TAG, "Faile
[all...]
H A DSearchIndexablesProvider.java67 private static final String TAG = "IndexablesProvider"; field in class:SearchIndexablesProvider
H A DSettings.java1235 private static final String TAG = "Settings"; field in class:Settings
1265 Log.w(TAG, "Can't set key " + name + " in " + uri, e);
1324 Log.w(TAG, "Can't set key " + name + " in " + mUri, e);
1339 Log.v(TAG, "invalidate [" + mUri.getLastPathSegment() + "]: current "
1352 if (LOCAL_LOGV) Log.v(TAG, "get setting for user " + userHandle
1378 if (LOCAL_LOGV) Log.i(TAG, "call-query of user " + userHandle
1397 Log.w(TAG, "Can't get key " + name + " from " + mUri);
1406 Log.v(TAG, "cache miss [" + mUri.getLastPathSegment() + "]: " +
1411 Log.w(TAG, "Can't get key " + name + " from " + mUri, e);
1635 Log.w(TAG, "Settin
8094 private static final String TAG = "Bookmarks"; field in class:Settings.Bookmarks
[all...]
/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java44 private static final String TAG = "ChooserTarget"; field in class:ChooserTarget
H A DChooserTargetService.java77 // TAG = "ChooserTargetService[MySubclass]";
78 private final String TAG = ChooserTargetService.class.getSimpleName() field in class:ChooserTargetService
125 if (DEBUG) Log.d(TAG, "onBind " + intent);
127 if (DEBUG) Log.d(TAG, "bad intent action " + intent.getAction() + "; returning null");
144 Log.d(TAG, "getChooserTargets calling onGetChooserTargets; "
150 if (DEBUG) Log.d(TAG, "Sent results");

Completed in 282 milliseconds

<<11121314151617181920>>