Searched refs:TAG (Results 76 - 100 of 1718) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/location/
H A DActivityRecognitionProxy.java34 private static final String TAG = "ActivityRecognitionProxy"; field in class:ActivityRecognitionProxy
58 TAG,
89 Log.e(TAG, "ServiceWatcher could not start.");
103 Log.e(TAG, "No provider instance found on connection.");
110 Log.e(TAG, "Error delivering hardware interface.", e);
H A DLocationProviderProxy.java40 private static final String TAG = "LocationProviderProxy"; field in class:LocationProviderProxy
74 mServiceWatcher = new ServiceWatcher(mContext, TAG + "-" + name, action, overlaySwitchResId,
99 if (D) Log.d(TAG, "applying state to connected service");
119 Log.e(TAG, mServiceWatcher.getBestPackageName() +
131 Log.w(TAG, e);
134 Log.e(TAG, "Exception from " + mServiceWatcher.getBestPackageName(), e);
166 Log.w(TAG, e);
169 Log.e(TAG, "Exception from " + mServiceWatcher.getBestPackageName(), e);
184 Log.w(TAG, e);
187 Log.e(TAG, "Exceptio
[all...]
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java31 static final String TAG = "TestAppWidgetProvider"; field in class:TestAppWidgetProvider
38 Log.d(TAG, "intent=" + intent);
41 Log.d(TAG, "ENABLED");
44 Log.d(TAG, "DISABLED");
47 Log.d(TAG, "UPDATE");
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
H A DTestAppWidgetProvider.java31 static final String TAG = "TestAppWidgetProvider"; field in class:TestAppWidgetProvider
35 Log.d(TAG, "intent=" + intent);
38 Log.d(TAG, "ENABLED");
41 Log.d(TAG, "DISABLED");
45 Log.d(TAG, "UPDATE");
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java24 private static final Log.Tag TAG = new Log.Tag("CamStateHolder"); field in class:CameraStateHolder
46 Log.v(TAG, "setState - state = " + Integer.toBinaryString(state));
104 Log.w(TAG, "Timeout waiting.");
122 Log.v(TAG, "waitForStates - states = " + Integer.toBinaryString(states));
140 Log.v(TAG, "waitToAvoidStates - states = " + Integer.toBinaryString(states));
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DDownloadDrmHelper.java25 private static final String TAG = "DownloadDrmHelper"; field in class:DownloadDrmHelper
51 Log.w(TAG,
54 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
104 Log.w(TAG,
107 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
/frameworks/support/v4/donut/android/support/v4/app/
H A DBundleCompatDonut.java30 private static final String TAG = "BundleCompatDonut"; field in class:BundleCompatDonut
44 Log.i(TAG, "Failed to retrieve getIBinder method", e);
54 Log.i(TAG, "Failed to invoke getIBinder via reflection", e);
68 Log.i(TAG, "Failed to retrieve putIBinder method", e);
78 Log.i(TAG, "Failed to invoke putIBinder via reflection", e);
/frameworks/support/v4/jellybean-mr1/android/support/v4/graphics/drawable/
H A DDrawableCompatJellybeanMr1.java32 private static final String TAG = "DrawableCompatJellybeanMr1"; field in class:DrawableCompatJellybeanMr1
47 Log.i(TAG, "Failed to retrieve setLayoutDirection(int) method", e);
56 Log.i(TAG, "Failed to invoke setLayoutDirection(int) via reflection", e);
68 Log.i(TAG, "Failed to retrieve getLayoutDirection() method", e);
77 Log.i(TAG, "Failed to invoke getLayoutDirection() via reflection", e);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java69 private static final String TAG = "BluetoothDevice"; field in class:BluetoothDevice
634 if (DBG) Log.d(TAG, "onBrEdrDown: reached BLE ON state");
705 if (DBG) Log.d(TAG, "mAddress: " + mAddress);
722 Log.e(TAG, "BT not enabled. Cannot get Remote Device name");
727 } catch (RemoteException e) {Log.e(TAG, "", e);}
743 Log.e(TAG, "BT not enabled. Cannot get Remote Device type");
748 } catch (RemoteException e) {Log.e(TAG, "", e);}
761 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias");
766 } catch (RemoteException e) {Log.e(TAG, "", e);}
782 Log.e(TAG, "B
[all...]
H A DBluetoothPbap.java52 private static final String TAG = "BluetoothPbap"; field in class:BluetoothPbap
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);
153 Log.e(TAG,"",e);
165 Log.e(TAG, "Could not bind to Bluetooth Pbap Service with " + intent);
191 Log.e(TAG,"",e);
201 Log.e(TAG,"",r
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java48 private static String TAG = "CodecTest"; field in class:CodecTest
83 Log.v(TAG, e.toString());
90 Log.v(TAG, "getDuration - " + filePath);
96 Log.v(TAG, e.toString());
99 Log.v(TAG, "Duration " + duration);
101 Log.v(TAG, "release");
106 Log.v(TAG, "GetCurrentPosition - " + filePath);
113 Log.v(TAG, "start playback");
122 Log.v(TAG, e.toString());
127 Log.v(TAG, "m
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java66 private static final String TAG = "JobServiceContext"; field in class:JobServiceContext
151 Slog.e(TAG, "Starting new runnable but context is unavailable > Error.");
170 Slog.d(TAG, job.getServiceComponent().getShortClassName() + " unavailable.");
284 Slog.d(TAG, "Stale callback received, ignoring.");
310 Slog.d(TAG, "MSG_CALLBACK of : " + mRunningJob + " v:" +
324 Slog.d(TAG, "Unrecognised callback: " + mRunningJob);
338 Slog.e(TAG, "Unrecognised message: " + message);
345 Slog.d(TAG, "MSG_SERVICE_BOUND for " + mRunningJob.toShortString());
348 Slog.e(TAG, "Sending onStartJob for a job that isn't pending. "
355 Slog.d(TAG, "Jo
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java162 private static final String TAG = "MediaSource"; field in class:MediaSource
168 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
185 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource");
198 Log.v(TAG, "Opening MediaSource");
200 Log.v(TAG, "Current URL is " + mSourceUrl);
202 Log.v(TAG, "Current source is Asset!");
221 if (mLogVerbose) Log.v(TAG, "Processing new frame");
236 if (mLogVerbose) Log.v(TAG, "Waiting for preparation to complete");
254 if (mLogVerbose) Log.v(TAG, "Starting playback");
262 if (mLogVerbose) Log.v(TAG, "Waitin
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java29 private static final String TAG = "DimLayer"; field in class:DimLayer
72 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
81 mDimSurface = new SurfaceControl(service.mFxSession, TAG,
86 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(TAG,
90 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
123 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
127 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
131 if (DEBUG) Slog.v(TAG, "setAlpha showing");
136 Slog.w(TAG, "Failure setting alpha immediately", e);
179 Slog.w(TAG, "Failur
[all...]
/frameworks/base/core/java/android/app/job/
H A DJobService.java43 private static final String TAG = "JobService"; field in class:JobService
129 Log.e(TAG, "Error while executing job: " + params.getJobId());
138 Log.e(TAG, "Application unable to handle onStopJob.", e);
149 Log.e(TAG, "Error reporting job finish to system: binder has gone" +
153 Log.e(TAG, "finishJob() called for a nonexistent job id.");
157 Log.e(TAG, "Unrecognised message received.");
169 Log.e(TAG, "System unreachable for starting job.");
172 if (Log.isLoggable(TAG, Log.DEBUG)) {
173 Log.d(TAG, "Attempting to ack a job that has already been processed.");
185 Log.e(TAG, "Syste
[all...]
/frameworks/base/core/java/android/hardware/
H A DSerialManager.java31 private static final String TAG = "SerialManager"; field in class:SerialManager
53 Log.e(TAG, "RemoteException in getSerialPorts", e);
80 Log.e(TAG, "exception in UsbManager.openDevice", e);
/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DInvokeDispatcher.java29 private static final String TAG = "InvocationSink"; field in class:InvokeDispatcher
46 Log.wtf(TAG, "IllegalAccessException while invoking " + method, e);
49 Log.wtf(TAG, "IllegalArgumentException while invoking " + method, e);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFocusStateMapper.java40 private static String TAG = "LegacyFocusStateMapper"; field in class:LegacyFocusStateMapper
94 Log.v(TAG, "processRequestTriggers - AF mode switched from " + mAfModePrevious +
124 Log.v(TAG,
131 Log.d(TAG,
149 Log.w(TAG, "onAutoFocus - got unexpected onAutoFocus in mode "
196 Log.v(TAG, "processRequestTriggers - got AF_TRIGGER_START, " +
212 Log.v(TAG, "onAutoFocus - success " + success + " latest AF run " +
218 Log.d(TAG, String.format("onAutoFocus - ignoring AF callback " +
236 Log.w(TAG, "onAutoFocus - got unexpected onAutoFocus in mode "
259 Log.v(TAG, "processRequestTrigger
[all...]
/frameworks/base/core/java/android/os/
H A DSystemClock.java95 private static final String TAG = "SystemClock"; field in class:SystemClock
152 Slog.e(TAG, "Unable to set RTC", e);
154 Slog.e(TAG, "Unable to set RTC", e);
/frameworks/base/core/java/android/preference/
H A DPreferenceCategory.java34 private static final String TAG = "PreferenceCategory"; field in class:PreferenceCategory
57 "Cannot add a " + TAG + " directly to a " + TAG);
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityService.java29 private static final String TAG = "BinderThreadPriorityService"; field in class:BinderThreadPriorityService
45 Log.e(TAG, "Binder callback failed", e);
54 Log.e(TAG, "Binder callback failed", e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkIntegrationTestRunner.java39 private static final String TAG = "MediaFrameworkIntegrationTestRunner"; field in class:MediaFrameworkIntegrationTestRunner
63 Log.v(TAG,
68 Log.e(TAG, String.format("Failed to convert camera_id to integer"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java130 private final static String TAG = "KeyguardViewMediator"; field in class:KeyguardViewMediator
367 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
388 Log.d(TAG, "onSimStateChanged(subId=" + subId + ", slotId=" + slotId
398 Slog.w(TAG, "Failed to call onSimSecureStateChanged", e);
413 if (DEBUG_SIM_STATES) Log.d(TAG, "ICC_ABSENT isn't showing,"
427 if (DEBUG_SIM_STATES) Log.d(TAG,
439 if (DEBUG_SIM_STATES) Log.d(TAG, "PERM_DISABLED and "
443 if (DEBUG_SIM_STATES) Log.d(TAG, "PERM_DISABLED, resetStateLocked to"
457 if (DEBUG_SIM_STATES) Log.v(TAG, "Ignoring state: " + simState);
604 Log.w(TAG, "faile
[all...]
/frameworks/base/services/core/java/com/android/server/updates/
H A DTzDataInstallReceiver.java30 private static final String TAG = "TZDataInstallReceiver"; field in class:TzDataInstallReceiver
43 installer = new TzDataBundleInstaller(TAG, TZ_DATA_DIR);
49 Slog.i(TAG, "Timezone data install valid for this device: " + valid);
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java44 private static final String TAG = "BandwidthEnforcementTestService"; field in class:BandwidthEnforcementTestService
48 super(TAG);
53 Log.d(TAG, "Trying to establish a connection.");
63 Log.d(TAG, "Test output file: " + outputFile);
78 Log.e(TAG, tag + " FAILURE ====================");
79 Log.e(TAG, tag + " FAILURE was able to use data");
80 Log.e(TAG, tag + " FAILURE ====================");
82 Log.d(TAG, tag + " success; unable to use data");
85 Log.e(TAG, "Could not write file " + e.getMessage());
108 Log.d(TAG, "erro
[all...]

Completed in 1943 milliseconds

1234567891011>>