Searched refs:TAG (Results 151 - 175 of 2237) sorted by relevance

1234567891011>>

/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java30 static final String TAG = "bu"; field in class:Backup
37 Log.d(TAG, "Beginning: " + args[0]);
42 Log.e(TAG, "Error running backup/restore", e);
44 Log.d(TAG, "Finished.");
50 Log.e(TAG, "Can't obtain Backup Manager binder");
60 Log.e(TAG, "Invalid operation '" + arg + "'");
104 Log.w(TAG, "Unknown backup flag " + arg);
114 Log.w(TAG, "-all passed for backup along with specific package names");
118 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given");
129 Log.e(TAG, "Unabl
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java42 private final static String TAG = "SyncRunner"; field in class:SyncRunner
48 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
50 if (mLogVerbose) Log.v(TAG, "Initializing SyncRunner");
78 if (mLogVerbose) Log.v(TAG, "Setting up filters");
104 if (mLogVerbose) Log.v(TAG, "Closing graph.");
111 if (mLogVerbose) Log.v(TAG, "Beginning run.");
132 if (mLogVerbose) Log.v(TAG, "Calling completion listener.");
135 if (mLogVerbose) Log.v(TAG, "Run complete");
163 if (mLogVerbose) Log.v(TAG, "Processing filter node");
168 if (mLogVerbose) Log.v(TAG, "Schedulin
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DMediaControllerGlue.java19 static final String TAG = "MediaControllerGlue"; field in class:MediaControllerGlue
27 if (DEBUG) Log.v(TAG, "onMetadataChanged");
32 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged");
37 if (DEBUG) Log.v(TAG, "onSessionDestroyed");
42 if (DEBUG) Log.v(TAG, "onSessionEvent");
91 if (DEBUG) Log.v(TAG, "New media controller " + mediaController);
152 Log.w(TAG, "Couldn't find index for speed " + speed);
207 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed);
219 if (DEBUG) Log.v(TAG, "pausePlayback");
225 if (DEBUG) Log.v(TAG, "skipToNex
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java54 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
67 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
82 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
90 if (DEBUG) Log.v(TAG, this + " onPostExecute");
101 if (DEBUG) Log.v(TAG, this + " onCancelled");
165 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
171 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
176 if (DEBUG) Log.v(TAG,
187 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java40 private static final String TAG = "TvRecordingClient"; field in class:TvRecordingClient
112 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
140 if (DEBUG) Log.d(TAG, "release()");
196 Log.w(TAG, "stopRecording failed - recording not yet started");
219 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + action
307 Log.d(TAG, "onSessionCreated()");
310 Log.w(TAG, "onSessionCreated - session already created");
336 Log.d(TAG, "onTuned()");
339 Log.w(TAG, "onTuned - session not created");
349 Log.d(TAG, "onSessionRelease
[all...]
/frameworks/support/core-utils/java/android/support/v4/content/
H A DAsyncTaskLoader.java42 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
55 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
58 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
78 if (DEBUG) Log.v(TAG, this + " onPostExecute");
89 if (DEBUG) Log.v(TAG, this + " onCancelled");
152 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
158 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
163 if (DEBUG) Log.v(TAG,
174 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java60 private static final String TAG = "NetworkScoreService"; field in class:NetworkScoreService
77 if (DBG) Log.d(TAG, "Received " + action + " for userId " + userId);
130 Log.d(TAG, "Evaluating binding for: " + scorerPackageName
138 Log.i(TAG, "Package " + mRegisteredPackage +
166 if (DBG) Log.d(TAG, "systemReady");
184 if (DBG) Log.d(TAG, "systemRunning");
194 if (DBG) Log.d(TAG, "registerPackageMonitorIfNeeded");
200 Log.d(TAG, "Unregistering package monitor for "
214 Log.d(TAG, "Registered package monitor for "
222 if (DBG) Log.d(TAG, "bindToScoringServiceIfNeede
[all...]
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java111 private static final String TAG = "AccountAuthenticator"; field in class:AbstractAccountAuthenticator
160 if (Log.isLoggable(TAG, Log.VERBOSE)) {
161 Log.v(TAG, "addAccount: accountType " + accountType
170 if (Log.isLoggable(TAG, Log.VERBOSE)) {
174 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
187 if (Log.isLoggable(TAG, Log.VERBOSE)) {
188 Log.v(TAG, "confirmCredentials: " + account);
194 if (Log.isLoggable(TAG, Log.VERBOSE)) {
198 Log.v(TAG, "confirmCredentials: result "
213 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java60 private static final String TAG = "BackupManager"; field in class:BackupManager
173 Log.d(TAG, "dataChanged() couldn't connect");
195 Log.e(TAG, "dataChanged(pkg) couldn't connect");
231 Log.e(TAG, "restoreSelf() unable to contact service");
260 Log.e(TAG, "beginRestoreSession() couldn't connect");
284 Log.e(TAG, "setBackupEnabled() couldn't connect");
303 Log.e(TAG, "isBackupEnabled() couldn't connect");
326 Log.e(TAG, "setAutoRestore() couldn't connect");
346 Log.e(TAG, "getCurrentTransport() couldn't connect");
365 Log.e(TAG, "listAllTransport
[all...]
/frameworks/base/core/java/android/database/
H A DDefaultDatabaseErrorHandler.java46 private static final String TAG = "DefaultDatabaseErrorHandler"; field in class:DefaultDatabaseErrorHandler
54 Log.e(TAG, "Corruption reported by sqlite on database: " + dbObj.getPath());
100 Log.e(TAG, "deleting the database file: " + fileName);
105 Log.w(TAG, "delete failed: " + e.getMessage());
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPlaybackClient.java33 private static final String TAG = "HdmiPlaybackClient"; field in class:HdmiPlaybackClient
86 Log.e(TAG, "oneTouchPlay threw exception ", e);
105 Log.e(TAG, "queryDisplayStatus threw exception ", e);
116 Log.e(TAG, "sendStandby threw exception ", e);
/frameworks/base/core/java/android/nfc/tech/
H A DIsoDep.java41 private static final String TAG = "NFC"; field in class:IsoDep
99 Log.e(TAG, "NFC service dead", e);
114 Log.e(TAG, "NFC service dead", e);
201 Log.e(TAG, "NFC service dead", e);
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java29 private static final String TAG = "PlaybackSynthesisRequest"; field in class:PlaybackSynthesisCallback
70 if (DBG) Log.d(TAG, "stop()");
78 Log.w(TAG, "stop() called twice");
126 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount
131 Log.w(TAG, "Audio format encoding " + audioFormat + " not supported. Please use one " +
141 Log.e(TAG, "Unsupported number of channels :" + channelCount);
146 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
150 if (DBG) Log.d(TAG, "Error was raised");
154 Log.e(TAG, "Start called twice");
169 if (DBG) Log.d(TAG, "audioAvailabl
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTestActivity.java25 public static final String TAG = "OnAttachedTest"; field in class:ViewAttachTestActivity
/frameworks/base/location/java/android/location/
H A DCountryDetector.java81 private final static String TAG = "CountryDetector"; field in class:CountryDetector
106 Log.e(TAG, "detectCountry: RemoteException", e);
128 Log.e(TAG, "addCountryListener: RemoteException", e);
145 Log.e(TAG, "removeCountryListener: RemoteException", e);
/frameworks/base/media/java/android/media/
H A DMediaHTTPService.java23 private static final String TAG = "MediaHTTPService"; field in class:MediaHTTPService
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaRecorderStopException.java25 private static final String TAG = "MediaRecorderStopException"; field in class:MediaRecorderStopException
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DEnergyProbe.java30 private String TAG = "EnergyProbe"; field in class:EnergyProbe
50 Log.e(TAG, "Error creating visualizer");
52 Log.e(TAG, "Error configuring visualizer");
91 Log.e(TAG, "Error capturing audio");
/frameworks/base/services/core/java/com/android/server/location/
H A DFusedProxy.java35 private final String TAG = "FusedProxy"; field in class:FusedProxy
68 TAG,
118 Log.e(TAG, "No instance of FusedProvider found on FusedLocationHardware connected.");
125 Log.e(TAG, e.toString());
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java30 private static final String TAG = "IntrusivenessExtractor"; field in class:NotificationIntrusivenessExtractor
31 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
38 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
43 if (DBG) Slog.d(TAG, "skipping empty notification");
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DManyEditTextActivityNoScrollPanScanTests.java24 public final String TAG = "ManyEditTextActivityNoScrollPanScanTests"; field in class:ManyEditTextActivityNoScrollPanScanTests
H A DManyEditTextActivityScrollPanScanTests.java24 public final String TAG = "ManyEditTextActivityScrollPanScanTests"; field in class:ManyEditTextActivityScrollPanScanTests
H A DManyEditTextActivityScrollResizeTests.java24 public final String TAG = "ManyEditTextActivityScrollResizeTests"; field in class:ManyEditTextActivityScrollResizeTests
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraDeviceInfo.java58 private static final Log.Tag TAG = new Log.Tag("CamDvcInfChar"); field in class:CameraDeviceInfo.Characteristics
138 Log.e(TAG, "Camera is facing unhandled direction");
200 Log.e(TAG, "Provided display orientation is not divisible by 90");
204 Log.e(TAG, "Provided display orientation is outside expected range");
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java70 private static final String TAG = "AutoFocusStateMachine"; field in class:AutoFocusStateMachine
71 private static final boolean DEBUG_LOGGING = Log.isLoggable(TAG, Log.DEBUG);
72 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
109 Log.w(TAG, "onCaptureCompleted - missing result, skipping AF update");
115 Log.e(TAG, "onCaptureCompleted - missing android.control.afState key, " +
122 Log.e(TAG, "onCaptureCompleted - missing android.control.afMode key, " +
135 Log.w(TAG, "onCaptureCompleted - missing android.control.afState !");
138 Log.w(TAG, "onCaptureCompleted - missing android.control.afMode !");
142 if (DEBUG_LOGGING) Log.d(TAG, "onCaptureCompleted - new AF mode = " + afMode +
150 if (VERBOSE_LOGGING) Log.v(TAG, "onCaptureComplete
[all...]

Completed in 7755 milliseconds

1234567891011>>