Searched refs:TAG (Results 26 - 50 of 931) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DUiModeManager.java52 private static final String TAG = "UiModeManager"; field in class:UiModeManager
138 Log.e(TAG, "disableCarMode: RemoteException", e);
161 Log.e(TAG, "disableCarMode: RemoteException", e);
178 Log.e(TAG, "getCurrentModeType: RemoteException", e);
203 Log.e(TAG, "setNightMode: RemoteException", e);
219 Log.e(TAG, "getNightMode: RemoteException", e);
/frameworks/base/core/java/android/os/
H A DUserManager.java34 private static String TAG = "UserManager"; field in class:UserManager
72 Log.w(TAG, "Could not get user name", re);
130 Log.w(TAG, "Could not get user info", re);
177 Log.w(TAG, "Could not create a user", re);
200 Log.w(TAG, "Could not get user list", re);
216 Log.w(TAG, "Could not get user list", re);
231 Log.w(TAG, "Could not remove user ", re);
248 Log.w(TAG, "Could not set the user name ", re);
262 Log.w(TAG, "Could not set the user icon ", re);
276 Log.w(TAG, "Coul
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java53 private static final String TAG = "AsyncRunnerTask"; field in class:AsyncRunner.AsyncRunnerTask
66 if (mLogVerbose) Log.v(TAG, "Starting background graph processing.");
69 if (mLogVerbose) Log.v(TAG, "Preparing filter graph for processing.");
72 if (mLogVerbose) Log.v(TAG, "Running graph.");
103 if (mLogVerbose) Log.v(TAG, "Done with background graph processing.");
114 if (mLogVerbose) Log.v(TAG, "Starting post-execute.");
123 if (mLogVerbose) Log.v(TAG, "Closing filters.");
132 if (mLogVerbose) Log.v(TAG, "Calling graph done callback.");
135 if (mLogVerbose) Log.v(TAG, "Completed post-execute.");
140 private static final String TAG field in class:AsyncRunner
[all...]
H A DOneShotScheduler.java38 private static final String TAG = "OneShotScheduler"; field in class:OneShotScheduler
43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
59 if (mLogVerbose) Log.v(TAG, "No filters available to run.");
65 if (mLogVerbose) Log.v(TAG, "Scheduling filter \"" + filter.getName() + "\" of type " + filter.getFilterClassName());
75 if (mLogVerbose) Log.v(TAG, "One pass through graph completed.");
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java55 private static final String TAG = "PackageHelper"; field in class:PackageHelper
66 Log.e(TAG, "Can't get mount service");
78 Log.i(TAG, "Size of container " + sizeMb + " MB");
83 Log.e(TAG, "Failed to create secure container " + cid);
87 if (localLOGV) Log.i(TAG, "Created secure container " + cid +
91 Log.e(TAG, "MountService running?");
100 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc);
105 Log.e(TAG, "MountService running?");
114 Log.e(TAG, "Failed to unmount " + cid + " with rc " + rc);
119 Log.e(TAG, "MountServic
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java47 private String TAG = "MediaRecorderTest"; field in class:MediaRecorderTest
75 Log.v(TAG,"startPreviewAndPrepareRecording");
78 Log.v(TAG, "setAudioSource");
83 Log.v(TAG, "output format " + outFormat);
87 Log.v(TAG, "setEncoder");
93 Log.v(TAG, "setPreview");
95 Log.v(TAG, "prepare");
97 Log.v(TAG, "start");
100 Log.v(TAG, "stop");
134 Log.v(TAG, "vide
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java67 private static final String TAG = "BluetoothDevice"; field in class:BluetoothDevice
578 if (DBG) Log.d(TAG, "mAddress: " + mAddress);
594 Log.e(TAG, "BT not enabled. Cannot get Remote Device name");
599 } catch (RemoteException e) {Log.e(TAG, "", e);}
612 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias");
617 } catch (RemoteException e) {Log.e(TAG, "", e);}
633 Log.e(TAG, "BT not enabled. Cannot set Remote Device name");
638 } catch (RemoteException e) {Log.e(TAG, "", e);}
673 Log.e(TAG, "BT not enabled. Cannot create bond to Remote Device");
678 } catch (RemoteException e) {Log.e(TAG, "",
[all...]
H A DBluetoothPbap.java53 private static final String TAG = "BluetoothPbap"; field in class:BluetoothPbap
116 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
118 if (VDBG) Log.d(TAG,"Unbinding service...");
124 Log.e(TAG,"",re);
131 if (VDBG) Log.d(TAG,"Binding service...");
135 Log.e(TAG, "Could not bind to Bluetooth PBAP Service");
139 Log.e(TAG,"",re);
158 Log.e(TAG,"",e);
162 Log.e(TAG, "Could not bind to Bluetooth Pbap Service");
186 Log.e(TAG,"",
[all...]
/frameworks/opt/telephony/mockril/src/com/android/internal/telephony/mockril/
H A DMockRilController.java37 private static final String TAG = "MockRILController"; field in class:MockRilController
65 Log.v(TAG, "send command : %d failed: " + e.getStackTrace());
80 Log.v(TAG, "receive response for getRadioState() error: " + e.getStackTrace());
95 Log.v(TAG, "failed to get response");
98 response.printHeader(TAG);
116 Log.v(TAG, "the give radio state is not valid.");
121 Log.v(TAG, "send set radio state request failed.");
126 Log.v(TAG, "failed to get response for setRadioState");
129 response.printHeader(TAG);
147 Log.v(TAG, "sen
[all...]
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java109 private static final String TAG = "AccountAuthenticator"; field in class:AbstractAccountAuthenticator
121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
122 Log.v(TAG, "addAccount: accountType " + accountType
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
133 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
146 Log.v(TAG, "confirmCredentials: " + account);
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
154 Log.v(TAG, "confirmCredentials: result "
168 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java53 private static String TAG = "DevicePolicyManager"; field in class:DevicePolicyManager
137 Log.w(TAG, "Failed talking with device policy service", e);
153 Log.w(TAG, "Failed talking with device policy service", e);
169 Log.w(TAG, "Failed talking with device policy service", e);
186 Log.w(TAG, "Failed talking with device policy service", e);
205 Log.w(TAG, "Failed talking with device policy service", e);
297 Log.w(TAG, "Failed talking with device policy service", e);
318 Log.w(TAG, "Failed talking with device policy service", e);
350 Log.w(TAG, "Failed talking with device policy service", e);
371 Log.w(TAG, "Faile
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestRunner.java55 private static final String TAG = "BluetoothTestRunner"; field in class:BluetoothTestRunner
198 Log.i(TAG, String.format("enable_iterations=%d", sEnableIterations));
199 Log.i(TAG, String.format("discoverable_iterations=%d", sDiscoverableIterations));
200 Log.i(TAG, String.format("scan_iterations=%d", sScanIterations));
201 Log.i(TAG, String.format("pair_iterations=%d", sPairIterations));
202 Log.i(TAG, String.format("connect_a2dp_iterations=%d", sConnectA2dpIterations));
203 Log.i(TAG, String.format("connect_headset_iterations=%d", sConnectHeadsetIterations));
204 Log.i(TAG, String.format("connect_input_iterations=%d", sConnectInputIterations));
205 Log.i(TAG, String.format("connect_pan_iterations=%d", sConnectPanIterations));
206 Log.i(TAG, Strin
[all...]
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DDrmConvertSession.java33 private static final String TAG = "DrmConvertSession"; field in class:DrmConvertSession
56 Log.w(TAG, "Conversion of Mimetype: " + mimeType
59 Log.w(TAG, "Could not access Open DrmFramework.", e);
62 Log.w(TAG,
65 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
102 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
105 Log.w(TAG, "Could not convert data. Convertsession: " +
143 Log.w(TAG, "File: " + filename + " could not be found.", e);
146 Log.w(TAG, "Could not access File: " + filename + " .", e);
149 Log.w(TAG, "Coul
[all...]
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/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java16 static final String TAG = "SharedStorageAgent"; field in class:SharedStorageAgent
27 Slog.e(TAG, "Unable to access Storage Manager");
40 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
59 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
70 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
72 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
75 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
78 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
81 Slog.e(TAG, "Skipping data with malformed path " + relpath);
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderProxy.java42 private static final String TAG = "LocationProviderProxy"; field in class:LocationProviderProxy
72 mServiceWatcher = new ServiceWatcher(mContext, TAG, action, initialPackageNames,
96 if (D) Log.d(TAG, "applying state to connected service");
116 Log.e(TAG, mServiceWatcher.getBestPackageName() +
128 Log.w(TAG, e);
131 Log.e(TAG, "Exception from " + mServiceWatcher.getBestPackageName(), e);
163 Log.w(TAG, e);
166 Log.e(TAG, "Exception from " + mServiceWatcher.getBestPackageName(), e);
181 Log.w(TAG, e);
184 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/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java54 private static final String TAG = "PMBA"; field in class:PackageManagerBackupAgent
98 Slog.w(TAG, "getRestoredMetadata() before metadata read!");
107 Slog.w(TAG, "getRestoredPackages() before metadata read!");
123 if (DEBUG) Slog.v(TAG, "onBackup()");
134 Slog.i(TAG, "Previous metadata " + mStoredIncrementalVersion + " mismatch vs "
150 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
193 Slog.w(TAG, "Not backing up package " + packName
212 Slog.v(TAG, "+ writing metadata for " + packName
226 if (DEBUG) Slog.v(TAG, "
[all...]
H A DSystemServer.java76 private static final String TAG = "SystemServer"; field in class:ServerThread
83 Slog.w(TAG, "***********************************************");
84 Log.wtf(TAG, "BOOT FAILURE " + msg, e);
175 Slog.i(TAG, "Enabled StrictMode logging for UI Looper");
188 // android.util.Log.DEBUG, TAG, android.util.Log.LOG_ID_SYSTEM));
195 Slog.i(TAG, "Enabled StrictMode logging for WM Looper");
206 Slog.i(TAG, "Waiting for installd to be ready.");
210 Slog.i(TAG, "Entropy Mixer");
213 Slog.i(TAG, "Power Manager");
217 Slog.i(TAG, "Activit
1014 private static final String TAG = "SystemServer"; field in class:SystemServer
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java53 private static final String TAG = "ShutdownThread"; field in class:ShutdownThread
112 Log.d(TAG, "Request to shutdown already running, returning.");
125 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior);
207 Log.d(TAG, "Shutdown sequence already running, returning.");
231 PowerManager.PARTIAL_WAKE_LOCK, TAG + "-cpu");
235 Log.w(TAG, "No permission to acquire wake lock", e);
244 PowerManager.FULL_WAKE_LOCK, TAG + "-screen");
248 Log.w(TAG, "No permission to acquire wake lock", e);
296 Log.i(TAG, "Sending shutdown broadcast...");
308 Log.w(TAG, "Shutdow
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java48 private static String TAG = "CodecTest"; field in class:CodecTest
82 Log.v(TAG, e.toString());
89 Log.v(TAG, "getDuration - " + filePath);
95 Log.v(TAG, e.toString());
98 Log.v(TAG, "Duration " + duration);
100 Log.v(TAG, "release");
105 Log.v(TAG, "GetCurrentPosition - " + filePath);
112 Log.v(TAG, "start playback");
121 Log.v(TAG, e.toString());
126 Log.v(TAG, "m
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java170 private static final String TAG = "MediaSource"; field in class:MediaSource
176 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
193 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource");
206 Log.v(TAG, "Opening MediaSource");
208 Log.v(TAG, "Current URL is " + mSourceUrl);
210 Log.v(TAG, "Current source is Asset!");
229 if (mLogVerbose) Log.v(TAG, "Processing new frame");
244 if (mLogVerbose) Log.v(TAG, "Waiting for preparation to complete");
262 if (mLogVerbose) Log.v(TAG, "Starting playback");
270 if (mLogVerbose) Log.v(TAG, "Waitin
[all...]
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java51 private static final String TAG = "RecognitionService"; field in class:RecognitionService
96 if (DBG) Log.d(TAG, "created new mCurrentCallback, listener = " + listener.asBinder());
103 Log.d(TAG, "onError call from startListening failed");
105 Log.i(TAG, "concurrent startListening received - ignoring this call");
113 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
116 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
121 Log.d(TAG, "onError call from stopListening failed");
127 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
129 Log.w(TAG, "cancel called by client who did not call startListening - ignoring");
133 if (DBG) Log.d(TAG, "cancelin
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityService.java29 private static final String TAG = "BinderThreadPriorityService"; field in class:BinderThreadPriorityService
45 Log.e(TAG, "Binder callback failed", e);
54 Log.e(TAG, "Binder callback failed", e);

Completed in 411 milliseconds

1234567891011>>