Searched refs:TAG (Results 126 - 150 of 1718) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java35 private static String TAG = "DebugService"; field in class:DebugService
52 Rlog.d(TAG, "DebugService " + s);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java65 private static final String TAG = "BluetoothManagerService"; field in class:BluetoothManagerService
187 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName);
206 Log.e(TAG,"Unable to call getState", e);
209 Log.d(TAG, "state" + st);
225 Log.e(TAG,"Unable to call onBrEdrDown", e);
229 Log.d(TAG, "Calling disable");
234 Log.d(TAG, "Calling enable");
276 Log.wtf(TAG, "Unable to resolve SystemUI's UID.", e);
329 if (DBG) Log.d(TAG, "Loading stored name and address");
334 if (DBG) Log.d(TAG, "invali
[all...]
H A DPersistentDataBlockService.java64 private static final String TAG = PersistentDataBlockService.class.getSimpleName(); field in class:PersistentDataBlockService
99 Slog.e(TAG, "not able to find package " + allowedPackage, e);
169 Slog.i(TAG, "Formatting FRP partition...");
186 Slog.e(TAG, "partition not available?", e);
194 Slog.e(TAG, "failed to write block checksum", e);
210 Slog.e(TAG, "partition not available?", e);
219 Slog.e(TAG, "SHA-256 not supported?", e);
238 Slog.e(TAG, "failed to read partition", e);
252 Slog.e(TAG, "partition not available?", e);
263 Slog.e(TAG, "faile
[all...]
H A DAnyMotionDetector.java39 private static final String TAG = "AnyMotionDetector"; field in class:AnyMotionDetector
110 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated.");
111 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
122 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples);
129 if (DEBUG) Slog.d(TAG, "checkForAnyMotion(). mState = " + mState);
132 if (DEBUG) Slog.d(TAG, "Moved from STATE_INACTIVE to STATE_ACTIVE.");
142 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE.");
156 if (DEBUG) Slog.d(TAG, "startOrientationMeasurement: mMeasurementInProgress=" +
174 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" +
186 Slog.d(TAG, "mRunningStat
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java43 private static final String TAG = "BluetoothGattServer"; field in class:BluetoothGattServer
69 if (DBG) Log.d(TAG, "onServerRegistered() - status=" + status
77 Log.e(TAG, "onServerRegistered: mCallback is null");
87 if (VDBG) Log.d(TAG, "onScanResult() - Device=" + address + " RSSI=" +rssi);
97 if (DBG) Log.d(TAG, "onServerConnectionState() - status=" + status
104 Log.w(TAG, "Unhandled exception in callback", ex);
115 if (DBG) Log.d(TAG, "onServiceAdded() - service=" + srvcUuid
124 Log.w(TAG, "Unhandled exception in callback", ex);
137 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - "
150 Log.w(TAG, "Unhandle
[all...]
H A DBluetoothGatt.java40 private static final String TAG = "BluetoothGatt"; field in class:BluetoothGatt
141 if (DBG) Log.d(TAG, "onClientRegistered() - status=" + status
146 Log.e(TAG, "Bad connection state: " + mConnState);
163 Log.e(TAG,"",e);
173 if (DBG) Log.d(TAG, "onClientConnectionState() - status=" + status
183 Log.w(TAG, "Unhandled exception in callback", ex);
207 if (VDBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid);
224 if (VDBG) Log.d(TAG, "onGetIncludedService() - Device=" + address
250 if (VDBG) Log.d(TAG, "onGetCharacteristic() - Device=" + address + " UUID=" +
274 if (VDBG) Log.d(TAG, "onGetDescripto
[all...]
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java30 static final String TAG = "bu"; field in class:Backup
37 Log.d(TAG, "Beginning: " + args[0]);
42 Log.e(TAG, "Error running backup/restore", e);
44 Log.d(TAG, "Finished.");
50 Log.e(TAG, "Can't obtain Backup Manager binder");
60 Log.e(TAG, "Invalid operation '" + arg + "'");
104 Log.w(TAG, "Unknown backup flag " + arg);
114 Log.w(TAG, "-all passed for backup along with specific package names");
118 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given");
129 Log.e(TAG, "Unabl
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java42 private final static String TAG = "SyncRunner"; field in class:SyncRunner
48 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
50 if (mLogVerbose) Log.v(TAG, "Initializing SyncRunner");
78 if (mLogVerbose) Log.v(TAG, "Setting up filters");
104 if (mLogVerbose) Log.v(TAG, "Closing graph.");
111 if (mLogVerbose) Log.v(TAG, "Beginning run.");
132 if (mLogVerbose) Log.v(TAG, "Calling completion listener.");
135 if (mLogVerbose) Log.v(TAG, "Run complete");
163 if (mLogVerbose) Log.v(TAG, "Processing filter node");
168 if (mLogVerbose) Log.v(TAG, "Schedulin
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java63 private static final String TAG = "ShutdownThread"; field in class:ShutdownThread
140 Log.d(TAG, "Request to shutdown already running, returning.");
153 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior);
242 Log.d(TAG, "Shutdown sequence already running, returning.");
299 PowerManager.PARTIAL_WAKE_LOCK, TAG + "-cpu");
303 Log.w(TAG, "No permission to acquire wake lock", e);
312 PowerManager.FULL_WAKE_LOCK, TAG + "-screen");
316 Log.w(TAG, "No permission to acquire wake lock", e);
364 Log.i(TAG, "Sending shutdown broadcast...");
378 Log.w(TAG, "Shutdow
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexSession.java30 private static final String TAG = "BluetoothPbapObexSession"; field in class:BluetoothPbapObexSession
55 Log.d(TAG, "start");
65 Log.d(TAG, "stop");
78 Log.d(TAG, "abort");
95 Log.d(TAG, "schedule: " + request.getClass().getSimpleName());
98 Log.e(TAG, "OBEX session not started");
106 Log.d(TAG, "setAuthReply key=" + key);
119 private static final String TAG = "ObexClientThread"; field in class:BluetoothPbapObexSession.ObexClientThread
181 Log.d(TAG, "schedule: " + request.getClass().getSimpleName());
194 Log.d(TAG, "connec
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DMediaControllerGlue.java19 private static final String TAG = "MediaControllerGlue"; field in class:MediaControllerGlue
27 if (DEBUG) Log.v(TAG, "onMetadataChanged");
32 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged");
37 if (DEBUG) Log.v(TAG, "onSessionDestroyed");
42 if (DEBUG) Log.v(TAG, "onSessionEvent");
91 if (DEBUG) Log.v(TAG, "New media controller " + mediaController);
152 Log.w(TAG, "Couldn't find index for speed " + speed);
207 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed);
219 if (DEBUG) Log.v(TAG, "pausePlayback");
225 if (DEBUG) Log.v(TAG, "skipToNex
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java54 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
67 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
82 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
90 if (DEBUG) Log.v(TAG, this + " onPostExecute");
101 if (DEBUG) Log.v(TAG, this + " onCancelled");
165 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
171 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
176 if (DEBUG) Log.v(TAG,
187 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java39 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
52 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
55 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
67 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
75 if (DEBUG) Log.v(TAG, this + " onPostExecute");
86 if (DEBUG) Log.v(TAG, this + " onCancelled");
149 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
155 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
160 if (DEBUG) Log.v(TAG,
171 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java49 private static final String TAG = "SupplicantStateTracker"; field in class:SupplicantStateTracker
95 super(TAG, t.getLooper());
119 Log.d(TAG, "handleNetworkConnectionFailure netId=" + Integer.toString(netId)
136 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
169 Log.e(TAG, "Unknown supplicant state " + supState);
193 Slog.w(TAG, "Unknown supplicant state " + state);
221 if (DBG) Log.d(TAG, getName() + "\n");
225 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
249 Log.e(TAG, "Ignoring " + message);
267 if (DBG) Log.d(TAG, getNam
[all...]
/frameworks/base/core/java/android/database/
H A DDefaultDatabaseErrorHandler.java46 private static final String TAG = "DefaultDatabaseErrorHandler"; field in class:DefaultDatabaseErrorHandler
54 Log.e(TAG, "Corruption reported by sqlite on database: " + dbObj.getPath());
100 Log.e(TAG, "deleting the database file: " + fileName);
105 Log.w(TAG, "delete failed: " + e.getMessage());
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPlaybackClient.java33 private static final String TAG = "HdmiPlaybackClient"; field in class:HdmiPlaybackClient
86 Log.e(TAG, "oneTouchPlay threw exception ", e);
105 Log.e(TAG, "queryDisplayStatus threw exception ", e);
116 Log.e(TAG, "sendStandby threw exception ", e);
/frameworks/base/core/java/android/nfc/tech/
H A DIsoDep.java41 private static final String TAG = "NFC"; field in class:IsoDep
99 Log.e(TAG, "NFC service dead", e);
114 Log.e(TAG, "NFC service dead", e);
201 Log.e(TAG, "NFC service dead", e);
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTestActivity.java25 public static final String TAG = "OnAttachedTest"; field in class:ViewAttachTestActivity
/frameworks/base/location/java/android/location/
H A DCountryDetector.java81 private final static String TAG = "CountryDetector"; field in class:CountryDetector
106 Log.e(TAG, "detectCountry: RemoteException", e);
128 Log.e(TAG, "addCountryListener: RemoteException", e);
145 Log.e(TAG, "removeCountryListener: RemoteException", e);
/frameworks/base/media/java/android/media/
H A DMediaHTTPService.java23 private static final String TAG = "MediaHTTPService"; field in class:MediaHTTPService
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaRecorderStopException.java25 private static final String TAG = "MediaRecorderStopException"; field in class:MediaRecorderStopException
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DEnergyProbe.java30 private String TAG = "EnergyProbe"; field in class:EnergyProbe
50 Log.e(TAG, "Error creating visualizer");
52 Log.e(TAG, "Error configuring visualizer");
91 Log.e(TAG, "Error capturing audio");
/frameworks/base/services/core/java/com/android/server/location/
H A DFusedProxy.java35 private final String TAG = "FusedProxy"; field in class:FusedProxy
68 TAG,
118 Log.e(TAG, "No instance of FusedProvider found on FusedLocationHardware connected.");
125 Log.e(TAG, e.toString());
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java29 private static final String TAG = "IntrusivenessExtractor"; field in class:NotificationIntrusivenessExtractor
30 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
37 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
42 if (DBG) Slog.d(TAG, "skipping empty notification");
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java32 private static final String TAG = "TelecomFramework"; field in class:Log
44 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level);
49 android.util.Log.d(TAG, buildMessage(prefix, format, args));
55 android.util.Log.d(TAG, buildMessage(getPrefixFromObject(objectPrefix), format, args));
61 android.util.Log.i(TAG, buildMessage(prefix, format, args));
67 android.util.Log.i(TAG, buildMessage(getPrefixFromObject(objectPrefix), format, args));
73 android.util.Log.v(TAG, buildMessage(prefix, format, args));
79 android.util.Log.v(TAG, buildMessage(getPrefixFromObject(objectPrefix), format, args));
85 android.util.Log.w(TAG, buildMessage(prefix, format, args));
91 android.util.Log.w(TAG, buildMessag
[all...]

Completed in 2418 milliseconds

1234567891011>>