Searched refs:TAG (Results 101 - 125 of 3250) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java41 private static final String TAG = SystemServerInitThreadPool.class.getSimpleName(); field in class:SystemServerInitThreadPool
54 Preconditions.checkState(sInstance.mService != null, "Cannot get " + TAG
62 Slog.d(TAG, "Started executing " + description);
66 Slog.e(TAG, "Failure in " + description + ": " + e, e);
69 Slog.d(TAG, "Finished executing " + description);
84 throw new IllegalStateException(TAG + " init interrupted");
92 Slog.d(TAG, "Shutdown successful");
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java27 private static final String TAG = "GlobalActions"; field in class:GlobalActions
49 Slog.i(TAG, "No GlobalActionsProvider found, defaulting to LegacyGlobalActions");
60 if (DEBUG) Slog.d(TAG, "showDialog " + keyguardShowing + " " + deviceProvisioned);
79 if (DEBUG) Slog.d(TAG, "onGlobalActionsShown");
86 if (DEBUG) Slog.d(TAG, "onGlobalActionsDismissed");
92 if (DEBUG) Slog.d(TAG, "onGlobalActionsAvailableChanged " + available);
105 if (DEBUG) Slog.d(TAG, "Global actions timeout");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioConfigResponse.java34 private static final String TAG = "RadioConfigResponse"; field in class:RadioConfigResponse
52 Rlog.d(TAG, rr.serialString() + "< "
56 Rlog.e(TAG, rr.serialString() + "< "
62 Rlog.e(TAG, "getSimSlotsStatusResponse: Error " + responseInfo.toString());
76 Rlog.d(TAG, rr.serialString() + "< "
80 Rlog.e(TAG, rr.serialString() + "< "
85 Rlog.e(TAG, "setSimSlotsMappingResponse: Error " + responseInfo.toString());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java58 private static final String TAG = "BluetoothHealth"; field in class:BluetoothHealth
103 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
105 if (VDBG) Log.d(TAG, "Unbinding service...");
111 Log.e(TAG, "", re);
118 if (VDBG) Log.d(TAG, "Binding service...");
122 Log.e(TAG, "", re);
184 Log.e(TAG, e.toString());
187 Log.w(TAG, "Proxy not attached to service");
188 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
209 Log.e(TAG,
[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.java43 static final String TAG = "NativeCrashListener"; field in class:NativeCrashListener
84 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
86 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
88 Slog.e(TAG, "Unable to report native crash", e);
105 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);
137 Slog.w(TAG, "Error handling connection", e);
147 Slog.d(TAG, "Exception writing ack: " + e.getMessage());
154 Slog.d(TAG, "Exceptio
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaController2Stub.java40 private static final String TAG = "MediaController2Stub"; field in class:MediaController2Stub
75 Log.w(TAG, "Don't fail silently here. Highly likely a bug");
87 Log.w(TAG, "Don't fail silently here. Highly likely a bug");
91 Log.w(TAG, "onPositionChanged(): Ignoring negative eventTimeMs");
95 Log.w(TAG, "onPositionChanged(): Ignoring negative positionMs");
107 Log.w(TAG, "Don't fail silently here. Highly likely a bug");
119 Log.w(TAG, "Don't fail silently here. Highly likely a bug");
123 Log.w(TAG, "onBufferedPositionChanged(): Ignoring negative bufferedPositionMs");
135 Log.w(TAG, "Don't fail silently here. Highly likely a bug");
139 Log.w(TAG, "onPlaylistChange
[all...]
/frameworks/base/services/core/java/com/android/server/timezone/
H A DPackageTracker.java59 private static final String TAG = "timezone.PackageTracker"; field in class:PackageTracker
124 Slog.i(TAG, "Time zone updater / data package tracking explicitly disabled.");
147 Slog.w(TAG, "PackageTracker storage could not be initialized.", e);
159 Slog.i(TAG, "Time zone updater / data package tracking enabled");
194 Slog.d(TAG, "Update app " + mUpdateAppPackageName + " is valid.");
206 Slog.d(TAG, "Data app " + mDataAppPackageName + " is valid.");
228 Slog.e(TAG, "No update triggered due to invalid application manifest entries."
250 Slog.d(TAG, "triggerUpdateIfNeeded: First reliability trigger.");
255 Slog.d(TAG,
265 Slog.i(TAG, "triggerUpdateIfNeede
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java66 private static final String TAG = "SecurityLogMonitor"; field in class:SecurityLogMonitor
140 Slog.i(TAG, "Starting security logging.");
161 Slog.i(TAG, "Stopping security logging.");
170 Log.e(TAG, "Interrupted while waiting for thread to stop", e);
190 Slog.i(TAG, "Paused.");
209 Log.d(TAG, "Attempted to resume, but logging is not paused.");
218 Slog.i(TAG, "Resumed.");
222 Log.w(TAG, "Thread interrupted.", e);
235 Slog.i(TAG, "Discarded all logs.");
267 if (DEBUG) Slog.d(TAG, "SecurityLo
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DHostapdHal.java44 private static final String TAG = "HostapdHal"; field in class:HostapdHal
61 Log.i(TAG, "IServiceNotification.onRegistration for: " + fqName
65 Log.e(TAG, "initalizing IHostapd failed.");
68 Log.i(TAG, "Completed initialization of IHostapd.");
76 Log.w(TAG, "IServiceManager died: cookie=" + cookie);
84 Log.w(TAG, "IHostapd/IHostapd died: cookie=" + cookie);
116 Log.wtf(TAG, "Error on linkToDeath on IServiceManager");
122 Log.e(TAG, "IServiceManager.linkToDeath exception", e);
138 Log.i(TAG, "Registering IHostapd service ready callback.");
149 Log.e(TAG, "Faile
[all...]
H A DWifiStateMachinePrime.java47 private static final String TAG = "WifiStateMachinePrime"; field in class:WifiStateMachinePrime
193 Log.d(TAG, "Stopping SoftApModeManager");
228 pw.println("Dump of " + TAG);
272 super(TAG, mLooper);
278 Log.d(TAG, "Starting Wifi in WifiDisabledState");
290 Log.d(TAG, "Switching from " + getCurrentMode() + " to ClientMode");
294 Log.d(TAG, "Switching from " + getCurrentMode() + " to ScanOnlyMode");
298 Log.d(TAG, "Switching from " + getCurrentMode() + " to WifiDisabled");
331 Log.d(TAG, "Entering WifiDisabledState");
339 Log.d(TAG, "receive
[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/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareSession.java39 private static final String TAG = "WifiAwareSession"; field in class:WifiAwareSession
52 if (VDBG) Log.v(TAG, "New session created: manager=" + manager + ", clientId=" + clientId);
76 Log.w(TAG, "destroy: called post GC on WifiAwareManager");
150 Log.e(TAG, "publish: called post GC on WifiAwareManager");
154 Log.e(TAG, "publish: called after termination");
196 Log.e(TAG, "publish: called post GC on WifiAwareManager");
200 Log.e(TAG, "publish: called after termination");
238 Log.e(TAG, "createNetworkSpecifierOpen: called post GC on WifiAwareManager");
242 Log.e(TAG, "createNetworkSpecifierOpen: called after termination");
280 Log.e(TAG, "createNetworkSpecifierPassphras
[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...]
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java18 static final String TAG = "SharedStorageAgent"; field in class:SharedStorageAgent
29 Slog.e(TAG, "Unable to access Storage Manager");
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
81 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
83 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
89 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
92 Slog.e(TAG, "Skipping data with malformed path " + relpath);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java17 private static final String TAG = "HdmiClient"; field in class:HdmiClient
39 Log.e(TAG, "getActiveSource threw exception ", e);
54 Log.e(TAG, "sendKeyEvent threw exception ", e);
71 Log.e(TAG, "failed to send vendor command: ", e);
92 Log.e(TAG, "failed to set vendor command listener: ", e);
/frameworks/base/core/java/android/service/chooser/
H A DChooserTargetService.java77 // TAG = "ChooserTargetService[MySubclass]";
78 private final String TAG = ChooserTargetService.class.getSimpleName() field in class:ChooserTargetService
125 if (DEBUG) Log.d(TAG, "onBind " + intent);
127 if (DEBUG) Log.d(TAG, "bad intent action " + intent.getAction() + "; returning null");
145 Log.d(TAG, "getChooserTargets calling onGetChooserTargets; "
152 if (DEBUG) Log.d(TAG, "Sent results");
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java54 private static final String TAG = "RecognitionService"; field in class:RecognitionService
100 if (DBG) Log.d(TAG, "created new mCurrentCallback, listener = " + listener.asBinder());
109 Log.e(TAG, "dead listener on startListening");
118 Log.d(TAG, "onError call from startListening failed");
120 Log.i(TAG, "concurrent startListening received - ignoring this call");
128 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
131 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
136 Log.d(TAG, "onError call from stopListening failed");
142 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
144 Log.w(TAG, "cance
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DNotificationBackupHelper.java28 static final String TAG = "NotifBackupHelper"; // must be < 23 chars field in class:NotificationBackupHelper
29 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
53 Slog.e(TAG, "Couldn't communicate with notification manager");
63 Slog.v(TAG, "Got restore of " + key);
73 Slog.e(TAG, "Couldn't communicate with notification manager");
H A DShortcutBackupHelper.java26 private static final String TAG = "ShortcutBackupAgent"; field in class:ShortcutBackupHelper
47 Slog.wtf(TAG, "Backup failed", e);
51 Slog.w(TAG, "Unknown key: " + key);
63 Slog.wtf(TAG, "Restore failed", e);
67 Slog.w(TAG, "Unknown key: " + key);
H A DSliceBackupHelper.java26 static final String TAG = "SliceBackupHelper"; field in class:SliceBackupHelper
27 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
51 Slog.e(TAG, "Couldn't communicate with slice manager");
60 if (DEBUG) Slog.v(TAG, "Got restore of " + key);
69 Slog.e(TAG, "Couldn't communicate with slice manager");
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java37 private static final String TAG = "OneShotScheduler"; field in class:OneShotScheduler
42 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
58 if (mLogVerbose) Log.v(TAG, "No filters available to run.");
64 if (mLogVerbose) Log.v(TAG, "Scheduling filter \"" + filter.getName() + "\" of type " + filter.getFilterClassName());
74 if (mLogVerbose) Log.v(TAG, "One pass through graph completed.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemBars.java32 private static final String TAG = "SystemBars"; field in class:SystemBars
41 if (DEBUG) Log.d(TAG, "start");
53 if (DEBUG) Log.d(TAG, "createStatusBarFromConfig");
72 if (DEBUG) Log.d(TAG, "started " + mStatusBar.getClass().getSimpleName());
76 Log.w(TAG, msg, t);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeExtractor.java30 private static final String TAG = "ZenModeExtractor"; field in class:ZenModeExtractor
31 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
36 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
41 if (DBG) Slog.d(TAG, "skipping empty notification");
46 if (DBG) Slog.d(TAG, "skipping - no zen info available");

Completed in 2284 milliseconds

1234567891011>>