Searched refs:TAG (Results 176 - 200 of 740) sorted by relevance

1234567891011>>

/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...]
H A DGpsXtraDownloader.java45 private static final String TAG = "GpsXtraDownloader"; field in class:GpsXtraDownloader
66 Log.e(TAG, "No XTRA servers were specified in the GPS configuration");
110 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
133 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase());
150 Log.e(TAG, "Unexpected IOException.", e);
162 if (DEBUG) Log.d(TAG, "error " + e);
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java70 Slog.i(WindowManagerService.TAG, "WINDOW DIED " + windowState);
88 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out sending to "
98 Slog.i(WindowManagerService.TAG,
148 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED updateInputWindowsLw");
161 Log.d(WindowManagerService.TAG, "Inserting drag window");
167 Slog.w(WindowManagerService.TAG, "Drag is in progress but there is no "
242 if (false) Slog.d(WindowManagerService.TAG, "<<<<<<< EXITED updateInputWindowsLw");
310 Slog.d(WindowManagerService.TAG, "Input focus has changed to " + newWindow);
346 Slog.v(WindowManagerService.TAG, "Pausing WindowToken " + window);
357 Slog.v(WindowManagerService.TAG, "Resumin
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java75 private final static String TAG = "Tethering"; field in class:Tethering
207 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up);
232 if (VDBG) Log.d(TAG, "ignore interface down for " + iface);
242 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
274 if (VDBG) Log.d(TAG, "interfaceAdded " + iface);
289 if (VDBG) Log.d(TAG, iface + " is not a tetherable iface, ignoring");
295 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring");
305 if (VDBG) Log.d(TAG, "interfaceRemoved " + iface);
310 Log.e(TAG, "attempting to remove unknown iface (" + iface + "), ignoring");
322 if (DBG) Log.d(TAG, "Tetherin
[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.java143 Log.d(TAG, "Hello World");
227 private static final String TAG = "hsm1";
236 Log.d(TAG, "makeHsm1 E");
239 Log.d(TAG, "makeHsm1 X");
245 Log.d(TAG, "ctor E");
255 Log.d(TAG, "ctor X");
260 Log.d(TAG, "mP1.enter");
264 Log.d(TAG, "mP1.processMessage what=" + message.what);
281 Log.d(TAG, "mP1.exit");
287 Log.d(TAG, "mS
414 private static final String TAG = "StateMachine"; field in class:StateMachine
[all...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java67 private static final String TAG = "VideoDumpView"; field in class:VideoDumpView
128 Log.d(TAG, "onResume");
150 Log.e(TAG, e.getMessage(), e);
171 Log.e(TAG, e.getMessage(), e);
176 Log.d(TAG, "stopPlayback");
188 Log.e(TAG, e.getMessage(), e);
191 Log.d(TAG, "image list file was not written successfully.");
268 private static String TAG = "VideoDumpRenderer"; field in class:VideoDumpView.VideoDumpRenderer
422 Log.d(TAG, mDrawNumber + "/" + frameNumber + " before dumping "
425 Log.d(TAG, mDrawNumbe
[all...]
/frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java48 private static String TAG = "GL2JavaView"; field in class:GL2JavaView
103 Log.e(TAG, "Could not compile shader " + shaderType + ":");
104 Log.e(TAG, GLES20.glGetShaderInfoLog(shader));
133 Log.e(TAG, "Could not link program: ");
134 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
145 Log.e(TAG, op + ": glError " + error);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DChoreographer.java33 private static final String TAG = RecentsPanelView.TAG; field in class:Choreographer
119 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")");
140 if (DEBUG) Slog.d(TAG, "panelHeight=" + h);
145 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
151 if (DEBUG) Slog.d(TAG, "onAnimationEnd");
/frameworks/base/services/java/com/android/server/
H A DCountryDetectorService.java82 private final static String TAG = "CountryDetector"; field in class:CountryDetectorService
137 Slog.d(TAG, "The first listener is added");
141 Slog.e(TAG, "linkToDeath failed:", e);
151 Slog.d(TAG, "No listener is left");
164 Slog.e(TAG, "notifyReceivers failed:", e);
226 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java32 private static final String TAG = "SQLiteQuery"; field in class:SQLiteQuery
91 Log.d(TAG, "fillWindow took " + elapsed
112 Log.e(TAG, "exception: " + e.getMessage() + "; query: " + mSql);
/frameworks/base/core/java/android/net/
H A DDummyDataStateTracker.java33 private static final String TAG = "DummyDataStateTracker"; field in class:DummyDataStateTracker
203 Slog.d(TAG, s);
207 Slog.e(TAG, s);
H A DDhcpInfoInternal.java35 private final static String TAG = "DhcpInfoInternal"; field in class:DhcpInfoInternal
93 Log.e(TAG, "makeLinkAddress with empty ipAddress");
109 Log.d(TAG, "makeLinkProperties with empty dns1!");
114 Log.d(TAG, "makeLinkProperties with empty dns2!");
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java62 private static final String TAG = "NFC"; field in class:MifareUltralight
248 Log.e(TAG, "NFC service dead", e);
263 Log.e(TAG, "NFC service dead", e);
/frameworks/base/core/java/android/server/
H A DBluetoothAdapterProperties.java27 private static final String TAG = "BluetoothAdapterProperties"; field in class:BluetoothAdapterProperties
72 Log.e(TAG, "*Error*: GetAdapterProperties returned NULL");
80 Log.e(TAG, "Error:Adapter Property at index " + i + " is null");
H A DBluetoothDeviceProperties.java28 private static final String TAG = "BluetoothDeviceProperties"; field in class:BluetoothDeviceProperties
55 Log.e(TAG, "Error: Remote Device Property at index "
91 Log.e(TAG, "setRemoteDeviceProperty for a device not in cache:" + address);
129 Log.e(TAG, "getRemoteDeviceProperty: " + property + " not present: " + address);
/frameworks/base/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java40 private static String TAG = "TestFramerateView"; field in class:TestFramerateView
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
57 Log.v(TAG, " Short frames since last long frame: " + mNumShortFramesElapsed);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DShortcutManager.java39 private static final String TAG = "ShortcutManager"; field in class:ShortcutManager
75 Log.e(TAG, "ShortcutObserver could not re-query shortcuts.");
88 Log.w(TAG, "Intent URI for shortcut invalid.", e);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgentHelper.java56 static final String TAG = "BackupAgentHelper"; field in class:BackupAgentHelper
H A DFullBackup.java41 static final String TAG = "FullBackup"; field in class:FullBackup
115 Log.e(TAG, "Unable to create/open file " + outFile.getPath(), e);
125 Log.w(TAG, "Incomplete read: expected " + size + " but got "
135 Log.e(TAG, "Unable to write to file " + outFile.getPath(), e);
/frameworks/base/core/java/android/view/
H A DInputQueue.java27 private static final String TAG = "InputQueue"; field in class:InputQueue
89 Slog.d(TAG, "Registering input channel '" + inputChannel + "'");
109 Slog.d(TAG, "Unregistering input channel '" + inputChannel + "'");
178 Slog.d(TAG, "Recycled finished callbacks: " + sRecycleCount);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java36 static final String TAG = "SystemUIService"; field in class:SystemUIService
76 Slog.w(TAG, "Failing checking whether status bar can hide", e);
83 Slog.d(TAG, "loading: " + cl);
92 Slog.d(TAG, "running: " + mServices[i]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java45 private static final String TAG = "UsbAccessoryUriActivity"; field in class:UsbAccessoryUriActivity
61 Log.e(TAG, "could not parse Uri " + uriString);
67 Log.e(TAG, "Uri not http or https: " + mUri);
95 Log.e(TAG, "startActivity failed for " + mUri);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DExpatPerformanceTest.java38 private static final String TAG = ExpatPerformanceTest.class.getSimpleName(); field in class:ExpatPerformanceTest
79 Log.i(TAG, "expat SAX: " + elapsed + "ms");
88 Log.i(TAG, "expat pull: " + elapsed + "ms");
99 Log.i(TAG, "java pull parser: " + elapsed + "ms");
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DBigEditTextActivityNonScrollablePanScanTests.java27 public final String TAG = "BigEditTextActivityNonScrollablePanScanTests"; field in class:BigEditTextActivityNonScrollablePanScanTests

Completed in 457 milliseconds

1234567891011>>