HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 376 - 400 of 9193) sorted by null

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 70 private static final String TAG = "A2dpStateMachine";
98 super(TAG, looper);
120 Log.i(TAG, "make for device " + device);
149 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + (currentMessage == null ? "null"
159 Log.i(TAG, "Disconnected: stopped playing: " + mDevice);
183 Log.i(TAG, "Connecting to " + mDevice);
185 Log.e(TAG, "Disconnected: error connecting to " + mDevice);
192 Log.w(TAG, "Outgoing A2DP Connecting request rejected: " + mDevice);
196 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice);
202 Log.wtfStack(TAG, "Device(" + mDevice + "): event mismatch: " + event)
    [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
ModernLinker.java 33 // Log tag for this class.
34 private static final String TAG = "LibraryLoader";
103 Log.i(TAG, "prepareLibraryLoad() called");
136 Log.i(TAG, "finishLibraryLoad() called");
160 Log.i(TAG, "waitForSharedRelros called");
181 Log.i(TAG, String.format(
199 Log.i(TAG, "useSharedRelros() called with " + bundle);
218 Log.i(TAG, "getSharedRelros() called");
223 Log.i(TAG, "Not in browser, so returning null Bundle");
233 Log.i(TAG, "Shared RELRO bundle created from map: " + mSharedRelrosBundle)
423 String tag = mInBrowserProcess ? "BROWSER_LIBRARY_ADDRESS" local
    [all...]
  /frameworks/base/core/java/android/app/backup/
BlobBackupHelper.java 43 private static final String TAG = "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, "Unable to process payload: " + e.getMessage())
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 43 static final String TAG = "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, "Exception closing socket: " + e.getMessage())
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 46 static final String TAG = "AvrcpControllerService";
236 Log.w(TAG, "getAvrcpControllerService(): service is null");
240 Log.w(TAG, "getAvrcpControllerService(): service is not available ");
248 Log.d(TAG, "setAvrcpControllerService(): set to: " + instance);
284 Log.v(TAG, "sendGroupNavigationCmd keyCode: " + keyCode + " keyState: " + keyState);
286 Log.e(TAG, "sendGroupNavigationCmd device is null");
290 Log.e(TAG, " Device does not match " + device + " connected " + mConnectedDevice);
301 Log.v(TAG, "sendPassThroughCmd keyCode: " + keyCode + " keyState: " + keyState);
303 Log.e(TAG, "sendPassThroughCmd Device is null");
308 Log.w(TAG, " Device does not match device " + device + " conn " + mConnectedDevice)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
BrowsedPlayerWrapper.java 36 private static final String TAG = "NewAvrcpBrowsedPlayerWrapper";
106 Log.i(TAG, "Wrapping Media Browser " + packageName);
114 Log.wtfStack(TAG, "connect: Trying to connect to " + mPackageName
118 Log.w(TAG, "connect: Already trying to connect to " + mPackageName);
122 if (DEBUG) Log.d(TAG, "connect: Connecting to browsable player: " + mPackageName);
131 if (DEBUG) Log.d(TAG, "disconnect: Disconnecting from " + mPackageName);
145 if (DEBUG) Log.d(TAG, "playItem: Play Item from media ID: " + mediaId);
147 if (DEBUG) Log.d(TAG, "playItem: Connected to browsable player " + mPackageName);
152 Log.i(TAG, "playItem: Playing " + mediaId);
169 Log.i(TAG, "getFolderItems: Grabbing cached data for mediaId: " + mediaId)
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaController2Stub.java 40 private static final String TAG = "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, "onPlaylistChanged(): Ignoring null playlist from " + controller)
    [all...]
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageTracker.java 59 private static final String TAG = "timezone.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, "triggerUpdateIfNeeded: number of allowed consecutive check failures
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
SecurityLogMonitor.java 66 private static final String TAG = "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, "SecurityLog.readEvents")
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HostapdHal.java 44 private static final String TAG = "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, "Failed to get HIDL Service Manager")
    [all...]
WifiStateMachinePrime.java 47 private static final String TAG = "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, "received a message in WifiDisabledState: " + message)
    [all...]
  /packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
RulesCheckReceiver.java 74 final static String TAG = "RulesCheckReceiver";
85 Log.w(TAG, "Unrecognized intent action received: " + intent
95 Log.w(TAG, "Supposed to be running as the system user,"
106 Log.i(TAG, "Device should be returned to having no time zone distro installed, issuing"
121 Log.w(TAG, "Unable to read time zone operation. Halting check.");
128 Log.d(TAG, "Time zone operation: " + operation + " received.");
142 Log.w(TAG, "Unknown time zone operation: " + operation
155 Log.w(TAG, "No package/application info available for content provider "
188 Log.e(TAG, "Query returned null");
192 Log.e(TAG, "Query returned empty results")
    [all...]
  /cts/tests/tests/keystore/src/android/server/am/
UiDeviceUtils.java 46 private static final String TAG = "UiDeviceUtils";
50 if (DEBUG) Log.d(TAG, "waitForDeviceIdle: timeout=" + timeout);
55 if (DEBUG) Log.d(TAG, "wakeUpDevice");
60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps);
65 if (DEBUG) Log.d(TAG, "pressEnterButton");
70 if (DEBUG) Log.d(TAG, "pressHomeButton");
75 if (DEBUG) Log.d(TAG, "pressBackButton");
80 if (DEBUG) Log.d(TAG, "pressMenuButton");
85 if (DEBUG) Log.d(TAG, "pressSleepButton");
92 if (DEBUG) Log.d(TAG, "pressWakeupButton")
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BlockedNumberBackupRestoreTest.java 35 private static final String TAG = "BlockedNumberBackupRestoreTest";
84 Log.i(TAG, "skipping BlockedNumberBackupRestoreTest");
88 Log.i(TAG, "Adding blocked numbers.");
91 Log.i(TAG, "Running backup.");
94 Log.i(TAG, "Clearing blocked numbers.");
98 Log.i(TAG, "Restoring blocked numbers.");
105 Log.i(TAG, "skipping BlockedNumberBackupRestoreTest");
109 Log.i(TAG, "Adding blocked numbers.");
114 Log.i(TAG, "Running backup.");
117 Log.i(TAG, "Deleting blocked number.")
    [all...]
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
Logger.java 55 * Log tag name
57 private static String TAG = "rcs";
71 TAG = tagName;
108 Log.d(TAG, "[" + mClassName +"] " + trace);
119 Log.d(TAG, "[" + mClassName +"] " + trace);
131 Log.d(TAG, "[" + mClassName +"] " + trace, e);
142 Log.i(TAG, "[" + mClassName +"] " + trace);
153 Log.w(TAG, "[" + mClassName +"] " + trace);
164 Log.e(TAG, "[" + mClassName +"] " + trace);
176 Log.e(TAG, "[" + mClassName +"] " + trace, e)
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 55 private static final String TAG = "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, String.format("start_stop_sco_iterations=%d", sStartStopScoIterations))
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareSession.java 39 private static final String TAG = "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, "createNetworkSpecifierPassphrase: called post GC on WifiAwareManager")
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
DrmConvertSession.java 33 private static final String TAG = "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, "Could not open file in mode: rw", e)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceService.java 52 private static final String TAG = HidDeviceService.class.getSimpleName();
84 Log.d(TAG, "handleMessage(): msg.what=" + msg.what);
93 Log.d(TAG, "App registered, set device to: " + device);
106 Log.e(TAG, "e=" + e.toString());
116 Log.i(TAG, "IBinder.linkToDeath() ok");
126 Log.i(TAG, "IBinder.unlinkToDeath() ok");
249 Log.w(TAG, "Binder died, need to unregister app :(");
273 private static final String TAG = BluetoothHidDeviceBinder.class.getSimpleName();
296 Log.w(TAG, "HidDevice call not allowed for non-active user");
312 Log.d(TAG, "registerApp()")
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java 31 private static final Log.Tag TAG = new Log.Tag("LcyLocProvider");
59 Log.d(TAG, "No location received yet.");
77 Log.d(TAG, "disconnect");
83 Log.v(TAG, "starting location updates");
95 Log.i(TAG, "fail to request location update, ignore", ex);
97 Log.d(TAG, "provider does not exist " + ex.getMessage());
106 Log.i(TAG, "fail to request location update, ignore", ex);
108 Log.d(TAG, "provider does not exist " + ex.getMessage())
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DrmConvertSession.java 34 private static final String TAG = "DrmConvertSession";
57 Log.w(TAG, "Conversion of Mimetype: " + mimeType
60 Log.w(TAG, "Could not access Open DrmFramework.", e);
63 Log.w(TAG,
66 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
104 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
107 Log.w(TAG, "Could not convert data. Convertsession: " +
145 Log.w(TAG, "File: " + filename + " could not be found.", e);
148 Log.w(TAG, "Could not access File: " + filename + " .", e);
151 Log.w(TAG, "Could not open file in mode: rw", e)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ConnectionStatus.java 37 private static final String TAG = "ConnectionStatus";
74 Log.d(TAG, line);
87 Log.e(TAG, "Null or empty server name to ping.");
94 Log.d(TAG, "Try pinging " + server);
118 Log.e(TAG, "ping not run: Unknown Host");
122 Log.e(TAG, "ping not found: IOException");
125 Log.e(TAG, "ping failed: InterruptedException");
136 Log.d(TAG, "Successfully pinged " + uri.getHost());
138 Log.e(TAG, "Failed to ping " + uri.getHost());
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresence.java 45 static final String TAG = "RcsPresence";
163 if (DBG) Log.d(TAG, "IRcsPresence creates");
199 if (DBG) Log.d(TAG, "call requestCapability, contactsNumber=" + contactsNumber);
209 if (DBG) Log.d(TAG, "requestCapability ret =" + ret);
245 if (DBG) Log.d(TAG, "call requestAvailability, contactNumber=" + contactNumber);
255 if (DBG) Log.d(TAG, "requestAvailability ret =" + ret);
273 if (DBG) Log.d(TAG, "call requestAvailabilityNoThrottle, contactNumber=" + contactNumber);
283 if (DBG) Log.d(TAG, "requestAvailabilityNoThrottle ret =" + ret);
301 if (DBG) Log.d(TAG, "getPublishState ret =" + ret);
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 18 static final String TAG = "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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsObexServer.java 34 private static final String TAG = "MnsObexServer";
70 Log.v(TAG, "onConnect");
91 Log.v(TAG, "onDisconnect");
98 Log.v(TAG, "onGet");
106 Log.v(TAG, "onPut");
128 Log.e(TAG, "I/O exception when handling PUT request", e);
137 Log.v(TAG, "onAbort");
146 Log.v(TAG, "onSetPath");
154 Log.v(TAG, "onClose");

Completed in 657 milliseconds

<<11121314151617181920>>