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

1234567891011>>

/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/core/java/android/bluetooth/
H A DBluetoothHealthCallback.java28 private static final String TAG = "BluetoothHealthCallback"; field in class:BluetoothHealthCallback
46 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
67 Log.d(TAG, "onHealthChannelStateChange: " + config + "Device: " + device +
H A DBluetoothPan.java44 private static final String TAG = "BluetoothPan"; field in class:BluetoothPan
137 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
149 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
163 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
173 Log.e(TAG,"",re);
189 Log.d(TAG, "onBluetoothStateChange on: " + on);
193 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
198 Log.e(TAG,"onBluetoothStateChange: could not bind to PAN service: ", e);
201 Log.e(TAG,"onBluetoothStateChang
[all...]
H A DBluetoothGatt.java40 private static final String TAG = "BluetoothGatt"; field in class:BluetoothGatt
140 if (DBG) Log.d(TAG, "onClientRegistered() - status=" + status
145 Log.e(TAG, "Bad connection state: " + mConnState);
162 Log.e(TAG,"",e);
172 if (DBG) Log.d(TAG, "onClientConnectionState() - status=" + status
182 Log.w(TAG, "Unhandled exception in callback", ex);
207 if (DBG) Log.d(TAG, "onSearchComplete() = Device=" + address + " Status=" + status);
231 Log.e(TAG, "Broken GATT database: can't find included service.");
239 Log.w(TAG, "Unhandled exception in callback", ex);
249 if (VDBG) Log.d(TAG, "onCharacteristicRea
[all...]
H A DBluetoothAvrcpController.java43 private static final String TAG = "BluetoothAvrcpController"; field in class:BluetoothAvrcpController
132 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
134 if (VDBG) Log.d(TAG,"Unbinding service...");
140 Log.e(TAG,"",re);
147 if (VDBG) Log.d(TAG,"Binding service...");
151 Log.e(TAG,"",re);
172 Log.e(TAG,"",e);
185 Log.e(TAG, "Could not bind to Bluetooth AVRCP Controller Service with " + intent);
198 Log.e(TAG,"",e);
208 Log.e(TAG,"",r
[all...]
H A DBluetoothPbapClient.java35 private static final String TAG = "BluetoothPbapClient"; field in class:BluetoothPbapClient
59 Log.d(TAG, "onBluetoothStateChange: PBAP CLIENT up=" + up);
63 Log.d(TAG,"Unbinding service...");
70 Log.e(TAG,"",re);
78 Log.d(TAG,"Binding service...");
83 Log.e(TAG,"",re);
95 Log.d(TAG, "Create BluetoothPbapClient proxy object");
105 Log.e(TAG,"",e);
117 Log.e(TAG, "Could not bind to Bluetooth PBAP Client Service with " + intent);
143 Log.e(TAG,"",
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java32 public static final String TAG = "PackageHelperTests"; field in class:PackageHelperTests
43 Log.e(TAG, "Can't get mount service");
49 Log.d(TAG,"cleanUp");
54 Log.d(TAG,"cleaing up "+containers[i]);
61 Log.w(TAG, "errMsg=" + errMsg);
72 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
79 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
89 Log.d(TAG,PackageHelper.getSdDir(fullId));
110 Log.e(TAG, "mount done " + path);
114 Log.e(TAG, "moun
[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/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/core/java/android/hardware/location/
H A DContextHubManager.java38 private static final String TAG = "ContextHubManager"; field in class:ContextHubManager
99 Log.w(TAG, "Could not fetch context hub handles : " + e);
117 Log.w(TAG, "Could not fetch context hub info :" + e);
152 Log.w(TAG, "Could not load nanoApp :" + e);
179 Log.w(TAG, "Could not fetch unload nanoApp :" + e);
217 Log.w(TAG, "Could not fetch nanoApp info :" + e);
238 Log.w(TAG, "Could not query nanoApp instance :" + e);
266 Log.w(TAG, "null ptr");
272 Log.w(TAG, "Could not send message :" + e.toString());
298 Log.w(TAG, "Ma
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DImportanceExtractor.java25 private static final String TAG = "ImportantTopicExtractor"; field in class:ImportanceExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
H A DPriorityExtractor.java25 private static final String TAG = "ImportantTopicExtractor"; field in class:PriorityExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
H A DVisibilityExtractor.java25 private static final String TAG = "VisibilityExtractor"; field in class:VisibilityExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsMultiEndpoint.java52 if (DBG) Rlog.d(TAG, "onImsExternalCallStateUpdate");
60 private static final String TAG = "ImsMultiEndpoint"; field in class:ImsMultiEndpoint
66 if (DBG) Rlog.d(TAG, "ImsMultiEndpoint created");
73 if (DBG) Rlog.d(TAG, "setExternalCallStateListener");
/frameworks/support/compat/api21/android/support/v4/widget/
H A DPopupWindowCompatApi21.java26 private static final String TAG = "PopupWindowCompatApi21"; field in class:PopupWindowCompatApi21
35 Log.i(TAG, "Could not fetch mOverlapAnchor field from PopupWindow", e);
44 Log.i(TAG, "Could not set overlap anchor field in PopupWindow", e);
54 Log.i(TAG, "Could not get overlap anchor field in PopupWindow", e);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DStringPresenter.java22 private static final String TAG = "StringPresenter"; field in class:StringPresenter
25 Log.d(TAG, "onCreateViewHolder");
35 Log.d(TAG, "onBindViewHolder for " + item.toString());
40 Log.d(TAG, "onUnbindViewHolder");
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DStringPresenter.java22 private static final String TAG = "StringPresenter"; field in class:StringPresenter
25 Log.d(TAG, "onCreateViewHolder");
35 Log.d(TAG, "onBindViewHolder for " + item.toString());
40 Log.d(TAG, "onUnbindViewHolder");
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DEnrollClient.java50 Slog.w(TAG, "groupId != getGroupId(), groupId: " + groupId +
74 Slog.w(TAG, "Failed to notify EnrollResult:", e);
83 Slog.w(TAG, "enroll: no fingeprintd!");
90 Slog.w(TAG, "startEnroll failed, result=" + result);
96 Slog.e(TAG, "startEnroll failed", e);
105 Slog.w(TAG, "stopEnrollment: no fingeprintd!");
111 Slog.w(TAG, "startEnrollCancel failed, result = " + result);
115 Slog.e(TAG, "stopEnrollment failed", e);
125 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!");
131 if (DEBUG) Slog.w(TAG, "onEnumerationResul
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DActivityRecognitionProxy.java36 private static final String TAG = "ActivityRecognitionProxy"; field in class:ActivityRecognitionProxy
63 TAG,
96 Log.e(TAG, "ServiceWatcher could not start.");
108 Log.e(TAG, "Null binder found on connection.");
115 Log.e(TAG, "Unable to get interface descriptor.", e);
123 Log.e(TAG, "No watcher found on connection.");
129 Log.d(TAG, "AR HW instance not available, binding will be a no-op.");
135 Log.e(TAG, "Error delivering hardware interface to watcher.", e);
141 Log.e(TAG, "No client found on connection.");
147 Log.e(TAG, "Erro
[all...]
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanEventListener.java38 private static final String TAG = "WifiNanEventListener"; field in class:WifiNanEventListener
87 if (VDBG) Log.v(TAG, "ctor: looper=" + looper);
91 if (DBG) Log.d(TAG, "What=" + msg.what + ", msg=" + msg);
122 Log.w(TAG, "onConfigCompleted: called in stub - override if interested or disable");
134 Log.w(TAG, "onConfigFailed: called in stub - override if interested or disable");
146 Log.w(TAG, "onNanDown: called in stub - override if interested or disable");
160 if (VDBG) Log.v(TAG, "onIdentityChanged: called in stub - override if interested");
169 if (VDBG) Log.v(TAG, "onConfigCompleted: configRequest=" + completedConfig);
179 Log.v(TAG, "onConfigFailed: failedConfig=" + failedConfig + ", reason=" + reason);
190 if (VDBG) Log.v(TAG, "onNanDow
[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/services/core/java/com/android/server/
H A DContextHubSystemService.java24 private static final String TAG = "ContextHubSystemService"; field in class:ContextHubSystemService
39 Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY");
H A DServiceThread.java28 private static final String TAG = "ServiceThread"; field in class:ServiceThread
43 Slog.i(TAG, "Enabled StrictMode logging for " + getName() + " looper.");
/frameworks/base/services/net/java/android/net/util/
H A DNetdService.java28 private static final String TAG = NetdService.class.getSimpleName(); field in class:NetdService
42 Log.w(TAG, "WARNING: returning null INetd instance.");

Completed in 1089 milliseconds

1234567891011>>