Searched refs:TAG (Results 276 - 300 of 2237) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java39 private static final String TAG = "UsimDataDownloadHandler"; field in class:UsimDataDownloadHandler
82 Rlog.d(TAG, "Received SMS-PP data download, sending to UICC.");
85 Rlog.d(TAG, "DATA_DL_VIA_SMS_PP service not available, storing message to UICC.");
108 Rlog.e(TAG, "startDataDownload failed to send message to start data download.");
163 Rlog.e(TAG, "startDataDownload() calculated incorrect envelope length, aborting.");
205 Rlog.d(TAG, "USIM data download succeeded: " + response.toString());
208 Rlog.e(TAG, "USIM data download failed: Toolkit busy");
212 Rlog.e(TAG, "USIM data download failed: " + response.toString());
215 Rlog.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
293 Rlog.e(TAG, "UIC
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java48 private String TAG = "MediaRecorderStressTest"; field in class:MediaRecorderStressTest
76 Log.v(TAG, "starting looper");
81 Log.v(TAG, "quit looper");
164 Log.v(TAG, "remove recorded video " + fileName);
211 Log.v(TAG, fileName);
220 Log.v(TAG, "iterations : " + iterations);
221 Log.v(TAG, "video encoder : " + videoEncoder);
222 Log.v(TAG, "audio encoder : " + audioEncoder);
223 Log.v(TAG, "frame rate : " + frameRate);
224 Log.v(TAG, "vide
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java67 private static final String TAG = PersistentDataBlockService.class.getSimpleName(); field in class:PersistentDataBlockService
106 Slog.e(TAG, "not able to find package " + allowedPackage, e);
197 Slog.i(TAG, "Formatting FRP partition...");
214 Slog.e(TAG, "partition not available?", e);
222 Slog.e(TAG, "failed to write block checksum", e);
238 Slog.e(TAG, "partition not available?", e);
247 Slog.e(TAG, "SHA-256 not supported?", e);
266 Slog.e(TAG, "failed to read partition", e);
280 Slog.e(TAG, "partition not available?", e);
291 Slog.e(TAG, "faile
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLastResortWatchdog.java36 private static final String TAG = "WifiLastResortWatchdog"; field in class:WifiLastResortWatchdog
98 if (VDBG) Log.v(TAG, "updateAvailableNetworks: size = " + availableNetworks.size());
108 if (VDBG) Log.v(TAG, " " + bssid + ": " + scanDetail.getSSID());
165 Log.d(TAG, "updateAvailableNetworks: SSID to AP count mismatch for "
172 if (VDBG) Log.v(TAG, toString());
184 Log.v(TAG, "noteConnectionFailureAndTriggerIfNeeded: [" + ssid + ", " + bssid + ", "
192 if (VDBG) Log.v(TAG, "isRestartNeeded = " + isRestartNeeded);
210 if (VDBG) Log.v(TAG, "connectedStateTransition: isEntering = " + isEntering);
238 Log.v(TAG, "updateFailureCountForNetwork: [" + ssid + ", " + bssid + ", "
259 Log.v(TAG, "updateFailureCountForNetwor
[all...]
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java71 private static final String TAG = "MediaBrowser"; field in class:MediaBrowser
180 Log.e(TAG, "Failed binding to service " + mServiceComponent);
202 Log.d(TAG, "connect...");
221 Log.w(TAG, "RemoteException during connect for " + mServiceComponent);
227 Log.d(TAG, "disconnect...");
421 Log.i(TAG, "Not connected, unable to retrieve the MediaItem.");
449 Log.i(TAG, "Remote error getting media item.");
487 Log.d(TAG, "addSubscription failed with RemoteException parentId=" + parentId);
526 Log.d(TAG, "removeSubscription failed with RemoteException parentId=" + parentId);
564 Log.w(TAG, "onConnec
[all...]
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java32 private static final String TAG = "AbsoluteFileBackupHelper"; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java32 private static final String TAG = "SQLiteQuery"; field in class:SQLiteQuery
70 Log.e(TAG, "exception: " + ex.getMessage() + "; query: " + getSql());
/frameworks/base/core/java/android/hardware/camera2/params/
H A DVendorTagDescriptor.java43 Log.e(TAG, "Exception creating VendorTagDescriptor from parcel", e);
66 private static final String TAG = "VendorTagDescriptor"; field in class:VendorTagDescriptor
/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 " +
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java80 private static final String TAG = "Zygote"; field in class:ZygoteInit
167 Log.e(TAG, "Zygote: error closing sockets", ex);
169 Log.e(TAG, "Zygote: error closing descriptor", ex);
192 Log.d(TAG, "begin preload");
212 Log.d(TAG, "end preload");
219 Log.i(TAG, "Installing ICU cache reference pinning...");
223 Log.i(TAG, "Preloading ICU data...");
235 Log.i(TAG, "Uninstalled ICU cache reference pinning...");
239 Log.i(TAG, "Preloading shared libraries...");
270 Log.i(TAG, "Installe
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java30 private static final String TAG = "BluetoothRebootStressTest"; field in class:BluetoothRebootStressTest
40 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java32 private static final String TAG = "TraceTest"; field in class:TraceTest
50 Log.i(TAG, "elapsed millis: " + elapsed);
51 Log.i(TAG, "eMethod calls: " + eMethodCalls
64 Log.i(TAG, "elapsed millis: " + elapsed);
80 Log.i(TAG, "elapsed millis: " + elapsed);
207 Log.i(TAG, "Loading trace_test native library...");
210 Log.i(TAG, "Successfully loaded trace_test native library");
213 Log.w(TAG, "Could not load trace_test native library");
/frameworks/base/media/java/android/media/tv/
H A DDvbDeviceInfo.java30 static final String TAG = "DvbDeviceInfo"; field in class:DvbDeviceInfo
39 Log.e(TAG, "Exception creating DvbDeviceInfo from parcel", e);
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java51 private static final String TAG = "TvRemoteProvider"; field in class:TvRemoteProvider
158 if (DEBUG_KEYS) Log.d(TAG, "clearInputBridge() token " + token);
175 if (DEBUG_KEYS) Log.d(TAG, "sendTimestamp() token: " + token +
192 if (DEBUG_KEYS) Log.d(TAG, "sendKeyUp() token: " + token + ", keyCode: " + keyCode);
208 if (DEBUG_KEYS) Log.d(TAG, "sendKeyDown() token: " + token +
226 if (DEBUG_KEYS) Log.d(TAG, "sendPointerUp() token: " + token +
247 if (DEBUG_KEYS) Log.d(TAG, "sendPointerDown() token: " + token +
263 if (DEBUG_KEYS) Log.d(TAG, "sendPointerSync() token: " + token);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java130 private static final String TAG = "SurfaceTextureSource"; field in class:SurfaceTextureSource
131 private static final boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
155 if (mLogVerbose) Log.v(TAG, "Preparing SurfaceTextureSource");
170 if (mLogVerbose) Log.v(TAG, "Opening SurfaceTextureSource");
182 if (mLogVerbose) Log.v(TAG, "Processing new frame");
193 if (mLogVerbose) Log.v(TAG, "Timeout waiting for a new frame. Closing.");
227 if (mLogVerbose) Log.v(TAG, "SurfaceTextureSource closed");
250 if (mLogVerbose) Log.v(TAG, "New frame from SurfaceTexture");
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DDeviceDisconnectedReceiver.java30 private static final String TAG = "DeviceDisconnectedReceiver"; field in class:DeviceDisconnectedReceiver
47 Log.d(TAG, "ACTION_USB_DEVICE_DETACHED " + deviceName);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStopStateUnitTest.java31 private static final String TAG = "MediaRecorderStopStateUnitTest"; field in class:MediaRecorderStopStateUnitTest
63 Log.v(TAG, "sleep was interrupted and terminated prematurely");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DLoadRootTask.java26 private static final String TAG = "RestoreRootTask"; field in class:LoadRootTask
48 Log.w(TAG, "Failed to find root: " + mRootUri);
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingLog.java60 private static final String TAG = "FalsingLog"; field in class:FalsingLog
75 Log.v(TAG, tag + "\t" + s);
82 Log.i(TAG, tag + "\t" + s);
89 Log.w(TAG, tag + "\t" + s);
96 Log.e(TAG, tag + "\t" + s);
154 Log.e(TAG, "Unable to write falsing log", e);
161 Log.e(TAG, "Unable to write log, build must be debuggable.");
164 Log.wtf(TAG, tag + " " + s + "; " + fileMessage);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java40 private static final String TAG = "AccessPointController"; field in class:AccessPointControllerImpl
41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
81 if (DEBUG) Log.d(TAG, "addCallback " + callback);
91 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
100 if (DEBUG) Log.d(TAG, "scan!");
112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
164 if (DEBUG) Log.d(TAG, "connect success");
169 if (DEBUG) Log.d(TAG, "connect failure reason=" + reason);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java24 private static final String TAG = "RawTexture"; field in class:RawTexture
60 Log.w(TAG, "lost the content due to context change");
/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java30 static final String TAG = ActivityManagerDebugConfig.TAG_AM; field in class:InstrumentationReporter
42 if (DEBUG) Slog.d(TAG, "Starting InstrumentationReporter: " + this);
65 if (DEBUG) Slog.d(TAG, "Exiting InstrumentationReporter: " + this);
77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher
83 if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.mWatcher
90 Slog.i(TAG, "Failure reporting to instrumentation watcher: comp="
117 if (DEBUG) Slog.d(TAG, "Report status to " + watcher
125 if (DEBUG) Slog.d(TAG, "Report finished to " + watcher
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java55 private static final String TAG = "ValidateNoPeople"; field in class:ValidateNotificationPeople
56 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);;
57 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
93 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
107 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
120 if (VERBOSE) Slog.i(TAG, "disabled");
124 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
128 if (VERBOSE) Slog.i(TAG, "skipping global notification");
133 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
152 if (DEBUG) Slog.d(TAG, "checkin
[all...]
/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);

Completed in 4956 milliseconds

<<11121314151617181920>>