Searched defs:TAG (Results 201 - 225 of 1096) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
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");
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java42 private static final String TAG = "PreferenceInflater"; field in class:PreferenceInflater
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java43 // TAG = "NotificationListenerService[MySubclass]"
44 private final String TAG = NotificationListenerService.class.getSimpleName() field in class:NotificationListenerService
118 Log.v(TAG, "Unable to contact notification manager", ex);
137 Log.v(TAG, "Unable to contact notification manager", ex);
151 Log.v(TAG, "Unable to contact notification manager", ex);
170 Log.w(TAG, "Error running onNotificationPosted", t);
178 Log.w(TAG, "Error running onNotificationRemoved", t);
/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java36 private final static String TAG = "MicrophoneInputStream"; field in class:MicrophoneInputStream
H A DUlawEncoderInputStream.java34 private final static String TAG = "UlawEncoderInputStream"; field in class:UlawEncoderInputStream
/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)");
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java33 private static final String TAG = "DynamicDrawableSpan"; field in class:DynamicDrawableSpan
/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/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 DDisplayEventReceiver.java35 private static final String TAG = "DisplayEventReceiver"; field in class:DisplayEventReceiver
129 Log.w(TAG, "Attempted to schedule a vertical sync pulse but the display event "
H A DInputEventSender.java32 private static final String TAG = "InputEventSender"; field in class:InputEventSender
126 Log.w(TAG, "Attempted to send an input event but the input event "
/frameworks/base/core/java/android/view/inputmethod/
H A DInputBinding.java29 static final String TAG = "InputBinding"; field in class:InputBinding
/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);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java54 private static final String TAG = "DateTimeView"; field in class:DateTimeView
184 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java30 private static final String TAG = "NativeHelper"; field in class:NativeLibraryHelper
75 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryDir.getPath());
90 Slog.d(TAG, " Deleting " + binaries[nn].getName());
94 Slog.w(TAG, "Could not delete native binary: " + binaries[nn].getPath());
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java32 private static final String TAG = "LegacyVpnInfo"; field in class:LegacyVpnInfo
89 Log.w(TAG, "Unhandled state " + info.getDetailedState()
H A DNetworkStatsFactory.java43 private static final String TAG = "NetworkStatsFactory"; field in class:NetworkStatsFactory
/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.");
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java36 private static final String TAG = "AsyncService"; field in class:AsyncService
95 if (DBG) Slog.d(TAG, "onStartCommand");
114 if (DBG) Slog.d(TAG, "onDestroy");
/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.java28 static final String TAG = "InputBindResult"; field in class:InputBindResult
H A DRotationPolicy.java38 private static final String TAG = "RotationPolicy"; field in class:RotationPolicy
110 Log.w(TAG, "Unable to save auto-rotate setting");
138 Log.w(TAG, "Unable to save auto-rotate setting");
/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java49 public static final String TAG = "TextProgressBar"; field in class:TextProgressBar
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java34 private static final String TAG = "Tweener"; field in class:Tweener
49 if (DEBUG) Log.v(TAG, "Removing tweener " + sTweens.get(entry.getKey())
106 if (DEBUG) Log.v(TAG, "Added new Tweener " + tween);
155 Log.v(TAG, "Reset()");
157 Log.v(TAG, "Cleaning up " + sTweens.size() + " animations");
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java36 private static final String TAG = "ConnectivityManagerMobileTest"; field in class:ConnectivityManagerMobileTest
90 Log.v(TAG, message);
104 Log.v(TAG, this.getName() + " is excluded for wifi-only test");
316 Log.v(TAG, this.getName() + " is excluded for wifi-only test");
380 Log.v(TAG, this.getName() + " is excluded for wifi-only test");
430 Log.v(TAG, this.getName() + " is excluded for wifi-only test");
H A DWifiAssociationTest.java46 private static final String TAG = "WifiAssociationTest"; field in class:WifiAssociationTest
86 Log.v(TAG, "read frequency band: " + currentFreq);
120 Log.v(TAG, message);
201 Log.v(TAG, "network config: " + config.toString());

Completed in 437 milliseconds

1234567891011>>