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

1234567891011>>

/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/base/core/java/android/util/
H A DStatsLog.java28 private static final String TAG = "StatsLog"; field in class:StatsLog
46 if (DEBUG) Slog.d(TAG, "Failed to find statsd when logging start");
54 if (DEBUG) Slog.d(TAG, "Failed to connect to statsd when logging start");
71 if (DEBUG) Slog.d(TAG, "Failed to find statsd when logging stop");
78 if (DEBUG) Slog.d(TAG, "Failed to connect to statsd when logging stop");
95 if (DEBUG) Slog.d(TAG, "Failed to find statsd when logging event");
103 if (DEBUG) Slog.d(TAG, "Failed to connect to statsd when logging event");
/frameworks/base/core/java/com/android/server/backup/
H A DAccountManagerBackupHelper.java29 private static final String TAG = "AccountsBackup"; field in class:AccountManagerBackupHelper
46 Slog.d(TAG, "Handling backup of " + key);
55 Slog.w(TAG, "Unexpected backup key " + key);
59 Slog.e(TAG, "Unable to store payload " + key);
69 Slog.d(TAG, "Handling restore of " + key);
78 Slog.w(TAG, "Unexpected restore key " + key);
82 Slog.w(TAG, "Unable to restore key " + key);
H A DPermissionBackupHelper.java26 private static final String TAG = "PermissionBackup"; field in class:PermissionBackupHelper
43 Slog.d(TAG, "Handling backup of " + key);
51 Slog.w(TAG, "Unexpected backup key " + key);
54 Slog.e(TAG, "Unable to store payload " + key);
63 Slog.d(TAG, "Handling restore of " + key);
72 Slog.w(TAG, "Unexpected restore key " + key);
75 Slog.w(TAG, "Unable to restore key " + key);
H A DPreferredActivityBackupHelper.java26 private static final String TAG = "PreferredBackup"; field in class:PreferredActivityBackupHelper
52 Slog.d(TAG, "Handling backup of " + key);
64 Slog.w(TAG, "Unexpected backup key " + key);
67 Slog.e(TAG, "Unable to store payload " + key);
76 Slog.d(TAG, "Handling restore of " + key);
91 Slog.w(TAG, "Unexpected restore key " + key);
94 Slog.w(TAG, "Unable to restore key " + key);
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationControllerCompat.java28 private static final String TAG = RecentsAnimationControllerCompat.class.getSimpleName(); field in class:RecentsAnimationControllerCompat
43 Log.e(TAG, "Failed to screenshot task", e);
52 Log.e(TAG, "Failed to set input consumer enabled state", e);
60 Log.e(TAG, "Failed to set whether animation targets are behind system bars", e);
68 Log.e(TAG, "Failed to set minimize dock", e);
76 Log.e(TAG, "Failed to set hide input method", e);
84 Log.e(TAG, "Failed to finish recents animation", e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DQSTileServiceWrapper.java26 private static final String TAG = "IQSTileServiceWrapper"; field in class:QSTileServiceWrapper
43 Log.d(TAG, "Caught exception from TileService", e);
53 Log.d(TAG, "Caught exception from TileService", e);
63 Log.d(TAG, "Caught exception from TileService", e);
73 Log.d(TAG, "Caught exception from TileService", e);
83 Log.d(TAG, "Caught exception from TileService", e);
93 Log.d(TAG, "Caught exception from TileService", e);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java42 private static final String TAG = "BluetoothHeadsetClient"; field in class:BluetoothHeadsetClient
377 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
379 if (VDBG) Log.d(TAG, "Unbinding service...");
385 Log.e(TAG, "", re);
392 if (VDBG) Log.d(TAG, "Binding service...");
398 Log.e(TAG, "", re);
418 Log.e(TAG, "", e);
431 Log.e(TAG, "Could not bind to Bluetooth Headset Client Service with " + intent);
451 Log.e(TAG, "", e);
461 Log.e(TAG, "", r
[all...]
H A DBluetoothAvrcpController.java42 private static final String TAG = "BluetoothAvrcpController"; field in class:BluetoothAvrcpController
90 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
92 if (VDBG) Log.d(TAG, "Unbinding service...");
98 Log.e(TAG, "", re);
105 if (VDBG) Log.d(TAG, "Binding service...");
109 Log.e(TAG, "", re);
129 Log.e(TAG, "", e);
142 Log.e(TAG, "Could not bind to Bluetooth AVRCP Controller Service with " + intent);
155 Log.e(TAG, "", e);
165 Log.e(TAG, "", r
[all...]
H A DBluetoothHealthCallback.java28 private static final String TAG = "BluetoothHealthCallback"; field in class:BluetoothHealthCallback
45 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
66 Log.d(TAG, "onHealthChannelStateChange: " + config + "Device: " + device
H A DBluetoothPan.java46 private static final String TAG = "BluetoothPan"; field in class:BluetoothPan
139 Log.w(TAG, "Unable to register BluetoothStateChangeCallback", re);
141 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
151 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
165 Log.w(TAG, "Unable to unregister BluetoothStateChangeCallback", re);
175 Log.e(TAG, "", re);
192 Log.d(TAG, "onBluetoothStateChange on: " + on);
196 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
201 Log.e(TAG, "onBluetoothStateChange: could not bind to PAN service: ",
205 Log.e(TAG, "onBluetoothStateChang
[all...]
H A DBluetoothPbapClient.java38 private static final String TAG = "BluetoothPbapClient"; field in class:BluetoothPbapClient
62 Log.d(TAG, "onBluetoothStateChange: PBAP CLIENT up=" + up);
66 Log.d(TAG, "Unbinding service...");
73 Log.e(TAG, "", re);
81 Log.d(TAG, "Binding service...");
86 Log.e(TAG, "", re);
98 Log.d(TAG, "Create BluetoothPbapClient proxy object");
108 Log.e(TAG, "", e);
120 Log.e(TAG, "Could not bind to Bluetooth PBAP Client Service with " + intent);
146 Log.e(TAG, "",
[all...]
H A DBluetoothDevice.java74 private static final String TAG = "BluetoothDevice"; field in class:BluetoothDevice
752 if (DBG) Log.d(TAG, "onBrEdrDown: reached BLE ON state");
830 if (DBG) Log.d(TAG, "mAddress: " + mAddress);
847 Log.e(TAG, "BT not enabled. Cannot get Remote Device name");
857 Log.e(TAG, "", e);
872 Log.e(TAG, "BT not enabled. Cannot get Remote Device type");
878 Log.e(TAG, "", e);
893 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias");
899 Log.e(TAG, "", e);
917 Log.e(TAG, "B
[all...]
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
H A DBTtraffic.java28 public static final String TAG = "bttraffic"; field in class:BTtraffic
42 Log.d(TAG, "Unable to close resource.\n");
57 Log.d(TAG, "unknown action: + " + intent.getAction());
64 Log.d(TAG, "worker thread already active");
69 Log.d(TAG, "startWorker: addr=" + remoteAddr);
78 Log.d(TAG, "Monitor service started");
80 Log.d(TAG, "Worker thread started");
82 Log.d(TAG, "Failed to start service", e);
89 Log.d(TAG, "Start monitor on server");
103 Log.d(TAG, "N
[all...]
/frameworks/opt/telephony/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/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.java47 private String TAG = "CameraTest"; field in class:CameraTest
84 Log.v(TAG, "start looper");
90 Log.v(TAG, "start loopRun");
97 Log.v(TAG, "initializeMessageLooper: quit.");
123 Log.v(TAG, "Preview callback start");
134 Log.v(TAG, "Preview callback stop");
142 Log.v(TAG, "onShutter called");
151 Log.v(TAG, "RawPictureCallback callback");
165 Log.v(TAG, "JpegPictureCallback rawDataLength = " + rawDataLength);
171 Log.v(TAG, "Jpe
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationAdjustmentExtractor.java25 private static final String TAG = "AdjustmentExtractor"; field in class:NotificationAdjustmentExtractor
30 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
35 if (DBG) Slog.d(TAG, "skipping empty notification");
/frameworks/base/services/core/java/com/android/server/oemlock/
H A DVendorLock.java36 private static final String TAG = "OemLock"; field in class:VendorLock
45 Slog.i(TAG, "OemLock HAL not present on device");
62 Slog.i(TAG, "Updated carrier allows OEM lock state to: " + allowed);
70 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");
76 Slog.e(TAG, "Failed to set carrier state with HAL", e);
92 Slog.e(TAG, "Failed to get carrier state from HAL");
102 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");
114 Slog.i(TAG, "Updated device allows OEM lock state to: " + allowedByDevice);
118 Slog.e(TAG, "Unknown return value indicates code is out of sync with HAL");
124 Slog.e(TAG, "Faile
[all...]
/frameworks/base/tests/CameraPrewarmTest/src/com/google/android/test/cameraprewarm/
H A DCameraActivity.java27 public final static String TAG = "PrewarmTest"; field in class:CameraActivity
33 Log.i(TAG, "Activity created");
34 Log.i(TAG, "Source: "
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DPublishDiscoverySession.java32 private static final String TAG = "PublishDiscoverySession"; field in class:PublishDiscoverySession
56 Log.w(TAG, "updatePublish: called on terminated session");
61 Log.w(TAG, "updatePublish: called post GC on WifiAwareManager");
H A DSubscribeDiscoverySession.java33 private static final String TAG = "SubscribeDiscSession"; field in class:SubscribeDiscoverySession
61 Log.w(TAG, "updateSubscribe: called on terminated session");
66 Log.w(TAG, "updateSubscribe: called post GC on WifiAwareManager");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTransportManager.java30 private static final String TAG = TransportManager.class.getSimpleName(); field in class:TransportManager
44 Rlog.d(TAG, s);
48 Rlog.e(TAG, s);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/testcompat/
H A DRSSupportLibTestsListActivity.java25 private static final String TAG = RSSupportLibTestsListActivity.class.getSimpleName(); field in class:RSSupportLibTestsListActivity
33 test.logStart(TAG, "RenderScript Support Library Testing");
38 test.logEnd(TAG);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DRSTestListActivity.java28 private static final String TAG = RSTestListActivity.class.getSimpleName(); field in class:RSTestListActivity
36 test.logStart(TAG, "RenderScript Testing");
41 test.logEnd(TAG);

Completed in 1638 milliseconds

1234567891011>>