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

<<11121314151617181920>>

/frameworks/base/services/java/com/android/server/am/
H A DTransferPipe.java36 static final String TAG = "TransferPipe"; field in class:TransferPipe
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
187 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
197 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
225 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
227 if (DEBUG) Slog.i(TAG, "Interrupted!");
/frameworks/base/services/java/com/android/server/location/
H A DLocationBlacklist.java41 private static final String TAG = "LocationBlacklist"; field in class:LocationBlacklist
70 Slog.i(TAG, "whitelist: " + Arrays.toString(mWhitelist));
72 Slog.i(TAG, "blacklist: " + Arrays.toString(mBlacklist));
92 if (D) Log.d(TAG, "dropping location (blacklisted): "
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java53 private static final String TAG = "LockdownVpnTracker"; field in class:LockdownVpnTracker
106 Slog.d(TAG, "handleStateChanged()");
136 Slog.d(TAG, "Active network connected; starting VPN");
144 Slog.e(TAG, "Invalid VPN profile; requires IP-based server and DNS");
157 Slog.d(TAG, "VPN connected using iface=" + iface + ", sourceAddr=" + sourceAddr);
185 Slog.d(TAG, "initLocked()");
212 Slog.d(TAG, "shutdownLocked()");
288 NotificationManager.from(mContext).notify(TAG, 0, builder.build());
292 NotificationManager.from(mContext).cancel(TAG, 0);
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java51 private static final String TAG = "CertPinInstallReceiverTest"; field in class:CertPinInstallReceiverTest
195 Log.e(TAG, "started test");
210 Log.e(TAG, "started testOverwritePinList");
212 Log.e(TAG, "started testOverwritePinList");
216 Log.e(TAG, "started testOverwritePinList");
220 Log.e(TAG, "started testOverwritePinList");
226 Log.e(TAG, "started testOverwritePinList");
234 Log.e(TAG, "started testOverwritePinList");
240 Log.e(TAG, "started testOverwritePinList");
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DBigEditTextActivityNonScrollablePanScanTests.java27 public final String TAG = "BigEditTextActivityNonScrollablePanScanTests"; field in class:BigEditTextActivityNonScrollablePanScanTests
H A DBigEditTextActivityNonScrollableResizeTests.java27 public final String TAG = "BigEditTextActivityNonScrollableResizeTests"; field in class:BigEditTextActivityNonScrollableResizeTests
H A DBigEditTextActivityScrollablePanScanTests.java27 public final String TAG = "BigEditTextActivityScrollablePanScanTests"; field in class:BigEditTextActivityScrollablePanScanTests
H A DBigEditTextActivityScrollableResizeTests.java27 public final String TAG = "BigEditTextActivityScrollableResizeTests"; field in class:BigEditTextActivityScrollableResizeTests
H A DBottomEditTextActivityPanScanTests.java27 public final String TAG = "BottomEditTextActivityPanScanTests"; field in class:BottomEditTextActivityPanScanTests
H A DBottomEditTextActivityResizeTests.java27 public final String TAG = "BottomEditTextActivityResizeTests"; field in class:BottomEditTextActivityResizeTests
H A DButtonActivityTest.java26 final public String TAG = "ButtonActivityTest"; field in class:ButtonActivityTest
H A DOneEditTextActivityNotSelectedTests.java25 public final String TAG = "OneEditTextActivityNotSelectedTests"; field in class:OneEditTextActivityNotSelectedTests
H A DOneEditTextActivitySelectedTests.java28 public final String TAG = "OneEditTextActivitySelectedTests"; field in class:OneEditTextActivitySelectedTests
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java36 private static final String TAG = "UsimDataDownloadHandler"; field in class:UsimDataDownloadHandler
70 Log.e(TAG, "startDataDownload failed to send message to start data download.");
125 Log.e(TAG, "startDataDownload() calculated incorrect envelope length, aborting.");
167 Log.d(TAG, "USIM data download succeeded: " + response.toString());
170 Log.e(TAG, "USIM data download failed: Toolkit busy");
174 Log.e(TAG, "USIM data download failed: " + response.toString());
177 Log.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
253 Log.e(TAG, "UICC Send Envelope failure, exception: " + ar.exception);
264 Log.e(TAG, "Ignoring unexpected message, what=" + msg.what);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java66 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java62 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/base/media/java/android/media/
H A DMetadata.java245 private static final String TAG = "media.Metadata"; field in class:Metadata
303 Log.e(TAG, "Record is too short");
319 Log.e(TAG, "Duplicate metadata ID found");
329 Log.e(TAG, "Invalid metadata type " + metadataType);
341 Log.e(TAG, "Ran out of data or error on record " + recCount);
379 Log.e(TAG, "Not enough data " + parcel.dataAvail());
388 Log.e(TAG, "Bad size " + size + " avail " + parcel.dataAvail() + " position " + pin);
396 Log.e(TAG, "Marker missing " + Integer.toHexString(kShouldBeMetaMarker));
526 Log.e(TAG, "Invalid metadata ID " + val);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java38 static final String TAG = "SystemUIService"; field in class:SystemUIService
82 Slog.w(TAG, "Failing checking whether status bar can hide", e);
89 Slog.d(TAG, "loading: " + cl);
98 Slog.d(TAG, "running: " + mServices[i]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java46 private static final String TAG = "UsbAccessoryUriActivity"; field in class:UsbAccessoryUriActivity
62 Log.e(TAG, "could not parse Uri " + uriString);
68 Log.e(TAG, "Uri not http or https: " + mUri);
96 Log.e(TAG, "startActivity failed for " + mUri);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java68 private static final String TAG = "SmsUsageMonitor"; field in class:SmsUsageMonitor
293 Log.e(TAG, "Short Code Pattern File not found");
295 Log.e(TAG, "XML parser exception reading short code pattern file", e);
327 Log.e(TAG, "Parsing pattern data found null");
333 if (VDBG) Log.d(TAG, "Found country " + currentCountry);
342 Log.e(TAG, "Error: skipping unknown XML tag " + element);
346 Log.e(TAG, "XML parser exception reading short code patterns", e);
348 Log.e(TAG, "I/O exception reading short code patterns", e);
350 if (DBG) Log.d(TAG, "Country (" + country + ") not found");
401 if (DBG) Log.d(TAG, "isEmergencyNumbe
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java175 static final String TAG = "WindowManager"; field in class:WindowManagerService
683 Slog.w(TAG, "Unexpected ACTION_DOWN in drag layer");
695 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
703 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
709 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state");
719 Slog.e(TAG, "Exception caught by drag handleMotion", e);
832 | PowerManager.ON_AFTER_RELEASE, TAG);
865 Log.wtf(TAG, "Window Manager Crash", e);
875 TAG, "Adding window " + window + " at "
885 TAG, "Addin
[all...]
H A DSession.java127 Slog.e(WindowManagerService.TAG, "Window Session Crash", e);
186 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from "
192 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to "
221 WindowManagerService.TAG, "IWindow finishDrawing called for " + window);
262 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data);
267 Slog.w(WindowManagerService.TAG, "No drag prepared");
272 Slog.w(WindowManagerService.TAG, "Performing mismatched drag");
278 Slog.w(WindowManagerService.TAG, "Bad requesting window " + window);
299 Slog.e(WindowManagerService.TAG, "Unable to transfer touch focus");
318 WindowManagerService.TAG, ">>> OPE
[all...]
/frameworks/base/location/java/android/location/
H A DLocationManager.java58 private static final String TAG = "LocationManager"; field in class:LocationManager
274 Log.e(TAG, "locationCallbackFinished: RemoteException", e);
305 Log.e(TAG, "RemoteException", e);
321 Log.e(TAG, "RemoteException", e);
346 Log.e(TAG, "RemoteException", e);
366 Log.e(TAG, "RemoteException", e);
398 Log.e(TAG, "RemoteException", e);
838 Log.e(TAG, "RemoteException", e);
864 Log.e(TAG, "RemoteException", e);
883 Log.e(TAG, "RemoteExceptio
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java51 private static final String TAG = "InputManager"; field in class:InputManager
344 Log.w(TAG, "Could not get list of keyboard layout informations.", ex);
366 Log.w(TAG, "Could not get keyboard layout information.", ex);
387 Log.w(TAG, "Could not get current keyboard layout for input device.", ex);
417 Log.w(TAG, "Could not set current keyboard layout for input device.", ex);
437 Log.w(TAG, "Could not get keyboard layouts for input device.", ex);
466 Log.w(TAG, "Could not add keyboard layout for input device.", ex);
494 Log.w(TAG, "Could not remove keyboard layout for input device.", ex);
561 Log.w(TAG, "Could not set temporary pointer speed.", ex);
654 Log.d(TAG, "Receive
[all...]
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java52 private static final String TAG = AccessibilityInjector.class.getSimpleName(); field in class:AccessibilityInjector
338 Log.w(TAG, "[" + mWebView.hashCode() + "] Started loading new page");
363 Log.d(TAG, "[" + mWebView.hashCode() + "] Request callback ");
378 Log.d(TAG, "[" + mWebView.hashCode() + "] Received callback");
398 Log.d(TAG, "[" + mWebView.hashCode() + "] Loading screen reader into WebView");
402 Log.w(TAG, "[" + mWebView.hashCode() + "] Attempted to inject screen reader twice");
866 Log.d(TAG, "Waiting for CVOX result with ID " + resultId + "...");
873 Log.w(TAG, "Aborted CVOX result");
882 Log.w(TAG, "Check " + mResultId + " versus expected " + resultId);
886 Log.w(TAG, "Receive
[all...]

Completed in 327 milliseconds

<<11121314151617181920>>