Searched refs:TAG (Results 51 - 75 of 2237) sorted by relevance

1234567891011>>

/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/support/compat/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/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DHalChannelHelper.java29 private static final String TAG = "HalChannelHelper"; field in class:HalChannelHelper
43 if (channels24G == null) Log.e(TAG, "Failed to get channels for 2.4GHz band");
45 if (channels5G == null) Log.e(TAG, "Failed to get channels for 5GHz band");
47 if (channelsDfs == null) Log.e(TAG, "Failed to get channels for 5GHz DFS only band");
49 Log.e(TAG, "Failed to get all channels for band, not updating band channel lists");
53 Log.e(TAG, "Got zero length for all channel lists");
/frameworks/support/compat/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/base/core/java/android/bluetooth/
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...]
H A DBluetoothMap.java35 private static final String TAG = "BluetoothMap"; field in class:BluetoothMap
58 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
60 if (VDBG) Log.d(TAG,"Unbinding service...");
66 Log.e(TAG,"",re);
73 if (VDBG) Log.d(TAG,"Binding service...");
77 Log.e(TAG,"",re);
88 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
97 Log.e(TAG,"",e);
109 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
135 Log.e(TAG,"",
[all...]
H A DBluetoothInputDevice.java45 private static final String TAG = "BluetoothInputDevice"; field in class:BluetoothInputDevice
210 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
212 if (VDBG) Log.d(TAG,"Unbinding service...");
218 Log.e(TAG,"",re);
225 if (VDBG) Log.d(TAG,"Binding service...");
229 Log.e(TAG,"",re);
251 Log.e(TAG,"",e);
264 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent);
277 Log.e(TAG,"",e);
287 Log.e(TAG,"",r
[all...]
H A DBluetoothDevice.java73 private static final String TAG = "BluetoothDevice"; field in class:BluetoothDevice
638 if (DBG) Log.d(TAG, "onBrEdrDown: reached BLE ON state");
709 if (DBG) Log.d(TAG, "mAddress: " + mAddress);
726 Log.e(TAG, "BT not enabled. Cannot get Remote Device name");
731 } catch (RemoteException e) {Log.e(TAG, "", e);}
747 Log.e(TAG, "BT not enabled. Cannot get Remote Device type");
752 } catch (RemoteException e) {Log.e(TAG, "", e);}
765 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias");
770 } catch (RemoteException e) {Log.e(TAG, "", e);}
786 Log.e(TAG, "B
[all...]
H A DBluetoothA2dp.java52 private static final String TAG = "BluetoothA2dp"; field in class:BluetoothA2dp
127 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
129 if (VDBG) Log.d(TAG, "Unbinding service...");
135 Log.e(TAG, "", re);
143 if (VDBG) Log.d(TAG,"Binding service...");
147 Log.e(TAG,"",re);
168 Log.e(TAG,"",e);
181 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
194 Log.e(TAG,"",e);
205 Log.e(TAG, "", r
[all...]
/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/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...]
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DAuthenticationClient.java62 Slog.v(TAG, "onAuthenticated(owner=" + getOwnerString()
71 Slog.w(TAG, "Failed to notify Authenticated:", e);
86 Slog.w(TAG, "Forcing lockout (fp driver code should do this!)");
90 Slog.w(TAG, "Failed to notify lockout:", e);
111 Slog.w(TAG, "start authentication: no fingeprintd!");
117 Slog.w(TAG, "startAuthentication failed, result=" + result);
122 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is authenticating...");
124 Slog.e(TAG, "startAuthentication failed", e);
134 Slog.w(TAG, "stopAuthentication: no fingeprintd!");
140 Slog.w(TAG, "stopAuthenticatio
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsService.java36 private static final String TAG = "BluetoothMnsService"; field in class:BluetoothMnsService
62 Log.d(TAG, "Handler: msg: " + msg.what);
75 Log.w(TAG, "Got event for instance which is not registered: "
92 Log.w(TAG, "Socket already created, exiting");
102 Log.e(TAG, "I/O exception when trying to create server socket", e);
107 Log.v(TAG, "waiting to accept connection...");
111 Log.v(TAG, "new incoming connection from "
120 Log.v(TAG, "I/O exception when waiting to accept (aborted?)");
138 Log.v(TAG, "BluetoothMnsService()");
141 Log.v(TAG, "BluetoothMnsServic
[all...]
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java63 static final String TAG = "CameraToo"; field in class:CameraTooActivity
103 Log.e(TAG, "Couldn't find any suitable preview size");
172 Log.e(TAG, "Background worker thread was interrupted while joined", ex);
194 Log.e(TAG, "Failed to file actual capture request", ex);
197 Log.e(TAG, "Failed to build actual capture request", ex);
200 Log.e(TAG, "User attempted to perform a capture outside our session");
219 Log.i(TAG, "Surface created");
226 Log.i(TAG, "Surface destroyed");
242 Log.i(TAG, "Found a back-facing camera");
252 Log.i(TAG, "Captur
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxAggregatorManager.java32 static final String TAG = "BordeauxAggregatorManager"; field in class:BordeauxAggregatorManager
41 Log.e(TAG, AggregatorManager_NOTAVAILABLE);
59 Log.e(TAG,"Exception in Getting " + dataName);
70 Log.e(TAG,"Error getting location clusters");
81 Log.e(TAG,"Error getting time of day values");
92 Log.e(TAG,"Error getting day of week values");
103 Log.e(TAG,"Error setting fake location:" + name);
114 Log.e(TAG,"Error setting fake time of day:" + time_of_day);
125 Log.e(TAG,"Error setting fake day of week:" + day_of_week);
136 Log.e(TAG,"Erro
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanNative.java39 private static final String TAG = "WifiNanNative"; field in class:WifiNanNative
57 Log.w(TAG, "can't get access to WifiNative");
105 if (DBG) Log.d(TAG, "isNanInit: trying to init");
113 if (DBG) Log.d(TAG, "initNanHandlersNative: res=" + ret);
121 if (DBG) Log.d(TAG, "getCapabilitiesNative: res=" + ret);
126 Log.w(TAG, "isNanInit: HAL not initialized");
142 if (VDBG) Log.d(TAG, "enableAndConfigure: configRequest=" + configRequest);
149 if (DBG) Log.d(TAG, "enableAndConfigureNative: ret=" + ret);
152 Log.w(TAG, "enableAndConfigure: NanInit fails");
165 if (VDBG) Log.d(TAG, "disableNa
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java48 private static final String TAG = "RecoverySystemService"; field in class:RecoverySystemService
78 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
85 Slog.e(TAG, "uncrypt service is unavailable.");
96 Slog.e(TAG, "IOException when writing \"" +
107 Slog.e(TAG, "Failed to connect to uncrypt socket");
128 Slog.i(TAG, "uncrypt read status: " + status);
133 Slog.w(TAG, "RemoteException when posting progress");
137 Slog.i(TAG, "uncrypt successfully finished.");
146 Slog.e(TAG, "uncrypt failed with status: " + status);
155 Slog.e(TAG, "IOExceptio
[all...]
/frameworks/base/core/java/android/os/
H A DSystemVibrator.java29 private static final String TAG = "Vibrator"; field in class:SystemVibrator
48 Log.w(TAG, "Failed to vibrate; no vibrator service.");
64 Log.w(TAG, "Failed to vibrate; no vibrator service.");
70 Log.w(TAG, "Failed to vibrate.", e);
81 Log.w(TAG, "Failed to vibrate; no vibrator service.");
92 Log.w(TAG, "Failed to vibrate.", e);
111 Log.w(TAG, "Failed to cancel vibration.", e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java50 private static final String TAG = "DataCollector"; field in class:DataCollector
220 Log.i(TAG, "Analytics timed out.");
249 Log.d(TAG, "onScreenTurningOn");
258 Log.d(TAG, "onScreenOnFromTouch");
266 Log.d(TAG, "onScreenOff");
274 Log.d(TAG, "onSuccessfulUnlock");
282 Log.d(TAG, "onBouncerShown");
289 Log.d(TAG, "onBouncerHidden");
296 Log.d(TAG, "onQsDown");
303 Log.d(TAG, "setQsExpande
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java54 private String TAG = "MediaRecorderTest"; field in class:MediaRecorderTest
83 Log.v(TAG,"startPreviewAndPrepareRecording");
86 Log.v(TAG, "setAudioSource");
91 Log.v(TAG, "output format " + outFormat);
95 Log.v(TAG, "setEncoder");
101 Log.v(TAG, "setPreview");
103 Log.v(TAG, "prepare");
105 Log.v(TAG, "start");
108 Log.v(TAG, "stop");
118 Log.v(TAG,"validateGetSurfac
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java43 private static final String TAG = "BlobBackupHelper"; field in class:BlobBackupHelper
101 Log.i(TAG, " " + numKeys + " keys in state record");
107 Log.i(TAG, " key '" + key + "' checksum is " + checksum);
112 Log.w(TAG, "Prior state from unrecognized version " + version);
118 Log.i(TAG, "Hit EOF reading prior state");
122 Log.e(TAG, "Error examining prior backup state " + e.getMessage());
149 Log.i(TAG, " writing key " + key + " checksum = " + checksum);
155 Log.e(TAG, "Unable to write updated state", e);
175 Log.v(TAG, "Deflated " + data.length + " bytes to " + result.length);
178 Log.w(TAG, "Unabl
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java44 static final String TAG = "NativeCrashListener"; field in class:NativeCrashListener
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
89 Slog.e(TAG, "Unable to report native crash", e);
106 if (DEBUG) Slog.i(TAG, "Starting up");
128 if (MORE_DEBUG) Slog.v(TAG, "Waiting for debuggerd connection");
130 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd);
142 Slog.w(TAG, "Error handling connection", e);
152 Slog.d(TAG, "Exception writing ack: " + e.getMessage());
159 Slog.d(TAG, "Exceptio
[all...]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java41 private String TAG = "KeyguardServiceWrapper"; field in class:KeyguardServiceWrapper
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);
100 Slog.w(TAG , "Remote Exception", e);
109 Slog.w(TAG , "Remote Exception", e);
118 Slog.w(TAG , "Remote Exception", e);
127 Slog.w(TAG , "Remot
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestRunner.java55 private static final String TAG = "BluetoothTestRunner"; field in class:BluetoothTestRunner
198 Log.i(TAG, String.format("enable_iterations=%d", sEnableIterations));
199 Log.i(TAG, String.format("discoverable_iterations=%d", sDiscoverableIterations));
200 Log.i(TAG, String.format("scan_iterations=%d", sScanIterations));
201 Log.i(TAG, String.format("pair_iterations=%d", sPairIterations));
202 Log.i(TAG, String.format("connect_a2dp_iterations=%d", sConnectA2dpIterations));
203 Log.i(TAG, String.format("connect_headset_iterations=%d", sConnectHeadsetIterations));
204 Log.i(TAG, String.format("connect_input_iterations=%d", sConnectInputIterations));
205 Log.i(TAG, String.format("connect_pan_iterations=%d", sConnectPanIterations));
206 Log.i(TAG, Strin
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DDrmConvertSession.java33 private static final String TAG = "DrmConvertSession"; field in class:DrmConvertSession
56 Log.w(TAG, "Conversion of Mimetype: " + mimeType
59 Log.w(TAG, "Could not access Open DrmFramework.", e);
62 Log.w(TAG,
65 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
102 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
105 Log.w(TAG, "Could not convert data. Convertsession: " +
143 Log.w(TAG, "File: " + filename + " could not be found.", e);
146 Log.w(TAG, "Could not access File: " + filename + " .", e);
149 Log.w(TAG, "Coul
[all...]

Completed in 1661 milliseconds

1234567891011>>