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

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java52 private static final String TAG = "ValidateNoPeople"; field in class:ValidateNotificationPeople
53 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);;
54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
90 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
104 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
117 if (VERBOSE) Slog.i(TAG, "disabled");
121 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
125 if (VERBOSE) Slog.i(TAG, "skipping global notification");
130 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
149 if (DEBUG) Slog.d(TAG, "checkin
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DFocusedStackFrame.java37 private static final String TAG = "FocusedStackFrame"; field in class:FocusedStackFrame
81 if (DEBUG) Slog.i(TAG, "draw: mBounds=" + mBounds + " mLastBounds=" + mLastBounds);
87 Slog.e(TAG, "Unable to lock canvas", e);
89 Slog.e(TAG, "Unable to lock canvas", e);
92 if (DEBUG) Slog.w(TAG, "Canvas is null...");
99 if (DEBUG) Slog.w(TAG, "c.width=" + c.getWidth() + " c.height=" + c.getHeight()
109 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION setupSurface");
121 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG, ">>> CLOSE TRANSACTION setupSurface");
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DMainActivity.java12 private static final String TAG = "Main"; field in class:MainActivity
20 Log.d(TAG, "x, y = " + textView.getX() + ", " + textView.getY());
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DUtils.java30 private static final String TAG = "Utils"; field in class:Utils
58 Log.e(TAG, "getBitmapFromUrl: " + source, e);
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetConfigure.java28 static final String TAG = "TestAppWidgetConfigure"; field in class:TestAppWidgetConfigure
45 Log.d(TAG, "text is '" + text + '\'');
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorStorage.java27 private static final String TAG = "AggregatorStorage"; field in class:AggregatorStorage
50 Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java27 private static final String TAG = "BluetoothPbapRequestPullPhoneBookSize"; field in class:BluetoothPbapRequestPullPhoneBookSize
45 Log.v(TAG, "readResponseHeaders");
H A DBluetoothPbapRequestPullVcardListingSize.java27 private static final String TAG = "BluetoothPbapRequestPullVcardListingSize"; field in class:BluetoothPbapRequestPullVcardListingSize
45 Log.v(TAG, "readResponseHeaders");
H A DBluetoothPbapRequestSetPath.java29 private final static String TAG = "BluetoothPbapRequestSetPath"; field in class:BluetoothPbapRequestSetPath
53 Log.v(TAG, "execute");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiService.java29 private static final String TAG = "WifiService"; field in class:WifiService
39 Log.i(TAG, "Registering " + Context.WIFI_SERVICE);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFullWidthDetailsOverviewSharedElementHelper.java49 private static final String TAG = "FullWidthDetailsOverviewSharedElementHelper"; field in class:FullWidthDetailsOverviewSharedElementHelper
77 Log.d(TAG, "postponeEnterTransition " + mActivityToRunTransition);
88 Log.d(TAG, "timeout " + mActivityToRunTransition);
119 Log.d(TAG, "onBindLogo, could start transition of " + mActivityToRunTransition);
127 Log.d(TAG, "rebind? clear transitionName on current viewHolder "
139 Log.d(TAG, "setTransitionName "+mViewHolder.getOverviewView());
151 Log.d(TAG, "onTransitionEnd " + mActivityToRunTransition);
182 Log.d(TAG, "startPostponedEnterTransition " + mActivityToRunTransition);
/frameworks/support/v4/ics/android/support/v4/speech/tts/
H A DTextToSpeechICS.java11 private static final String TAG = "android.support.v4.speech.tts"; field in class:TextToSpeechICS
19 Log.w(TAG, "Can't specify tts engine on this device");
/frameworks/support/v4/java/android/support/v4/os/
H A DEnvironmentCompat.java31 private static final String TAG = "EnvironmentCompat"; field in class:EnvironmentCompat
70 Log.w(TAG, "Failed to resolve canonical path: " + e);
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java47 private static final String TAG = "DisplayManager"; field in class:DisplayManagerGlobal
130 Log.d(TAG, "getDisplayInfo: displayId=" + displayId + ", info=" + info);
135 Log.e(TAG, "Could not get display information from display manager.", ex);
162 Log.e(TAG, "Could not get display ids from display manager.", ex);
240 Log.e(TAG, "Failed to register callback with display manager service.", ex);
270 Log.e(TAG, "Failed to scan for Wifi displays.", ex);
282 Log.e(TAG, "Failed to scan for Wifi displays.", ex);
285 Log.wtf(TAG, "Wifi display scan nest count became negative: "
300 Log.e(TAG, "Failed to connect to Wifi display " + deviceAddress + ".", ex);
308 Log.e(TAG, "Faile
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java64 // TAG = "NotificationListenerService[MySubclass]"
65 private final String TAG = NotificationListenerService.class.getSimpleName() field in class:NotificationListenerService
306 Log.v(TAG, "Unable to contact notification manager", ex);
332 Log.v(TAG, "Unable to contact notification manager", ex);
366 Log.v(TAG, "Unable to contact notification manager", ex);
382 Log.v(TAG, "Unable to contact notification manager", ex);
408 Log.v(TAG, "Unable to contact notification manager", ex);
483 Log.w(TAG, "onNotificationPosted: can't rebuild notification from " +
492 Log.v(TAG, "Unable to contact notification manager", ex);
512 Log.v(TAG, "Unabl
[all...]
/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/location/java/android/location/
H A DSettingInjectorService.java84 private static final String TAG = "SettingInjectorService"; field in class:SettingInjectorService
177 if (Log.isLoggable(TAG, Log.DEBUG)) {
178 Log.d(TAG, mName + ": received " + intent
186 Log.e(TAG, mName + ": sending dynamic status failed", e);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterPort.java36 private static final String TAG = "FilterPort"; field in class:FilterPort
41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
74 if (mLogVerbose) Log.v(TAG, "Opening " + this);
81 if (mLogVerbose) Log.v(TAG, "Closing " + this);
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacService.java32 private static final String TAG = "PacService"; field in class:PacService
97 Log.e(TAG, "Only system user is allowed to call setPacFile");
106 Log.e(TAG, "Only system user is allowed to call startPacSystem");
115 Log.e(TAG, "Only system user is allowed to call stopPacSystem");
/frameworks/base/services/core/java/com/android/server/
H A DRandomBlock.java34 private static final String TAG = "RandomBlock"; field in class:RandomBlock
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
98 Slog.w(TAG, "IOException thrown while closing Closeable", e);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java70 private static final String TAG = "FingerprintService"; field in class:FingerprintService
96 Slog.w(TAG, "Unknown message:" + msg.what);
124 Slog.v(TAG, "fingerprintd died");
140 Slog.w(TAG, "Failed to open Fingerprint HAL!");
144 Slog.e(TAG, "Failed to open fingeprintd HAL", e);
148 Slog.w(TAG, "fingerprint service not available");
156 Slog.w(TAG, "fingerIds and groupIds differ in length: f[]="
160 if (DEBUG) Slog.w(TAG, "Enumerate: f[]=" + fingerIds + ", g[]=" + groupIds);
250 Slog.v(TAG, "Reset fingerprint lockout");
263 Slog.w(TAG, "Canno
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DRequestArcInitiationAction.java25 private static final String TAG = "RequestArcInitiationAction"; field in class:RequestArcInitiationAction
H A DRequestArcTerminationAction.java25 private static final String TAG = "RequestArcTerminationAction"; field in class:RequestArcTerminationAction
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java34 private static final String TAG = "GeocoderProxy"; field in class:GeocoderProxy
58 mServiceWatcher = new ServiceWatcher(mContext, TAG, SERVICE_ACTION, overlaySwitchResId,
81 Log.w(TAG, e);
98 Log.w(TAG, e);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgentFactory.java33 private static final Log.Tag TAG = new Log.Tag("CamAgntFact"); field in class:CameraAgentFactory
79 Log.d(TAG, "API level overridden by system property: forced to 1");
82 Log.d(TAG, "API level overridden by system property: forced to 2");
87 Log.w(TAG, "null API level request, so assuming AUTO");

Completed in 730 milliseconds

<<11121314151617181920>>