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

1234567891011>>

/frameworks/base/core/java/android/bluetooth/
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 DBluetoothA2dpSink.java41 private static final String TAG = "BluetoothA2dpSink"; field in class:BluetoothA2dpSink
133 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
135 if (VDBG) Log.d(TAG,"Unbinding service...");
141 Log.e(TAG,"",re);
148 if (VDBG) Log.d(TAG,"Binding service...");
152 Log.e(TAG,"",re);
172 Log.e(TAG,"",e);
185 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
198 Log.e(TAG,"",e);
208 Log.e(TAG,"",r
[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.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/camera2/legacy/
H A DCameraDeviceUserShim.java62 private static final String TAG = "CameraDeviceUserShim"; field in class:CameraDeviceUserShim
170 Log.e(TAG, "waitForOpen - Camera failed to open after timeout of "
175 Log.e(TAG, "connectBinderShim - Failed to release camera after timeout ", e);
318 Log.d(TAG, "Opening shim Camera device");
362 Log.d(TAG, "disconnect called.");
366 Log.w(TAG, "Cannot disconnect, device has already been closed.");
381 Log.d(TAG, "submitRequest called.");
384 Log.e(TAG, "Cannot submit request, device has been closed.");
390 Log.e(TAG, "Cannot submit request, configuration change in progress.");
401 Log.d(TAG, "submitRequestLis
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DPackagePriorityExtractor.java22 private static final String TAG = "ImportantPackageExtractor"; field in class:PackagePriorityExtractor
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
H A DPackageVisibilityExtractor.java22 private static final String TAG = "PackageVisibilityExtractor"; field in class:PackageVisibilityExtractor
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScanningService.java27 private static final String TAG = "WifiScanningService"; field in class:WifiScanningService
32 Log.i(TAG, "Creating " + Context.WIFI_SCANNING_SERVICE);
39 Log.i(TAG, "Starting " + Context.WIFI_SCANNING_SERVICE);
46 Log.i(TAG, "Registering " + Context.WIFI_SCANNING_SERVICE);
/frameworks/support/v4/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/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java51 static final String TAG = "SoundTriggerHelper"; field in class:SoundTriggerHelper
100 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
128 Slog.d(TAG, "startRecognition for keyphraseId=" + keyphraseId
131 Slog.d(TAG, "moduleProperties=" + moduleProperties);
132 Slog.d(TAG, "current listener="
134 Slog.d(TAG, "current SoundModel handle=" + mCurrentSoundModelHandle);
135 Slog.d(TAG, "current SoundModel UUID="
156 Slog.w(TAG, "Attempting startRecognition without the capability");
162 Slog.w(TAG, "startRecognition cannot attach to sound trigger module");
172 Slog.w(TAG, "Unloadin
[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);
/frameworks/base/services/core/java/com/android/server/
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/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");
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilitiesFactory.java25 private static Log.Tag TAG = new Log.Tag("CamCapabsFact"); field in class:CameraCapabilitiesFactory
29 Log.w(TAG, "Null parameter passed in.");
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequest.java31 private static final String TAG = "BluetoothPbapRequest"; field in class:BluetoothPbapRequest
60 Log.v(TAG, "execute");
90 Log.d(TAG, "mResponseCode=" + mResponseCode);
94 Log.e(TAG, "IOException occured when processing request", e);
108 Log.e(TAG, "Exception occured when trying to abort", e);
114 Log.v(TAG, "readResponse");
120 Log.v(TAG, "readResponseHeaders");
126 Log.v(TAG, "checkResponseCode");
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewParentCompatLollipop.java25 private static final String TAG = "ViewParentCompat"; field in class:ViewParentCompatLollipop
32 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
43 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
52 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
62 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
72 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
82 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
93 Log.e(TAG, "ViewParent " + parent + " does not implement interface " +
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java394 private static final String TAG = "TelecomManager"; field in class:TelecomManager
443 Log.e(TAG, "Error calling ITelecomService#getDefaultOutgoingPhoneAccount", e);
465 Log.e(TAG, "Error calling ITelecomService#getUserSelectedOutgoingPhoneAccount", e);
480 Log.e(TAG, "Error calling ITelecomService#setUserSelectedOutgoingPhoneAccount");
497 Log.e(TAG, "Error calling ITelecomService#getSimCallManager");
517 Log.e(TAG, "Error calling ITelecomService#getSimCallManagerForUser");
556 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsSupportingScheme", e);
588 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts(" +
607 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsForPackage", e);
625 Log.e(TAG, "Erro
[all...]
/frameworks/base/core/java/android/app/
H A DUiModeManager.java52 private static final String TAG = "UiModeManager"; field in class:UiModeManager
149 Log.e(TAG, "disableCarMode: RemoteException", e);
172 Log.e(TAG, "disableCarMode: RemoteException", e);
191 Log.e(TAG, "getCurrentModeType: RemoteException", e);
216 Log.e(TAG, "setNightMode: RemoteException", e);
231 Log.e(TAG, "getNightMode: RemoteException", e);
/frameworks/base/core/java/android/hardware/
H A DConsumerIrManager.java35 private static final String TAG = "ConsumerIr"; field in class:ConsumerIrManager
56 Log.w(TAG, "no consumer ir service.");
80 Log.w(TAG, "failed to transmit; no consumer ir service.");
87 Log.w(TAG, "failed to transmit.", e);
135 Log.w(TAG, "no consumer ir service.");
142 Log.w(TAG, "consumer ir service returned an uneven number of frequencies.");
/frameworks/support/v4/ics/android/support/v4/text/
H A DICUCompatIcs.java27 private static final String TAG = "ICUCompatIcs"; field in class:ICUCompatIcs
46 Log.w(TAG, e);
67 Log.w(TAG, e);
71 Log.w(TAG, e);
85 Log.w(TAG, e);
89 Log.w(TAG, e);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewUtils.java32 private static final String TAG = "ViewUtils"; field in class:ViewUtils
45 Log.d(TAG, "Could not find method computeFitSystemWindows. Oh well.");
77 Log.d(TAG, "Could not invoke computeFitSystemWindows", e);
97 Log.d(TAG, "Could not find method makeOptionalFitsSystemWindows. Oh well...");
99 Log.d(TAG, "Could not invoke makeOptionalFitsSystemWindows", e);
101 Log.d(TAG, "Could not invoke makeOptionalFitsSystemWindows", e);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DCardEmulation.java51 static final String TAG = "CardEmulation"; field in class:CardEmulation
149 Log.e(TAG, "NfcAdapter context is null.");
155 Log.e(TAG, "Cannot get PackageManager");
160 Log.e(TAG, "This device does not support card emulation");
164 Log.e(TAG, "PackageManager query failed.");
174 Log.e(TAG, "This device does not implement the INfcCardEmulation interface.");
209 Log.e(TAG, "Failed to recover CardEmulationService.");
216 Log.e(TAG, "Failed to recover CardEmulationService.");
240 Log.e(TAG, "Failed to recover CardEmulationService.");
246 Log.e(TAG, "Faile
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java27 private static final String TAG = "PlaybackSynthesisRequest"; field in class:PlaybackSynthesisCallback
67 if (DBG) Log.d(TAG, "stop()");
75 Log.w(TAG, "stop() called twice");
123 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount
130 Log.e(TAG, "Unsupported number of channels :" + channelCount);
135 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
139 if (DBG) Log.d(TAG, "Error was raised");
143 Log.e(TAG, "Start called twice");
158 if (DBG) Log.d(TAG, "audioAvailable(byte[" + buffer.length + "]," + offset + "," + length
173 if (DBG) Log.d(TAG, "Erro
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java45 private static final String TAG = "AsyncRunnerTask"; field in class:AsyncRunner.AsyncRunnerTask
58 if (mLogVerbose) Log.v(TAG, "Starting background graph processing.");
61 if (mLogVerbose) Log.v(TAG, "Preparing filter graph for processing.");
64 if (mLogVerbose) Log.v(TAG, "Running graph.");
95 if (mLogVerbose) Log.v(TAG, "Done with background graph processing.");
106 if (mLogVerbose) Log.v(TAG, "Starting post-execute.");
115 if (mLogVerbose) Log.v(TAG, "Closing filters.");
124 if (mLogVerbose) Log.v(TAG, "Calling graph done callback.");
127 if (mLogVerbose) Log.v(TAG, "Completed post-execute.");
132 private static final String TAG field in class:AsyncRunner
[all...]

Completed in 1555 milliseconds

1234567891011>>