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

<<11121314151617181920>>

/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java18 public static final String TAG = "svcmonitor"; field in class:SvcMonitor
31 Log.d(TAG, "Starting SvcMonitor");
39 Log.d(TAG, "unknown action: + " + intent.getAction());
46 Log.d(TAG, "Service not active. Start service first");
55 Log.d(TAG, "thread already active");
62 Log.d(TAG, "Failed starting monitor, invalid arguments.");
74 Log.d(TAG, "SvcMonitor stopped");
79 Log.d(TAG, "no active thread");
82 Log.d(TAG, "interrupting monitor thread");
87 Log.d(TAG, "Unabl
[all...]
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java49 private static final String TAG = "CameraService_proxy"; field in class:CameraService
128 if (DEBUG) Slog.v(TAG, "Camera " + cameraId + " state now " + state);
137 mHandlerThread = new ServiceThread(TAG, Process.THREAD_PRIORITY_DISPLAY, /*allowTo*/false);
142 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled"));
152 Slog.e(TAG, "CameraService error, invalid message: " + msg.what);
199 if (DEBUG) Slog.w(TAG, "Native camera service has died");
246 Slog.i(TAG, "Could not notify camera service of user switch, retrying...");
257 Slog.w(TAG, "Could not notify mediaserver, camera service not available.");
263 Slog.w(TAG, "Could not link to death of native camera service");
273 Slog.w(TAG, "Coul
[all...]
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanManager.java40 private static final String TAG = "WifiNanManager"; field in class:WifiNanManager
69 if (VDBG) Log.v(TAG, "connect()");
93 if (VDBG) Log.v(TAG, "disconnect()");
115 if (VDBG) Log.v(TAG, "requestConfig(): configRequest=" + configRequest);
153 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings);
173 if (DBG) Log.d(TAG, "publish: session created - sessionId=" + sessionId);
186 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings);
237 Log.v(TAG, "subscribe(): data='" + subscribeData + "', settings=" + subscribeSettings);
255 if (DBG) Log.d(TAG, "subscribe: session created - sessionId=" + sessionId);
270 Log.v(TAG, "subscrib
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java34 private static final String TAG = "Sms7BitEncodingTranslator"; field in class:Sms7BitEncodingTranslator
62 Rlog.w(TAG, "Null message can not be translated");
108 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
140 Rlog.v(TAG, Integer.toHexString(c) + " (" + c + ")" + " translated to "
146 Rlog.w(TAG, "No translation found for " + Integer.toHexString(c)
181 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file");
191 Rlog.d(TAG, "tag: " + tag);
196 Rlog.d(TAG, "type: " + type);
205 Rlog.e(TAG, "Error Parsing 7BitTranslationTable: found incorrect type" + type);
214 Rlog.d(TAG, "Loadin
[all...]
/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/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/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java106 private static final String TAG = "GnssLocationProvider"; field in class:GnssLocationProvider
108 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
109 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
497 if (DEBUG) Log.d(TAG, "receive broadcast intent, action: " + action);
530 if (DEBUG) Log.d(TAG, "simOperator: " + mccMnc);
537 if (DEBUG) Log.d(TAG, "Verizon UICC");
547 if (DEBUG) Log.d(TAG, "received SIM related action: ");
554 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
570 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is still not available");
577 Log.e(TAG, "Messag
[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/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/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...]

Completed in 8146 milliseconds

<<11121314151617181920>>