Searched refs:TAG (Results 326 - 350 of 1718) sorted by relevance

<<11121314151617181920>>

/frameworks/base/location/java/android/location/
H A DGeocoder.java48 private static final String TAG = "Geocoder"; field in class:Geocoder
65 Log.e(TAG, "isPresent: got RemoteException", e);
141 Log.e(TAG, "getFromLocation: got RemoteException", e);
183 Log.e(TAG, "getFromLocationName: got RemoteException", e);
256 Log.e(TAG, "getFromLocationName: got RemoteException", e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DMediaSessions.java57 private static final String TAG = Util.logTag(MediaSessions.class); field in class:MediaSessions
87 if (D.BUG) Log.d(TAG, "init");
101 if (D.BUG) Log.d(TAG, "destroy");
109 Log.w(TAG, "setVolume: No record found for token " + token);
112 if (D.BUG) Log.d(TAG, "Setting level to " + level);
118 if (D.BUG) Log.d(TAG, "remoteVolumeChangedH " + controller.getPackageName() + " "
128 if (D.BUG) Log.d(TAG, "updateRemoteControllerH " + pkg);
134 if (D.BUG) Log.d(TAG, "onActiveSessionsUpdatedH n=" + controllers.size());
157 if (D.BUG) Log.d(TAG, "Removing " + r.name + " sentRemote=" + r.sentRemote);
249 if (D.BUG) Log.d(TAG,
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java37 static final String TAG = "UpdateLockService"; field in class:UpdateLockService
52 Slog.d(TAG, "first acquire; broadcasting convenient=false");
58 Slog.d(TAG, "last release; broadcasting convenient=true");
90 Slog.d(TAG, "acquire(" + token + ") by " + makeTag(tag));
100 Slog.d(TAG, "release(" + token + ')');
H A DCountryDetectorService.java81 private final static String TAG = "CountryDetector"; field in class:CountryDetectorService
137 Slog.d(TAG, "The first listener is added");
141 Slog.e(TAG, "linkToDeath failed:", e);
151 Slog.d(TAG, "No listener is left");
164 Slog.e(TAG, "notifyReceivers failed:", e);
211 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
224 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java50 private static final String TAG = "ConditionProviders.ECP"; field in class:EventConditionProvider
73 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
108 if (DEBUG) Slog.d(TAG, "onBootComplete");
125 if (DEBUG) Slog.d(TAG, "onConnected");
132 if (DEBUG) Slog.d(TAG, "onDestroy");
138 if (DEBUG) Slog.d(TAG, "onRequestConditions relevance=" + relevance);
144 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
156 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
173 if (DEBUG) Slog.d(TAG, "reloadTrackers");
181 Slog.w(TAG, "Unabl
[all...]
H A DCountdownConditionProvider.java40 private static final String TAG = "ConditionProviders.CCP"; field in class:CountdownConditionProvider
57 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()");
94 if (DEBUG) Slog.d(TAG, "onConnected");
102 if (DEBUG) Slog.d(TAG, "onDestroy");
116 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
136 if (DEBUG) Slog.d(TAG, String.format(
154 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java30 private static final String TAG = "UsageStatsXml"; field in class:UsageStatsXml
73 Slog.e(TAG, "UsageStats Xml", e);
103 Slog.e(TAG, "Unrecognized version " + versionStr);
107 Slog.e(TAG, "Bad version");
111 Slog.e(TAG, "Failed to parse Xml", e);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java55 private static final String TAG = "UsbDebuggingManager"; field in class:UsbDebuggingManager
81 super(TAG);
86 if (DEBUG) Slog.d(TAG, "Entering thread");
90 if (DEBUG) Slog.d(TAG, "Exiting thread");
115 if (DEBUG) Slog.d(TAG, "Creating socket");
138 Slog.d(TAG, "Received public key: " + key);
143 Slog.e(TAG, "Wrong message: "
156 if (DEBUG) Slog.d(TAG, "Closing socket");
163 Slog.e(TAG, "Failed closing output stream: " + e);
172 Slog.e(TAG, "Faile
[all...]
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDex.java59 static final String TAG = "MultiDex"; field in class:MultiDex
92 Log.i(TAG, "install");
94 Log.i(TAG, "VM has multidex support, MultiDex support library is disabled.");
118 Log.w(TAG, "MultiDex is not guaranteed to work in SDK version "
139 Log.w(TAG, "Failure while trying to obtain Context class loader. " +
145 Log.e(TAG,
154 Log.w(TAG, "Something went wrong when trying to clear old MultiDex extraction, "
163 Log.w(TAG, "Files were not valid zip files. Forcing a reload.");
177 Log.e(TAG, "Multidex installation failure", e);
180 Log.i(TAG, "instal
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java30 private static final String TAG = Exif.class.getSimpleName(); field in class:Exif
109 Log.e(TAG, "Invalid length");
137 Log.e(TAG, "Invalid byte order");
145 Log.e(TAG, "Invalid offset");
173 Log.i(TAG, "Unsupported orientation");
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 private static final String TAG = "CameraExif"; field in class:Exif
104 Log.e(TAG, "Invalid length");
132 Log.e(TAG, "Invalid byte order");
140 Log.e(TAG, "Invalid offset");
168 Log.i(TAG, "Unsupported orientation");
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java41 private static final String TAG = "TimeZoneData"; field in class:TimeZoneData
82 Log.i(TAG, "Time to load time zones (ms): " + (System.currentTimeMillis() - now));
86 // Log.i(TAG, "Time to print time zones (ms): " +
124 Log.e(TAG, "Available time zones: " + tzIds.length);
143 Log.e(TAG, "Timezone not found: " + tzId);
151 Log.e(TAG, "# Adding time zone from getAvailId: " + tzInfo.toString());
156 Log.e(TAG,
220 Log.e(TAG, "# Hiding from pretty name search: " +
261 Log.e(TAG, "Total number of tz's = " + mTimeZones.size());
270 Log.e(TAG, "timezone_rename_id
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFaceDetectMapper.java46 private static String TAG = "LegacyFaceDetectMapper"; field in class:LegacyFaceDetectMapper
94 Log.d(TAG,
101 Log.v(TAG, "onFaceDetection - read " + lengthFaces + " faces");
132 Log.w(TAG,
144 Log.w(TAG, "processFaceDetectMode - ignoring control.sceneMode == FACE_PRIORITY; " +
155 Log.w(TAG,
160 Log.w(TAG, "processFaceDetectMode - ignoring unknown statistics.faceDetectMode = "
174 Log.v(TAG, "processFaceDetectMode - start face detection");
180 Log.v(TAG, "processFaceDetectMode - stop face detection");
246 Log.w(TAG, "mapResultFace
[all...]
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java46 private static final String TAG = "AccessoryChat"; field in class:AccessoryChat
73 Log.d(TAG, "permission denied for accessory " + accessory);
101 Log.d(TAG, "intent: " + intent);
116 Log.d(TAG, "mAccessory is null");
140 Log.d(TAG, "openAccessory: " + accessory);
148 Log.d(TAG, "openAccessory succeeded");
150 Log.d(TAG, "openAccessory fail");
159 Log.e(TAG, "write failed", e);
164 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
181 Log.d(TAG, "cha
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DVirtualizerTest.java46 private final static String TAG = "VirtualizerTest"; field in class:VirtualizerTest
61 Log.d(TAG, "contructor");
122 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
194 Log.d(TAG,"onEnableStatusChange: "+ enabled);
197 Log.d(TAG,"onControlStatusChange: "+ controlGranted);
203 Log.d(TAG,"onParameterChange, status: "+status+" p: "+p+" v: "+v);
228 Log.e(TAG,"Virtualizer effect not supported");
230 Log.e(TAG,"Virtualizer cannot get strength supported");
232 Log.e(TAG,"Virtualizer library not loaded");
234 Log.e(TAG,"Virtualize
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java64 private String TAG = "CameraFunctionalTest"; field in class:CameraFunctionalTest
75 Log.v(TAG, "starting looper");
80 Log.v(TAG, "quit looper");
149 Log.v(TAG, "Setting exposure compensation index to " + i);
157 Log.e(TAG, e.toString());
180 Log.v(TAG, "Setting flash mode to " + supportedFlashModes.get(i));
188 Log.e(TAG, e.toString());
211 Log.v(TAG, "Setting focus mode to: " + supportedFocusModes.get(i));
219 Log.e(TAG, e.toString());
242 Log.v(TAG, "Settin
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java53 static String TAG = "CameraBinderTest"; field in class:CameraBinderTest
80 Log.v(TAG, "Number of cameras " + numCameras);
99 Log.v(TAG, "Camera " + cameraId + " info: facing " + info.info.facing
121 Log.v(TAG, "Camera " + cameraId + " parameters: " + parameters[0].substring(0, end));
138 Log.v(TAG, "Camera " + cameraId + " supports api2: " + supports);
179 Log.v(TAG, String.format("Camera %s connected", cameraId));
204 Log.v(TAG, String.format("Camera %s connected as HAL1 legacy device", cameraId));
207 Log.i(TAG, "Unable to open camera as HAL1 legacy camera device " + e);
294 Log.v(TAG, String.format("Camera %s connected", cameraId));
304 Log.v(TAG, Strin
[all...]
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java50 private static final String TAG = DirectStatementService.class.getSimpleName(); field in class:DirectStatementService
151 Log.i(TAG, "HTTPS response cache installation failed:" + e);
167 Log.i(TAG, "HTTP(S) response cache deletion failed:" + e);
181 Log.e(TAG, "onStartCommand called with null intent");
194 Log.e(TAG, " Intent does not have extra " + EXTRA_RESULT_RECEIVER);
198 Log.e(TAG, " Intent does not have extra " + EXTRA_SOURCE_ASSET_DESCRIPTORS);
203 Log.e(TAG, " Intent does not have extra " + EXTRA_TARGET_ASSET_DESCRIPTOR);
208 Log.e(TAG, " Intent does not have extra " + EXTRA_RELATION);
214 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
216 Log.e(TAG, "onStartComman
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java33 private final static String TAG = "StatusBarTest"; field in class:StatusBarTest
43 Log.d(TAG, "onSystemUiVisibilityChange visibility=" + visibility);
49 return TAG;
110 Log.d(TAG, "set 0");
112 Log.d(TAG, "remove 1");
117 Log.d(TAG, "set 1");
120 Log.d(TAG, "set 2");
123 Log.d(TAG, "remove 2");
125 Log.d(TAG, "set 3");
134 Log.d(TAG, "flag
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java41 private static final String TAG = "NetInitiatedActivity"; field in class:NetInitiatedActivity
60 if (DEBUG) Log.d(TAG, "NetInitiatedReceiver onReceive: " + intent.getAction());
100 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response);
109 if (DEBUG) Log.d(TAG, "onResume");
116 if (DEBUG) Log.d(TAG, "onPause");
138 if (DEBUG) Log.d(TAG, "sendUserResponse, response: " + response);
148 if (DEBUG) Log.d(TAG, "handleNIVerify action: " + intent.getAction());
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java35 private static final String TAG = "EditableInputConnection"; field in class:EditableInputConnection
117 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
129 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
138 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
145 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
192 if (DEBUG) Log.v(TAG, "requestUpdateCursorAnchorInfo " + cursorUpdateMode);
201 Log.d(TAG, "Rejecting requestUpdateCursorAnchorInfo due to unknown flags." +
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java42 private static final String TAG = "MediaScannerConnection"; field in class:MediaScannerConnection
132 Log.v(TAG, "Disconnecting from Media Scanner");
138 Log.v(TAG, "disconnect failed: " + ex);
170 Log.v(TAG, "Scanning file " + path);
175 Log.d(TAG, "Failed to scan file " + path);
246 Log.v(TAG, "Connected to Media Scanner");
261 Log.v(TAG, "Disconnected from Media Scanner");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHotspotControllerImpl.java35 private static final String TAG = "HotspotController"; field in class:HotspotControllerImpl
36 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
77 if (DEBUG) Log.d(TAG, "addCallback " + callback);
84 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
120 if (DEBUG) Log.d(TAG, "Registering receiver");
126 if (DEBUG) Log.d(TAG, "Unregistering receiver");
134 if (DEBUG) Log.d(TAG, "onReceive " + intent.getAction());
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java34 private static final String TAG = "PlayerService"; field in class:PlayerService
46 Log.d(TAG, "onCreate");
66 Log.d(TAG, "onStartCommand");
72 Log.d(TAG, "onDestroy");
79 Log.d(TAG, "Starting self");
88 Log.d(TAG, "Stopping self");
159 Log.e(TAG, "Error in PlayerService: mSession=null in getSessionToken()");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccPhoneBookController.java35 private static final String TAG = "UiccPhoneBookController"; field in class:UiccPhoneBookController
65 Rlog.e(TAG,"updateAdnRecordsInEfBySearch iccPbkIntMgrProxy is" +
89 Rlog.e(TAG,"updateAdnRecordsInEfByIndex iccPbkIntMgrProxy is" +
108 Rlog.e(TAG,"getAdnRecordsSize iccPbkIntMgrProxy is" +
127 Rlog.e(TAG,"getAdnRecordsInEf iccPbkIntMgrProxy is" +
143 Rlog.e(TAG, "Exception is :"+e.toString()+" For subscription :"+subId );
147 Rlog.e(TAG, "Exception is :"+e.toString()+" For subscription :"+subId );

Completed in 687 milliseconds

<<11121314151617181920>>