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

1234567891011>>

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainRecognitionService.java28 private static final String TAG = "MainRecognitionService"; field in class:MainRecognitionService
33 Log.i(TAG, "onCreate");
38 Log.d(TAG, "onStartListening");
43 Log.d(TAG, "onCancel");
48 Log.d(TAG, "onStopListening");
54 Log.d(TAG, "onDestroy");
H A DMainInteractionService.java31 static final String TAG = "MainInteractionService"; field in class:MainInteractionService
36 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
42 Log.i(TAG, "onDetected");
47 Log.i(TAG, "onError");
52 Log.i(TAG, "onRecognitionPaused");
57 Log.i(TAG, "onRecognitionResumed");
66 Log.i(TAG, "Creating " + this);
67 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError());
68 Log.i(TAG, "Keyphrase enrollment meta-data: "
85 Log.i(TAG, "Hotwor
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java36 private static final String TAG = "SysTrace"; field in class:SysTrace
37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
86 Log.v(TAG, String.format("endSection[%d]", sNestingLevel));
104 Log.v(TAG, "beginSectionAsync " + methodName + " " + cookie);
118 Log.v(TAG, "endSectionAsync " + methodName + " " + cookie);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java41 private static final String TAG = "FULLockscreen"; field in class:FaceUnlock
91 Log.d(TAG, "initializeView()");
106 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
116 if (DEBUG) Log.d(TAG, "start()");
118 Log.e(TAG, "start() called off of the UI thread");
122 Log.w(TAG, "start() called when already running");
126 Log.d(TAG, "Binding to Face Unlock service for user="
135 Log.w(TAG, "Attempt to bind to Face Unlock when already bound");
146 if (DEBUG) Log.d(TAG, "stop()");
148 Log.e(TAG, "sto
[all...]
/frameworks/base/core/java/android/bluetooth/
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 DBluetoothHeadsetClient.java41 private static final String TAG = "BluetoothHeadsetClient"; field in class:BluetoothHeadsetClient
376 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
378 if (VDBG) Log.d(TAG,"Unbinding service...");
384 Log.e(TAG,"",re);
391 if (VDBG) Log.d(TAG,"Binding service...");
396 Log.e(TAG,"",re);
416 Log.e(TAG,"",e);
429 Log.e(TAG, "Could not bind to Bluetooth Headset Client Service with " + intent);
449 Log.e(TAG,"",e);
459 Log.e(TAG,"",r
[all...]
H A DBluetoothA2dp.java46 private static final String TAG = "BluetoothA2dp"; field in class:BluetoothA2dp
120 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
122 if (VDBG) Log.d(TAG,"Unbinding service...");
128 Log.e(TAG,"",re);
135 if (VDBG) Log.d(TAG,"Binding service...");
139 Log.e(TAG,"",re);
159 Log.e(TAG,"",e);
172 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
185 Log.e(TAG,"",e);
195 Log.e(TAG,"",r
[all...]
H A DBluetoothHealth.java58 private static final String TAG = "BluetoothHealth"; field in class:BluetoothHealth
103 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
105 if (VDBG) Log.d(TAG,"Unbinding service...");
111 Log.e(TAG,"",re);
118 if (VDBG) Log.d(TAG,"Binding service...");
122 Log.e(TAG,"",re);
184 Log.e(TAG, e.toString());
187 Log.w(TAG, "Proxy not attached to service");
188 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
208 Log.e(TAG,
[all...]
H A DBluetoothHeadset.java48 private static final String TAG = "BluetoothHeadset"; field in class:BluetoothHeadset
236 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
238 if (VDBG) Log.d(TAG,"Unbinding service...");
244 if (VDBG) Log.d(TAG,"Binding service...");
248 Log.e(TAG,"",re);
268 Log.e(TAG,"",e);
280 Log.e(TAG, "Unable to bind HeadsetService", e);
292 Log.e(TAG,"Unable to unbind HeadsetService", e);
312 Log.e(TAG,"",e);
348 Log.e(TAG, Lo
[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/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java36 private static final String TAG = "TestEnrollmentUtil"; field in class:EnrollmentUtil
98 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel", e);
117 Log.e(TAG, "Keyphrase must have a valid ID");
125 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
129 Log.w(TAG, "No models present for the gien keyphrase ID");
145 Log.e(TAG, "Keyphrase must have a valid ID");
153 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
160 Log.e(TAG, "KeyphraseSoundModel must be non-null");
164 Log.e(TAG, "KeyphraseSoundModel must have a UUID");
168 Log.e(TAG, "KeyphraseSoundMode
[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");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java30 private static final String TAG = "CameraTestThread"; field in class:CameraTestThread
31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
43 Log.w(TAG, "Looper thread already started");
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
74 Log.w(TAG, "Looper thread doesn't start yet");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacNative.java24 private static final String TAG = "PacProxy"; field in class:PacNative
48 Log.e(TAG, "Unable to Create v8 Proxy Parser.");
58 Log.e(TAG, "Unable to Destroy v8 Proxy Parser.");
68 Log.e(TAG, "Unable to parse proxy script.");
77 Log.e(TAG, "v8 Proxy request failed.");
/frameworks/support/v4/eclair-mr1/android/support/v4/view/
H A DViewCompatEclairMr1.java28 public static final String TAG = "ViewCompat"; field in class:ViewCompatEclairMr1
42 Log.e(TAG, "Unable to find childrenDrawingOrderEnabled", e);
49 Log.e(TAG, "Unable to invoke childrenDrawingOrderEnabled", e);
51 Log.e(TAG, "Unable to invoke childrenDrawingOrderEnabled", e);
53 Log.e(TAG, "Unable to invoke childrenDrawingOrderEnabled", 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/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexAuthenticator.java27 private final static String TAG = "BluetoothPbapObexAuthenticator"; field in class:BluetoothPbapObexAuthenticator
40 Log.d(TAG, "setReply key=" + key);
55 Log.d(TAG, "onAuthenticationChallenge: sending request");
62 Log.v(TAG, "onAuthenticationChallenge: waiting for response");
65 Log.e(TAG, "Interrupted while waiting for challenge response");
71 Log.v(TAG, "onAuthenticationChallenge: mSessionKey=" + mSessionKey);
74 Log.v(TAG, "onAuthenticationChallenge: mSessionKey is empty, timeout/cancel occured");
/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/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/webview/chromium/java/com/android/webview/chromium/
H A DUnimplementedWebViewApi.java23 private static String TAG = "UnimplementedWebViewApi"; field in class:UnimplementedWebViewApi
41 Log.w(TAG, "Unimplemented WebView method called in: " +
48 Log.w(TAG, "Unimplemented WebView method " + unimplementedMethod.getMethodName() +
/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...]

Completed in 316 milliseconds

1234567891011>>