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

1234567891011>>

/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
94 Log.d(TAG, "initializeView()");
109 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
119 if (DEBUG) Log.d(TAG, "start()");
121 Log.e(TAG, "start() called off of the UI thread");
125 Log.w(TAG, "start() called when already running");
129 Log.d(TAG, "Binding to Face Unlock service for user="
137 Log.w(TAG, "Attempt to bind to Face Unlock when already bound");
148 if (DEBUG) Log.d(TAG, "stop()");
150 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 DBluetoothA2dp.java46 private static final String TAG = "BluetoothA2dp"; field in class:BluetoothA2dp
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
117 if (VDBG) Log.d(TAG,"Unbinding service...");
123 Log.e(TAG,"",re);
130 if (VDBG) Log.d(TAG,"Binding service...");
134 Log.e(TAG,"",re);
154 Log.e(TAG,"",e);
166 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
179 Log.e(TAG,"",e);
189 Log.e(TAG,"",r
[all...]
H A DBluetoothHealth.java59 private static final String TAG = "BluetoothHealth"; field in class:BluetoothHealth
104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
106 if (VDBG) Log.d(TAG,"Unbinding service...");
112 Log.e(TAG,"",re);
119 if (VDBG) Log.d(TAG,"Binding service...");
123 Log.e(TAG,"",re);
185 Log.e(TAG, e.toString());
188 Log.w(TAG, "Proxy not attached to service");
189 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
209 Log.e(TAG,
[all...]
H A DBluetoothAdvScanData.java41 private static final String TAG = "BluetoothAdvScanData"; field in class:BluetoothAdvScanData
80 Log.e(TAG, "Unable to set manufacturer id and data.", e);
96 Log.e(TAG, "Unable to set service data.", e);
108 Log.e(TAG, "Unable to get service uuids.", e);
121 Log.e(TAG, "Unable to get manufacturer data.", e);
134 Log.e(TAG, "Unable to get service data.", e);
148 Log.e(TAG, "Unable to remove manufacturer : " + manufacturerCode, e);
H A DBluetoothPan.java45 private static final String TAG = "BluetoothPan"; field in class:BluetoothPan
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
140 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
142 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
174 Log.e(TAG,"",re);
191 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
193 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
195 if (VDBG) Log.d(TAG,"Unbindin
[all...]
H A DBluetoothHeadset.java47 private static final String TAG = "BluetoothHeadset"; field in class:BluetoothHeadset
233 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
235 if (VDBG) Log.d(TAG,"Unbinding service...");
241 Log.e(TAG,"",re);
248 if (VDBG) Log.d(TAG,"Binding service...");
252 Log.e(TAG,"",re);
272 Log.e(TAG,"",e);
284 Log.e(TAG, "Could not bind to Bluetooth Headset Service with " + intent);
304 Log.e(TAG,"",e);
314 Log.e(TAG,"",r
[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/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/base/services/java/com/android/server/
H A DMasterClearReceiver.java29 private static final String TAG = "MasterClear"; field in class:MasterClearReceiver
35 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
40 Slog.w(TAG, "!!! FACTORY RESET !!!");
47 Log.wtf(TAG, "Still running after master clear?!");
49 Slog.e(TAG, "Can't perform master clear/factory reset", 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardTouchDelegate.java49 protected static final String TAG = "KeyguardTouchDelegate"; field in class:KeyguardTouchDelegate
54 Slog.v(TAG, "Connected to keyguard");
61 Slog.v(TAG, "Disconnected from keyguard");
73 if (DEBUG) Slog.v(TAG, "*** Keyguard: can't bind to " + KEYGUARD_CLASS);
75 if (DEBUG) Slog.v(TAG, "*** Keyguard started");
93 Slog.e(TAG, "RemoteException calling keyguard.isSecure()!", e);
96 Slog.w(TAG, "isSecure(): NO SERVICE!");
109 Slog.e(TAG, "RemoteException sending event to keyguard!", e);
112 Slog.w(TAG, "dispatch(event): NO SERVICE!");
123 Slog.w(TAG , "Remot
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java36 private String TAG = "KeyguardServiceWrapper"; field in class:KeyguardServiceWrapper
46 Slog.w(TAG , "Remote Exception", e);
55 Slog.w(TAG , "Remote Exception", e);
64 Slog.w(TAG , "Remote Exception", e);
73 Slog.w(TAG , "Remote Exception", e);
82 Slog.w(TAG , "Remote Exception", e);
91 Slog.w(TAG , "Remote Exception", e);
99 Slog.w(TAG , "Remote Exception", e);
107 Slog.w(TAG , "Remote Exception", e);
115 Slog.w(TAG , "Remot
[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/mms/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.java30 public static final String TAG = "PackageHelperTests"; field in class:PackageHelperTests
41 Log.e(TAG, "Can't get mount service");
47 Log.d(TAG,"cleanUp");
52 Log.d(TAG,"cleaing up "+containers[i]);
59 Log.w(TAG, "errMsg=" + errMsg);
70 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
77 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
87 Log.d(TAG,PackageHelper.getSdDir(fullId));
108 Log.e(TAG, "mount done " + path);
112 Log.e(TAG, "moun
[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/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/cmds/bu/src/com/android/commands/bu/
H A DBackup.java29 static final String TAG = "bu"; field in class:Backup
36 Log.d(TAG, "Beginning: " + args[0]);
41 Log.e(TAG, "Error running backup/restore", e);
43 Log.d(TAG, "Finished.");
49 Log.e(TAG, "Can't obtain Backup Manager binder");
61 Log.e(TAG, "Invalid operation '" + arg + "'");
95 Log.w(TAG, "Unknown backup flag " + arg);
105 Log.w(TAG, "-all passed for backup along with specific package names");
109 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given");
120 Log.e(TAG, "Unabl
[all...]

Completed in 771 milliseconds

1234567891011>>