Searched refs:TAG (Results 1 - 25 of 1718) 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.java33 static final String TAG = "MainInteractionService"; field in class:MainInteractionService
38 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
44 Log.i(TAG, "onDetected");
49 Log.i(TAG, "onError");
54 Log.i(TAG, "onRecognitionPaused");
59 Log.i(TAG, "onRecognitionResumed");
68 Log.i(TAG, "Creating " + this);
69 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError());
70 Log.i(TAG, "Keyphrase enrollment meta-data: "
78 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/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/services/core/java/com/android/server/
H A DBluetoothService.java24 private static final String TAG = "BluetoothService"; field in class:BluetoothService
34 Log.d(TAG, "onStart: publishing BluetoothManagerService");
41 Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY");
48 Log.d(TAG, "onSwitchUser: switching to user " + userHandle);
/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/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java38 private String TAG = "KeyguardServiceWrapper"; field in class:KeyguardServiceWrapper
50 Slog.w(TAG , "Remote Exception", e);
59 Slog.w(TAG , "Remote Exception", e);
68 Slog.w(TAG , "Remote Exception", e);
77 Slog.w(TAG , "Remote Exception", e);
86 Slog.w(TAG , "Remote Exception", e);
95 Slog.w(TAG , "Remote Exception", e);
104 Slog.w(TAG , "Remote Exception", e);
113 Slog.w(TAG , "Remote Exception", e);
122 Slog.w(TAG , "Remot
[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/core/java/android/bluetooth/
H A DBluetoothSap.java44 private static final String TAG = "BluetoothSap"; field in class:BluetoothSap
95 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
97 if (VDBG) Log.d(TAG,"Unbinding service...");
103 Log.e(TAG,"",re);
110 if (VDBG) Log.d(TAG,"Binding service...");
114 Log.e(TAG,"",re);
125 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object");
134 Log.e(TAG,"",e);
146 Log.e(TAG, "Could not bind to Bluetooth SAP Service with " + intent);
173 Log.e(TAG,"",
[all...]
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.java49 private static final String TAG = "BluetoothA2dp"; field in class:BluetoothA2dp
123 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
125 if (VDBG) Log.d(TAG,"Unbinding service...");
131 Log.e(TAG,"",re);
138 if (VDBG) Log.d(TAG,"Binding service...");
142 Log.e(TAG,"",re);
162 Log.e(TAG,"",e);
175 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
188 Log.e(TAG,"",e);
198 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...]
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 +
/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/base/core/java/com/android/server/backup/
H A DPreferredActivityBackupHelper.java26 private static final String TAG = "PreferredBackup"; field in class:PreferredActivityBackupHelper
52 Slog.d(TAG, "Handling backup of " + key);
63 Slog.w(TAG, "Unexpected backup key " + key);
66 Slog.e(TAG, "Unable to store payload " + key);
75 Slog.d(TAG, "Handling restore of " + key);
89 Slog.w(TAG, "Unexpected restore key " + key);
92 Slog.w(TAG, "Unable to restore key " + key);
/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...]

Completed in 946 milliseconds

1234567891011>>