Searched refs:TAG (Results 1 - 25 of 931) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java47 private static final String TAG = "BluetoothHeadset"; field in class:BluetoothHeadset
228 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
230 if (VDBG) Log.d(TAG,"Unbinding service...");
236 Log.e(TAG,"",re);
243 if (VDBG) Log.d(TAG,"Binding service...");
245 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
249 Log.e(TAG,"",re);
269 Log.e(TAG,"",e);
274 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
292 Log.e(TAG,"",
[all...]
H A DBluetoothHealthCallback.java27 private static final String TAG = "BluetoothHealthCallback"; field in class:BluetoothHealthCallback
44 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
64 Log.d(TAG, "onHealthChannelStateChange: " + config + "Device: " + device +
H A DBluetoothInputDevice.java46 private static final String TAG = "BluetoothInputDevice"; field in class:BluetoothInputDevice
193 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
195 if (VDBG) Log.d(TAG,"Unbinding service...");
201 Log.e(TAG,"",re);
208 if (VDBG) Log.d(TAG,"Binding service...");
210 Log.e(TAG, "Could not bind to Bluetooth HID Service");
214 Log.e(TAG,"",re);
236 Log.e(TAG,"",e);
242 Log.e(TAG, "Could not bind to Bluetooth HID Service");
253 Log.e(TAG,"",
[all...]
H A DBluetoothA2dp.java46 private static final String TAG = "BluetoothA2dp"; field in class:BluetoothA2dp
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...");
132 Log.e(TAG, "Could not bind to Bluetooth A2DP Service");
136 Log.e(TAG,"",re);
156 Log.e(TAG,"",e);
161 Log.e(TAG, "Could not bind to Bluetooth A2DP Service");
172 Log.e(TAG,"",
[all...]
H A DBluetoothHealth.java59 private static final String TAG = "BluetoothHealth"; field in class:BluetoothHealth
104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
106 if (VDBG) Log.d(TAG,"Unbinding service...");
112 Log.e(TAG,"",re);
119 if (VDBG) Log.d(TAG,"Binding service...");
121 Log.e(TAG, "Could not bind to Bluetooth Health Service");
125 Log.e(TAG,"",re);
187 Log.e(TAG, e.toString());
190 Log.w(TAG, "Proxy not attached to service");
191 if (DBG) Log.d(TAG, Lo
[all...]
H A DBluetoothPan.java45 private static final String TAG = "BluetoothPan"; field in class:BluetoothPan
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
140 Log.d(TAG, "BluetoothPan() call bindService");
143 Log.e(TAG, "Could not bind to Bluetooth HID Service");
145 Log.d(TAG, "BluetoothPan(), bindService called");
158 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
172 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
175 Log.e(TAG, "Could not bind to Bluetooth HID Service");
177 Log.d(TAG, "BluetoothPan(), bindService called");
179 if (VDBG) Log.d(TAG,"Unbindin
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java40 private static final String TAG = "FULLockscreen"; field in class:FaceUnlock
93 Log.d(TAG, "initializeView()");
108 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
118 if (DEBUG) Log.d(TAG, "start()");
120 Log.e(TAG, "start() called off of the UI thread");
124 Log.w(TAG, "start() called when already running");
128 Log.d(TAG, "Binding to Face Unlock service for user="
136 Log.w(TAG, "Attempt to bind to Face Unlock when already bound");
147 if (DEBUG) Log.d(TAG, "stop()");
149 Log.e(TAG, "sto
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java44 private final static String TAG = "AcousticEchoCanceler"; field in class:AcousticEchoCanceler
66 Log.w(TAG, "not implemented on this device"+ aec);
68 Log.w(TAG, "not enough resources");
70 Log.w(TAG, "not enough memory");
H A DAutomaticGainControl.java44 private final static String TAG = "AutomaticGainControl"; field in class:AutomaticGainControl
66 Log.w(TAG, "not implemented on this device "+agc);
68 Log.w(TAG, "not enough resources");
70 Log.w(TAG, "not enough memory");
H A DNoiseSuppressor.java45 private final static String TAG = "NoiseSuppressor"; field in class:NoiseSuppressor
68 Log.w(TAG, "not implemented on this device "+ns);
70 Log.w(TAG, "not enough resources");
72 Log.w(TAG, "not enough memory");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java41 private static final String TAG = "FULLockscreen"; field in class:FaceUnlock
102 Log.d(TAG, "initializeView()");
118 if (DEBUG) Log.d(TAG, "show()");
120 Log.e(TAG, "show() called off of the UI thread");
136 if (DEBUG) Log.d(TAG, "hide()");
148 if (DEBUG) Log.d(TAG, "start()");
150 Log.e(TAG, "start() called off of the UI thread");
154 Log.w(TAG, "start() called when already running");
162 Log.d(TAG, "Binding to Face Unlock service");
169 Log.w(TAG, "Attemp
[all...]
/frameworks/base/core/java/android/os/
H A DUpdateLock.java31 private static final String TAG = "UpdateLock"; field in class:UpdateLock
85 Log.v(TAG, "setting refcounted=" + isRefCounted + " : " + this);
104 Log.v(TAG, "acquire() : " + this, new RuntimeException("here"));
118 Log.e(TAG, "Unable to contact service to acquire");
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
142 Log.e(TAG, "Unable to contact service to release");
157 Log.wtf(TAG, "UpdateLock finalized while still held");
161 Log.e(TAG, "Unable to contact service to release");
H A DSystemVibrator.java27 private static final String TAG = "Vibrator"; field in class:SystemVibrator
40 Log.w(TAG, "Failed to vibrate; no vibrator service.");
53 Log.w(TAG, "Failed to vibrate; no vibrator service.");
59 Log.w(TAG, "Failed to vibrate.", e);
66 Log.w(TAG, "Failed to vibrate; no vibrator service.");
76 Log.w(TAG, "Failed to vibrate.", e);
91 Log.w(TAG, "Failed to cancel vibration.", e);
/frameworks/base/services/java/com/android/server/
H A DMasterClearReceiver.java29 private static final String TAG = "MasterClear"; field in class:MasterClearReceiver
35 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
40 Slog.w(TAG, "!!! FACTORY RESET !!!");
47 Log.wtf(TAG, "Still running after master clear?!");
49 Slog.e(TAG, "Can't perform master clear/factory reset", e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaMetadataRetrieverTest.java30 private static final String TAG = "MediaMetadataRetrieverTest"; field in class:MediaMetadataRetrieverTest
35 Log.v(TAG, "testGetEmbeddedPicture starts.");
42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]);
46 Log.v(TAG, "windows media is not supported and thus we will skip the test for this file");
56 Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]);
60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]);
66 Log.v(TAG, "testGetEmbeddedPicture completes.");
77 Log.v(TAG, "Thumbnail processing starts");
81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]);
85 Log.v(TAG, "window
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java29 private static final String TAG = "AccountAuthenticator"; field in class:AccountAuthenticatorResponse
46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
48 Log.v(TAG, "AccountAuthenticatorResponse.onResult: "
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
60 Log.v(TAG, "AccountAuthenticatorResponse.onRequestContinued");
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DAbstractCache.java25 private static final String TAG = "AbstractCache"; field in class:AbstractCache
39 Log.v(TAG, "Trying to put " + key + " into cache.");
46 Log.v(TAG, "Failed! size limitation reached.");
57 Log.v(TAG, key + " cached, " + mCacheMap.size() + " items total.");
66 Log.v(TAG, "Trying to get " + key + " from cache.");
74 Log.v(TAG, key + " hit " + cacheEntry.hit + " times.");
84 Log.v(TAG, "Trying to purge " + key);
90 Log.v(TAG, mCacheMap.size() + " items cached.");
98 Log.v(TAG, "Purging cache, " + mCacheMap.size()
/frameworks/base/core/java/android/preference/
H A DPreferenceCategory.java36 private static final String TAG = "PreferenceCategory"; field in class:PreferenceCategory
54 "Cannot add a " + TAG + " directly to a " + TAG);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java30 public static final String TAG = "PackageHelperTests"; field in class:PackageHelperTests
41 Log.e(TAG, "Can't get mount service");
47 Log.d(TAG,"cleanUp");
52 Log.d(TAG,"cleaing up "+containers[i]);
59 Log.w(TAG, "errMsg=" + errMsg);
70 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
77 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
87 Log.d(TAG,PackageHelper.getSdDir(fullId));
108 Log.e(TAG, "mount done " + path);
112 Log.e(TAG, "moun
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaMetadataTest.java34 private static final String TAG = "MediaMetadataTest"; field in class:MediaMetadataTest
66 Log.v(TAG, "filePath = "+ meta_data_file[fileIndex][0]);
76 Log.v(TAG, "Failed: "+meta_data_file[fileIndex][0] + " " + e.toString());
83 Log.v(TAG, "CD_TRACK_NUMBER : " + value);
84 assertEquals(TAG, meta_data_file[fileIndex][meta.CD_TRACK.ordinal()], value);
87 Log.v(TAG, "Album : "+ value);
88 assertEquals(TAG, meta_data_file[fileIndex][meta.ALBUM.ordinal()], value);
91 Log.v(TAG, "Artist : "+ value);
92 assertEquals(TAG, meta_data_file[fileIndex][meta.ARTIST.ordinal()], value);
95 Log.v(TAG, "Autho
[all...]
H A DCameraTest.java42 private String TAG = "CameraTest"; field in class:CameraTest
79 Log.v(TAG, "start looper");
85 Log.v(TAG, "start loopRun");
92 Log.v(TAG, "initializeMessageLooper: quit.");
118 Log.v(TAG, "Preview callback start");
129 Log.v(TAG, "Preview callback stop");
137 Log.v(TAG, "onShutter called");
146 Log.v(TAG, "RawPictureCallback callback");
160 Log.v(TAG, "JpegPictureCallback rawDataLength = " + rawDataLength);
166 Log.v(TAG, "Jpe
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DTtyIntent.java21 private static final String TAG = "TtyIntent"; field in class:TtyIntent
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java28 static final String TAG = "bu"; field in class:Backup
35 Log.d(TAG, "Beginning: " + args[0]);
40 Log.e(TAG, "Error running backup/restore", e);
42 Log.d(TAG, "Finished.");
48 Log.e(TAG, "Can't obtain Backup Manager binder");
60 Log.e(TAG, "Invalid operation '" + arg + "'");
89 Log.w(TAG, "Unknown backup flag " + arg);
99 Log.w(TAG, "-all passed for backup along with specific package names");
103 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given");
113 Log.e(TAG, "Unabl
[all...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageListener.java24 public static final String TAG = "StorageListener"; field in class:StorageListener
35 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DAsyncChannelTest.java31 private static final String TAG = "AsyncChannelTest"; field in class:AsyncChannelTest
41 Log.d(TAG, s);

Completed in 383 milliseconds

1234567891011>>