Searched refs:TAG (Results 226 - 250 of 2237) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java49 private static final String TAG = "SupplicantStateTracker"; field in class:SupplicantStateTracker
91 super(TAG, t.getLooper());
114 Log.d(TAG, "handleNetworkConnectionFailure netId=" + Integer.toString(netId)
131 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
164 Log.e(TAG, "Unknown supplicant state " + supState);
188 Slog.w(TAG, "Unknown supplicant state " + state);
216 if (DBG) Log.d(TAG, getName() + "\n");
220 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
240 Log.e(TAG, "Ignoring " + message);
258 if (DBG) Log.d(TAG, getNam
[all...]
H A DSoftApManager.java44 private static final String TAG = "SoftApManager"; field in class:SoftApManager
120 Log.e(TAG, "Unable to start soft AP without configuration");
130 Log.e(TAG, "Failed to update AP band and channel");
142 Log.e(TAG, "Failed to set country code, required for setting up "
151 Log.e(TAG, "Exception in starting soft AP: " + e);
155 Log.d(TAG, "Soft AP is started");
167 Log.e(TAG, "Exception in stopping soft AP: " + e);
170 Log.d(TAG, "Soft AP is stopped");
182 super(TAG, looper);
/frameworks/base/core/java/android/app/
H A DLoaderManager.java204 static final String TAG = "LoaderManager"; field in class:LoaderManagerImpl
267 if (DEBUG) Log.v(TAG, " Starting: " + this);
288 if (DEBUG) Log.v(TAG, " Retaining: " + this);
297 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
332 if (DEBUG) Log.v(TAG, " Stopping: " + this);
346 if (DEBUG) Log.v(TAG, " Canceling: " + this);
358 if (DEBUG) Log.v(TAG, " Destroying: " + this);
363 if (DEBUG) Log.v(TAG, " Reseting: " + this);
395 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this);
398 if (DEBUG) Log.v(TAG, " Ignorin
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaController.java57 private static final String TAG = "MediaController"; field in class:MediaController
152 Log.wtf(TAG, "Error calling getPlaybackState.", e);
166 Log.wtf(TAG, "Error calling getMetadata.", e);
184 Log.wtf(TAG, "Error calling getQueue.", e);
196 Log.wtf(TAG, "Error calling getQueueTitle", e);
208 Log.wtf(TAG, "Error calling getExtras", e);
231 Log.wtf(TAG, "Error calling getRatingType.", e);
245 Log.wtf(TAG, "Error calling getFlags.", e);
262 Log.wtf(TAG, "Error calling getAudioInfo.", e);
277 Log.wtf(TAG, "Erro
589 private static final String TAG = "TransportController"; field in class:MediaController.TransportControls
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DLoaderManager.java188 static final String TAG = "LoaderManager"; field in class:LoaderManagerImpl
254 if (DEBUG) Log.v(TAG, " Starting: " + this);
275 if (DEBUG) Log.v(TAG, " Retaining: " + this);
284 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
319 if (DEBUG) Log.v(TAG, " Stopping: " + this);
333 if (DEBUG) Log.v(TAG, " Canceling: " + this);
345 if (DEBUG) Log.v(TAG, " Destroying: " + this);
350 if (DEBUG) Log.v(TAG, " Resetting: " + this);
382 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this);
385 if (DEBUG) Log.v(TAG, " Ignorin
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java66 static final String TAG = SearchBar.class.getSimpleName(); field in class:SearchBar
215 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus);
262 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent);
266 if (DEBUG) Log.v(TAG, "Action or enter pressed");
271 if (DEBUG) Log.v(TAG, "Delayed action handling (search)");
277 if (DEBUG) Log.v(TAG, "Escaped North");
282 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)");
287 if (DEBUG) Log.v(TAG, "Voice Clicked");
292 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)");
317 if (DEBUG) Log.v(TAG, "SpeechOr
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java173 private static final String TAG = "BackupManagerService"; field in class:BackupManagerService
370 Slog.i(TAG, "Backup enable apparently not migrated");
377 Slog.i(TAG, "Migrating enable state " + (enableState != 0));
384 Slog.i(TAG, "Backup not yet configured; retaining null enable state");
409 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned
416 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups");
758 Slog.v(TAG, "Backup requested but no transport available");
777 if (DEBUG) Slog.v(TAG, "clearing pending backups");
803 Slog.e(TAG, "Transport became unavailable attempting backup");
807 Slog.v(TAG, "Backu
2648 private static final String TAG = "PerformBackupTask"; field in class:BackupManagerService.PerformBackupTask
4378 static final String TAG = "PFTBT"; field in class:BackupManagerService.PerformFullTransportBackupTask
5201 static final String TAG = "RestoreEngine"; field in class:BackupManagerService.RestoreEngine
6488 static final String TAG = "AdbRestoreFinishedLatch"; field in class:BackupManagerService.AdbRestoreFinishedLatch
8574 final String TAG = "StreamFeederThread"; field in class:BackupManagerService.PerformUnifiedRestoreTask.StreamFeederThread
10113 private static final String TAG = "RestoreSession"; field in class:BackupManagerService.ActiveRestoreSession
[all...]
/frameworks/base/core/java/android/app/backup/
H A DRestoreSession.java36 static final String TAG = "RestoreSession"; field in class:RestoreSession
58 Log.d(TAG, "Can't contact server to get available sets");
79 Log.d(TAG, "restoreAll() called during active restore");
86 Log.d(TAG, "Can't contact server to restore");
113 Log.d(TAG, "restoreAll() called during active restore");
120 Log.d(TAG, "Can't contact server to restore packages");
143 Log.d(TAG, "restorePackage() called during active restore");
150 Log.d(TAG, "Can't contact server to restore package");
166 Log.d(TAG, "Can't contact server to get available sets");
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DGLThreadManager.java37 private final String TAG; field in class:GLThreadManager
96 Log.w(TAG, "Ignoring frame.");
103 Log.e(TAG, "Dropping frame, EGL context not configured!");
122 Log.e(TAG, "Unhandled message " + msg.what + " on GLThread.");
126 Log.e(TAG, "Received exception on GL render thread: ", e);
142 TAG = String.format("CameraDeviceGLThread-%d", cameraId);
143 mGLHandlerThread = new RequestHandlerThread(TAG, mGLHandlerCb);
179 Log.e(TAG, String.format("Thread %s (%d) interrupted while quitting.",
199 Log.e(TAG, "GLThread dropping frame. Not consuming frames quickly enough!");
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java65 private static final String TAG = TextServicesManager.class.getSimpleName(); field in class:TextServicesManager
191 Log.d(TAG, "getEnabledSpellCheckers: " + (retval != null ? retval.length : "null"));
195 Log.e(TAG, "Error in getEnabledSpellCheckers: " + e);
222 Log.e(TAG, "Error in setCurrentSpellChecker: " + e);
235 Log.e(TAG, "sService is null.");
241 Log.e(TAG, "Error in getCurrentSpellCheckerSubtype: " + e);
259 Log.e(TAG, "Error in setSpellCheckerSubtype:" + e);
270 Log.e(TAG, "Error in setSpellCheckerEnabled:" + e);
281 Log.e(TAG, "Error in isSpellCheckerEnabled:" + e);
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java55 private static final String TAG = "LocalTransport"; field in class:LocalTransport
152 if (DEBUG) Log.v(TAG, "wiping all data");
163 Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName
166 Log.w(TAG, "Unable to stat input file in performBackup() on "
189 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
206 Log.v(TAG, " read entity data; new pos=" + cur);
209 Log.w(TAG, "Unable to stat input file in performBackup() on "
217 Log.e(TAG, "Unable to update key file " + entityFile.getAbsolutePath());
229 Log.v(TAG, "Exception reading backup input:", e);
251 if (DEBUG) Log.v(TAG, "clearBackupDat
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java43 private static final String TAG = "SamplingProfilerIntegration"; field in class:SamplingProfilerIntegration
68 return new Thread(r, TAG);
72 Log.i(TAG, "Profiling enabled. Sampling interval ms: "
77 Log.w(TAG, "Profiling setup failed. Could not create " + SNAPSHOT_DIR);
82 Log.i(TAG, "Profiling disabled.");
104 Log.e(TAG, "SamplingProfilerIntegration already started at " + new Date(startMillis));
123 Log.e(TAG, "SamplingProfilerIntegration is not started");
187 Log.e(TAG, "Error writing snapshot to " + path, e);
197 Log.i(TAG, "Wrote snapshot " + path + " in " + elapsed + "ms.");
H A DInstallerConnection.java42 private static final String TAG = "InstallerConnection"; field in class:InstallerConnection
67 Slog.wtf(TAG, "Calling thread " + Thread.currentThread().getName() + " is holding 0x"
72 Slog.e(TAG, "connection failed");
82 Slog.e(TAG, "write command failed? reconnect!");
88 Slog.i(TAG, "send: '" + cmd + "'");
95 Slog.i(TAG, "recv: '" + s + "'");
100 Slog.i(TAG, "fail");
190 Slog.i(TAG, "connecting...");
209 Slog.i(TAG, "disconnecting...");
224 Slog.e(TAG, "rea
[all...]
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java54 private static final String TAG = "KeyStore"; field in class:KeyStore
138 Log.w(TAG, "Cannot connect to keystore", e);
162 Log.w(TAG, "Cannot connect to keystore", e);
179 Log.w(TAG, "Cannot connect to keystore", e);
189 Log.w(TAG, "Cannot connect to keystore", e);
202 Log.w(TAG, "Cannot connect to keystore", e);
218 Log.w(TAG, "Cannot connect to keystore", e);
231 Log.w(TAG, "Cannot connect to keystore", e);
246 Log.w(TAG, "Cannot connect to keystore", e);
271 Log.w(TAG, "Canno
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestHelper.java37 private String TAG = "CameraTestHelper"; field in class:CameraTestHelper
54 Log.v(TAG, "Shutter");
61 Log.v(TAG, "Raw picture taken");
71 Log.v(TAG, "JPEG picture taken");
77 Log.e(TAG, "File not found: " + e.toString());
79 Log.e(TAG, "Error accessing file: " + e.toString());
86 Log.e(TAG, "Error closing file: " + e.toString());
138 Log.e(TAG, "Security manager access violation: " + e.toString());
149 Log.e(TAG, "Error setting camera parameters");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java66 private static final String TAG = "RootsCache"; field in class:RootsCache
113 Log.w(TAG, "Received onChange event for null uri. Skipping.");
116 if (DEBUG) Log.d(TAG, "Updating roots due to change at " + uri);
187 Log.w(TAG, "Timeout waiting for first update");
200 if (DEBUG) Log.d(TAG, "Loading stopped authority " + authority);
218 Log.d(TAG, "Loading stopped authority " + authority);
263 Log.d(TAG, "Update found " + mTaskRoots.size() + " roots in " + delta + "ms");
282 if (DEBUG) Log.d(TAG, "Ignoring stopped authority " + info.authority);
299 if (DEBUG) Log.d(TAG, "Loading roots for " + authority);
315 if (DEBUG) Log.d(TAG, "Syste
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java32 protected static final String TAG = "KeyguardDisplayManager"; field in class:KeyguardDisplayManager
46 if (DEBUG) Slog.v(TAG, "show");
56 if (DEBUG) Slog.v(TAG, "hide");
67 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
73 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
79 if (DEBUG) Slog.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
114 Slog.w(TAG, "Invalid display:", ex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java42 private static final String TAG = "GuestResumeSessionReceiver"; field in class:GuestResumeSessionReceiver
63 Log.e(TAG, intent + " sent to " + TAG + " without EXTRA_USER_HANDLE");
101 Log.e(TAG, "Couldn't wipe session because ActivityManager is dead");
105 Log.w(TAG, "User requesting to start a new session (" + userId + ")"
110 Log.w(TAG, "User requesting to start a new session (" + userId + ")"
117 Log.w(TAG, "Couldn't mark the guest for deletion for user " + userId);
124 Log.e(TAG, "Could not create new guest, switching back to system user");
133 Log.e(TAG, "Couldn't wipe session because ActivityManager or WindowManager is dead");
/frameworks/base/services/core/java/com/android/server/
H A DEntropyMixer.java60 private static final String TAG = "EntropyMixer"; field in class:EntropyMixer
77 Slog.e(TAG, "Will not process invalid message");
130 Slog.w(TAG, "No existing entropy file -- first boot?");
132 Slog.w(TAG, "Failure loading existing entropy file", e);
138 Slog.i(TAG, "Writing entropy...");
141 Slog.w(TAG, "Unable to write entropy", e);
179 Slog.w(TAG, "Unable to add device specific data to the entropy pool", e);
193 Slog.i(TAG, "Added HW RNG output to entropy pool");
197 Slog.w(TAG, "Failed to add HW RNG output to entropy pool", e);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java54 private static final String TAG = "SecurityLogMonitor"; field in class:SecurityLogMonitor
109 Log.e(TAG, "Interrupted while waiting for thread to stop", e);
157 if (DEBUG) Slog.d(TAG, "SecurityLog.readEvents");
160 if (DEBUG) Slog.d(TAG,
166 if (DEBUG) Slog.d(TAG, "processing new logs");
184 Log.e(TAG, "Failed to read security log", e);
186 Log.i(TAG, "Thread interrupted, exiting.", e);
191 if (DEBUG) Slog.d(TAG, "MonitorThread exit.");
216 if (DEBUG) Slog.d(TAG, "notify DO");
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
H A DPreloadAppsInstaller.java46 private static String TAG = PreloadAppsInstaller.class.getSimpleName(); field in class:PreloadAppsInstaller
48 private static boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
85 Slog.e(TAG, "Failed to install existing package " + packageName, e);
92 Slog.e(TAG, "Failed to install package from " + file, e);
103 Log.d(TAG, "installExistingPackage " + packageName + " u" + userId);
118 Log.d(TAG, "installPackage " + apkName + " u" + userId);
125 Log.d(TAG, "Package " + basePackageName + " installed u" + userId
140 Log.e(TAG, "Package " + basePackageName + " cannot be installed from "
171 Log.i(TAG, "All preloads finished installing for user " + userId);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java36 private static final String TAG = "ImsConfig"; field in class:ImsConfig
536 if (DBG) Rlog.d(TAG, "ImsConfig creates");
559 if (DBG) Rlog.d(TAG, "getProvisionedValue(): item = " + item + ", ret =" + ret);
582 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret);
603 Rlog.d(TAG, "setProvisionedValue(): item = " + item +
613 Rlog.d(TAG, "setProvisionedValue(): item = " + item +
641 Rlog.d(TAG, "setProvisionedStringValue(): item = " + item +
660 Rlog.d(TAG, "getFeatureValue: feature = " + feature + ", network =" + network +
685 Rlog.d(TAG, "setFeatureValue: feature = " + feature + ", network =" + network +
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPackageValidator.java44 private static final String TAG = "PackageValidator"; field in class:PackageValidator
77 Log.v(TAG, "Adding allowed caller: " + info.name + " package="
85 Log.e(TAG, "Could not read allowed callers from XML.", e);
105 Log.w(TAG, "Package manager can't find package: " + callingPackage, e);
109 Log.w(TAG, "Caller has more than one signature certificate!");
118 Log.v(TAG, "Signature for caller " + callingPackage + " is not valid: \n" + signature);
120 Log.w(TAG, "The list of valid certificates is empty. Either your file"
131 Log.v(TAG, "Valid caller: " + info.name + " package=" + info.packageName
138 Log.i(TAG, "Caller has a valid certificate, but its package doesn't match any expected"
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPackageValidator.java44 private static final String TAG = "PackageValidator"; field in class:PackageValidator
77 Log.v(TAG, "Adding allowed caller: " + info.name + " package="
85 Log.e(TAG, "Could not read allowed callers from XML.", e);
105 Log.w(TAG, "Package manager can't find package: " + callingPackage, e);
109 Log.w(TAG, "Caller has more than one signature certificate!");
118 Log.v(TAG, "Signature for caller " + callingPackage + " is not valid: \n" + signature);
120 Log.w(TAG, "The list of valid certificates is empty. Either your file"
131 Log.v(TAG, "Valid caller: " + info.name + " package=" + info.packageName
138 Log.i(TAG, "Caller has a valid certificate, but its package doesn't match any expected"
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java39 private static final String TAG = "HdmiTvClient"; field in class:HdmiTvClient
87 Log.e(TAG, "failed to select device: ", e);
114 Log.e(TAG, "failed to select port: ", e);
142 Log.e("TAG", "Failed to set InputChangeListener:", e);
165 Log.e("TAG", "Failed to call getDeviceList():", e);
181 Log.e(TAG, "failed to set system audio mode:", e);
196 Log.e(TAG, "failed to set volume: ", e);
209 Log.e(TAG, "failed to set mute: ", e);
225 Log.e(TAG, "failed to set record listener.", e);
238 Log.e(TAG, "sendStandb
[all...]

Completed in 1012 milliseconds

1234567891011>>