Searched refs:TAG (Results 76 - 100 of 2248) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncJobService.java30 private static final String TAG = "SyncManager"; field in class:SyncJobService
54 Slog.e(TAG, "Messenger not initialized.");
60 Slog.e(TAG, e.toString());
66 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
74 Slog.e(TAG, "Got invalid job " + params.getJobId());
78 Slog.v(TAG, "Got start job message " + op.target);
87 if (Log.isLoggable(TAG, Log.VERBOSE)) {
88 Slog.v(TAG, "onStopJob called " + params.getJobId() + ", reason: "
118 Slog.e(TAG, "Job params not found for " + String.valueOf(jobId));
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsObexServer.java34 private final static String TAG = "BluetoothMnsObexServer"; field in class:BluetoothMnsObexServer
53 Log.v(TAG, "onConnect");
74 Log.v(TAG, "onDisconnect");
79 Log.v(TAG, "onGet");
86 Log.v(TAG, "onPut");
108 Log.e(TAG, "I/O exception when handling PUT request", e);
117 Log.v(TAG, "onAbort");
125 Log.v(TAG, "onSetPath");
132 Log.v(TAG, "onClose");
/frameworks/base/core/java/android/hardware/
H A DConsumerIrManager.java35 private static final String TAG = "ConsumerIr"; field in class:ConsumerIrManager
56 Log.w(TAG, "no consumer ir service.");
80 Log.w(TAG, "failed to transmit; no consumer ir service.");
135 Log.w(TAG, "no consumer ir service.");
142 Log.w(TAG, "consumer ir service returned an uneven number of frequencies.");
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java17 private static final String TAG = "HdmiClient"; field in class:HdmiClient
39 Log.e(TAG, "getActiveSource threw exception ", e);
54 Log.e(TAG, "sendKeyEvent threw exception ", e);
71 Log.e(TAG, "failed to send vendor command: ", e);
92 Log.e(TAG, "failed to set vendor command listener: ", e);
/frameworks/base/core/java/android/service/chooser/
H A DChooserTargetService.java77 // TAG = "ChooserTargetService[MySubclass]";
78 private final String TAG = ChooserTargetService.class.getSimpleName() field in class:ChooserTargetService
125 if (DEBUG) Log.d(TAG, "onBind " + intent);
127 if (DEBUG) Log.d(TAG, "bad intent action " + intent.getAction() + "; returning null");
145 Log.d(TAG, "getChooserTargets calling onGetChooserTargets; "
152 if (DEBUG) Log.d(TAG, "Sent results");
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java54 private static final String TAG = "RecognitionService"; field in class:RecognitionService
100 if (DBG) Log.d(TAG, "created new mCurrentCallback, listener = " + listener.asBinder());
109 Log.e(TAG, "dead listener on startListening");
118 Log.d(TAG, "onError call from startListening failed");
120 Log.i(TAG, "concurrent startListening received - ignoring this call");
128 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
131 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
136 Log.d(TAG, "onError call from stopListening failed");
142 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
144 Log.w(TAG, "cance
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DNotificationBackupHelper.java28 static final String TAG = "NotifBackupHelper"; // must be < 23 chars field in class:NotificationBackupHelper
29 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
53 Slog.e(TAG, "Couldn't communicate with notification manager");
63 Slog.v(TAG, "Got restore of " + key);
73 Slog.e(TAG, "Couldn't communicate with notification manager");
H A DShortcutBackupHelper.java26 private static final String TAG = "ShortcutBackupAgent"; field in class:ShortcutBackupHelper
47 Slog.wtf(TAG, "Backup failed", e);
51 Slog.w(TAG, "Unknown key: " + key);
63 Slog.wtf(TAG, "Restore failed", e);
67 Slog.w(TAG, "Unknown key: " + key);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java36 private final String TAG = "WifiSoftAPTest"; field in class:WifiSoftAPTest
47 Log.v(TAG, "mWifiConfig is " + mWifiConfig.toString());
49 Log.v(TAG, "mWifiConfig is null.");
55 Log.v(TAG, "turn off wifi tethering");
71 Log.v(TAG, "exception " + e.getStackTrace());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java37 private static final String TAG = "OneShotScheduler"; field in class:OneShotScheduler
42 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
58 if (mLogVerbose) Log.v(TAG, "No filters available to run.");
64 if (mLogVerbose) Log.v(TAG, "Scheduling filter \"" + filter.getName() + "\" of type " + filter.getFilterClassName());
74 if (mLogVerbose) Log.v(TAG, "One pass through graph completed.");
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderProxy.java40 private static final String TAG = "LocationProviderProxy"; field in class:LocationProviderProxy
74 mServiceWatcher = new ServiceWatcher(mContext, TAG + "-" + name, action, overlaySwitchResId,
99 if (D) Log.d(TAG, "applying state to connected service");
119 Log.e(TAG, mServiceWatcher.getBestPackageName() +
131 Log.w(TAG, e);
134 Log.e(TAG, "Exception from " + mServiceWatcher.getBestPackageName(), e);
166 Log.w(TAG, e);
169 Log.e(TAG, "Exception from " + mServiceWatcher.getBestPackageName(), e);
184 Log.w(TAG, e);
187 Log.e(TAG, "Exceptio
[all...]
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java31 static final String TAG = "TestAppWidgetProvider"; field in class:TestAppWidgetProvider
38 Log.d(TAG, "intent=" + intent);
41 Log.d(TAG, "ENABLED");
44 Log.d(TAG, "DISABLED");
47 Log.d(TAG, "UPDATE");
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
H A DTestAppWidgetProvider.java31 static final String TAG = "TestAppWidgetProvider"; field in class:TestAppWidgetProvider
35 Log.d(TAG, "intent=" + intent);
38 Log.d(TAG, "ENABLED");
41 Log.d(TAG, "DISABLED");
45 Log.d(TAG, "UPDATE");
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java24 private static final Log.Tag TAG = new Log.Tag("CamStateHolder"); field in class:CameraStateHolder
46 Log.v(TAG, "setState - state = " + Integer.toBinaryString(state));
104 Log.w(TAG, "Timeout waiting.");
122 Log.v(TAG, "waitForStates - states = " + Integer.toBinaryString(states));
140 Log.v(TAG, "waitToAvoidStates - states = " + Integer.toBinaryString(states));
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DDownloadDrmHelper.java25 private static final String TAG = "DownloadDrmHelper"; field in class:DownloadDrmHelper
51 Log.w(TAG,
54 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
104 Log.w(TAG,
107 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
/frameworks/support/compat/gingerbread/android/support/v4/app/
H A DBundleCompatGingerbread.java27 private static final String TAG = "BundleCompatGingerbread"; field in class:BundleCompatGingerbread
41 Log.i(TAG, "Failed to retrieve getIBinder method", e);
51 Log.i(TAG, "Failed to invoke getIBinder via reflection", e);
65 Log.i(TAG, "Failed to retrieve putIBinder method", e);
75 Log.i(TAG, "Failed to invoke putIBinder via reflection", e);
/frameworks/support/compat/jellybean-mr1/android/support/v4/graphics/drawable/
H A DDrawableCompatJellybeanMr1.java32 private static final String TAG = "DrawableCompatJellybeanMr1"; field in class:DrawableCompatJellybeanMr1
47 Log.i(TAG, "Failed to retrieve setLayoutDirection(int) method", e);
57 Log.i(TAG, "Failed to invoke setLayoutDirection(int) via reflection", e);
70 Log.i(TAG, "Failed to retrieve getLayoutDirection() method", e);
79 Log.i(TAG, "Failed to invoke getLayoutDirection() via reflection", e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java48 private static String TAG = "CodecTest"; field in class:CodecTest
83 Log.v(TAG, e.toString());
90 Log.v(TAG, "getDuration - " + filePath);
96 Log.v(TAG, e.toString());
99 Log.v(TAG, "Duration " + duration);
101 Log.v(TAG, "release");
106 Log.v(TAG, "GetCurrentPosition - " + filePath);
113 Log.v(TAG, "start playback");
122 Log.v(TAG, e.toString());
127 Log.v(TAG, "m
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java42 private static final String TAG = "TvRemoteService"; field in class:TvRemoteService
72 if (DEBUG) Slog.d(TAG, "onStart()");
83 if (DEBUG) Slog.d(TAG, "PHASE_THIRD_PARTY_APPS_CAN_START");
98 Slog.d(TAG, "openInputBridgeInternalLocked(), token: " + token + ", name: " + name +
105 if (DEBUG) Slog.d(TAG, "RemoteBridge already exists");
120 Slog.e(TAG, "Cannot create device for " + name);
126 Slog.d(TAG, "closeInputBridgeInternalLocked(), token: " + token);
141 Slog.d(TAG, "clearInputBridgeInternalLocked(), token: " + token);
159 Slog.d(TAG, "sendKeyDownInternalLocked(), token: " + token + ", keyCode: " + keyCode);
170 Slog.d(TAG, "sendKeyUpInternalLocke
[all...]
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java49 private static final String TAG = MultiDex.TAG; field in class:MultiDexExtractor
87 Log.i(TAG, "MultiDexExtractor.load(" + applicationInfo.sourceDir + ", " + forceReload + ")");
101 Log.i(TAG, "Blocking on lock " + lockFile.getPath());
103 Log.i(TAG, lockFile.getPath() + " locked");
109 Log.w(TAG, "Failed to reload existing extracted secondary dex files,"
117 Log.i(TAG, "Detected that extraction must be performed.");
126 Log.e(TAG, "Failed to release lock on " + lockFile.getPath());
142 Log.i(TAG, "load found " + files.size() + " secondary dex files");
152 Log.i(TAG, "loadin
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java162 private static final String TAG = "MediaSource"; field in class:MediaSource
168 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
185 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource");
198 Log.v(TAG, "Opening MediaSource");
200 Log.v(TAG, "Current URL is " + mSourceUrl);
202 Log.v(TAG, "Current source is Asset!");
221 if (mLogVerbose) Log.v(TAG, "Processing new frame");
236 if (mLogVerbose) Log.v(TAG, "Waiting for preparation to complete");
254 if (mLogVerbose) Log.v(TAG, "Starting playback");
262 if (mLogVerbose) Log.v(TAG, "Waitin
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java52 private static final String TAG = "BluetoothPbap"; field in class:BluetoothPbap
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
117 if (VDBG) Log.d(TAG,"Unbinding service...");
123 Log.e(TAG,"",re);
130 if (VDBG) Log.d(TAG,"Binding service...");
134 Log.e(TAG,"",re);
153 Log.e(TAG,"",e);
165 Log.e(TAG, "Could not bind to Bluetooth Pbap Service with " + intent);
191 Log.e(TAG,"",e);
201 Log.e(TAG,"",r
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java33 private static final String TAG = "FileSynthesisRequest"; field in class:FileSynthesisCallback
104 Log.d(TAG, "FileSynthesisRequest.start(" + sampleRateInHz + "," + audioFormat
110 Log.e(TAG, "Audio format encoding " + audioFormat + " not supported. Please use one " +
119 if (DBG) Log.d(TAG, "Request has been aborted.");
123 if (DBG) Log.d(TAG, "Error was raised");
127 Log.e(TAG, "Start called twice");
143 Log.e(TAG, "Failed to write wav header to output file descriptor", ex);
155 Log.d(TAG, "FileSynthesisRequest.audioAvailable(" + buffer + "," + offset
161 if (DBG) Log.d(TAG, "Request has been aborted.");
165 if (DBG) Log.d(TAG, "Erro
[all...]
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanSessionListener.java45 private static final String TAG = "WifiNanSessionListener"; field in class:WifiNanSessionListener
188 if (VDBG) Log.v(TAG, "ctor: looper=" + looper);
192 if (DBG) Log.d(TAG, "What=" + msg.what + ", msg=" + msg);
236 if (VDBG) Log.v(TAG, "onPublishFail: called in stub - override if interested");
249 Log.w(TAG, "onPublishTerminated: called in stub - override if interested or disable");
261 if (VDBG) Log.v(TAG, "onSubscribeFail: called in stub - override if interested");
275 Log.w(TAG, "onSubscribeTerminated: called in stub - override if interested or disable");
296 if (VDBG) Log.v(TAG, "onMatch: called in stub - override if interested");
310 if (VDBG) Log.v(TAG, "onMessageSendSuccess: called in stub - override if interested");
329 if (VDBG) Log.v(TAG, "onMessageSendFai
[all...]
/frameworks/base/core/java/android/app/job/
H A DJobService.java45 private static final String TAG = "JobService"; field in class:JobService
146 Log.e(TAG, "Error while executing job: " + params.getJobId());
155 Log.e(TAG, "Application unable to handle onStopJob.", e);
166 Log.e(TAG, "Error reporting job finish to system: binder has gone" +
170 Log.e(TAG, "finishJob() called for a nonexistent job id.");
174 Log.e(TAG, "Unrecognised message received.");
186 Log.e(TAG, "System unreachable for starting job.");
189 if (Log.isLoggable(TAG, Log.DEBUG)) {
190 Log.d(TAG, "Attempting to ack a job that has already been processed.");
202 Log.e(TAG, "Syste
[all...]

Completed in 1147 milliseconds

1234567891011>>