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

1234567891011>>

/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
34 Log.v(TAG, "setState - state = " + Integer.toBinaryString(state));
71 Log.w(TAG, "Timeout waiting.");
89 Log.v(TAG, "waitForStates - states = " + Integer.toBinaryString(states));
107 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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java48 private static String TAG = "CodecTest"; field in class:CodecTest
82 Log.v(TAG, e.toString());
89 Log.v(TAG, "getDuration - " + filePath);
95 Log.v(TAG, e.toString());
98 Log.v(TAG, "Duration " + duration);
100 Log.v(TAG, "release");
105 Log.v(TAG, "GetCurrentPosition - " + filePath);
112 Log.v(TAG, "start playback");
121 Log.v(TAG, e.toString());
126 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.");
168 Slog.d(TAG, job.getServiceComponent().getShortClassName() + " unavailable.");
282 Slog.d(TAG, "Stale callback received, ignoring.");
308 Slog.d(TAG, "MSG_CALLBACK of : " + mRunningJob + " v:" +
322 Slog.d(TAG, "Unrecognised callback: " + mRunningJob);
336 Slog.e(TAG, "Unrecognised message: " + message);
343 Slog.d(TAG, "MSG_SERVICE_BOUND for " + mRunningJob.toShortString());
346 Slog.e(TAG, "Sending onStartJob for a job that isn't pending. "
353 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/core/java/android/bluetooth/
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/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);
174 Slog.w(TAG, "Failur
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java60 private static final String TAG = "BackupManager"; field in class:BackupManager
96 Log.d(TAG, "dataChanged() couldn't connect");
118 Log.e(TAG, "dataChanged(pkg) couldn't connect");
154 Log.e(TAG, "restoreSelf() unable to contact service");
183 Log.e(TAG, "beginRestoreSession() couldn't connect");
207 Log.e(TAG, "setBackupEnabled() couldn't connect");
226 Log.e(TAG, "isBackupEnabled() couldn't connect");
249 Log.e(TAG, "setAutoRestore() couldn't connect");
269 Log.e(TAG, "getCurrentTransport() couldn't connect");
288 Log.e(TAG, "listAllTransport
[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/content/pm/
H A DParceledListSlice.java36 private static String TAG = "ParceledListSlice"; field in class:ParceledListSlice
55 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
66 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
74 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
81 Log.w(TAG, "Failure retrieving array; only received " + i + " of " + N, e);
86 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
117 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
124 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
137 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
141 if (DEBUG) Log.d(TAG, "Wrot
[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/hdmi/
H A DHdmiPlaybackClient.java33 private static final String TAG = "HdmiPlaybackClient"; field in class:HdmiPlaybackClient
83 Log.e(TAG, "oneTouchPlay threw exception ", e);
102 Log.e(TAG, "queryDisplayStatus threw exception ", e);
/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/java/android/service/fingerprint/
H A DFingerprintManager.java40 private static final String TAG = "FingerprintManager"; field in class:FingerprintManager
107 Slog.v(TAG, "FingerprintManagerService was null");
159 Log.v(TAG, "Remote exception while enrolling: ", e);
178 Log.v(TAG, "Remote exception during remove of fingerprintId: " + fingerprintId, e);
181 Log.w(TAG, "remove(): Service not connected!");
196 Log.v(TAG, "Remote exception in startListening(): ", e);
199 Log.w(TAG, "startListening(): Service not connected!");
208 Log.w(TAG, "Failed to get current user id\n");
222 Log.v(TAG, "Remote exception in stopListening(): ", e);
225 Log.w(TAG, "stopListenin
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java36 private static final String TAG = "InstallerConnection"; field in class:InstallerConnection
50 Slog.e(TAG, "connection failed");
60 Slog.e(TAG, "write command failed? reconnect!");
66 Slog.i(TAG, "send: '" + cmd + "'");
73 Slog.i(TAG, "recv: '" + s + "'");
78 Slog.i(TAG, "fail");
137 Slog.i(TAG, "connecting...");
156 Slog.i(TAG, "disconnecting...");
171 Slog.e(TAG, "read exception");
177 Slog.i(TAG, "rea
[all...]
/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/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java28 private static final String TAG = "NotificationNoiseExtractor"; field in class:NotificationIntrusivenessExtractor
36 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
41 if (DBG) Slog.d(TAG, "skipping empty notification");
/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...]
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java24 private final static String TAG = "TestActivity"; field in class:TestActivity
32 Log.w(TAG, "****** step " + mCount + " resume");
36 Log.w(TAG, "step " + mCount + " pause");
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java33 private static final String TAG = "EthernetConfigStore"; field in class:EthernetConfigStore
45 Log.w(TAG, "No Ethernet configuration found. Using default.");
51 Log.w(TAG, "Multiple Ethernet configurations detected. Only reading first one.");

Completed in 4429 milliseconds

1234567891011>>