Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 244) sorted by relevance

12345678910

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java148 debug("Refresh client session"); in refreshSession()
166 debug("Shutdown client"); in shutdown()
248 debug("Connect using psm: " + mPsm); in connect()
270 debug("Connection established"); in connect()
290 debug("Disconnected from OBEX session"); in refreshObexSession()
307 debug("Reconnection established"); in refreshObexSession()
329 debug("Disconnected from OBEX session"); in disconnect()
338 debug("Closed underlying session, transport and socket"); in disconnect()
361 debug("Completed request - " + request.toString()); in executeRequest()
374 debug("Notifying caller of request complete - " + request.toString()); in notifyCaller()
[all …]
DAvrcpCoverArtManager.java141 debug("Connect " + device.getAddress() + ", psm: " + psm); in connect()
156 debug("Refresh OBEX session for " + device.getAddress()); in refreshSession()
173 debug("Disconnect " + device.getAddress()); in disconnect()
192 debug("Clean up and shutdown"); in cleanup()
284 debug("Download Image - device: " + device.getAddress() + ", Handle: " + imageUuid); in downloadImage()
293 debug("Image is already downloaded"); in downloadImage()
380 debug(mDevice.getAddress() + ": " + oldState + " -> " + newState); in onConnectionStateChanged()
393 debug("Disconnect was not expected by us. Attempt to reconnect."); in onConnectionStateChanged()
408 debug(mDevice.getAddress() + ": Download image - handle='" + imageHandle + "'"); in onGetImagePropertiesComplete()
427 debug(mDevice.getAddress() + ": Received image data for handle: " + imageHandle in onGetImageComplete()
[all …]
DAvrcpCoverArtStorage.java83 debug("Storing image '" + imageHandle + "' from device " + device); in addImage()
85 debug("Cannot store image. Improper aruguments"); in addImage()
116 debug("Image stored at '" + path + "'"); in addImage()
127 debug("Removing image '" + imageHandle + "' from device " + device); in removeImage()
137 debug("Image deleted at '" + path + "'"); in removeImage()
147 debug("Remove cover art for device " + device.getAddress()); in removeImagesForDevice()
203 debug("Deleting " + files[i].getAbsolutePath()); in deleteStorageDirectory()
237 private void debug(String msg) { in debug() method in AvrcpCoverArtStorage
DAvrcpCoverArtProvider.java71 debug("getImageUri -> " + uri.toString()); in getImageUri()
77 debug("getImageDescriptor(" + device + ", " + imageHandle + ")"); in getImageDescriptor()
87 debug("openFile(" + uri + ", '" + mode + "')"); in openFile()
140 private static void debug(String msg) { in debug() method in AvrcpCoverArtProvider
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp29 #define debug(fmt, ...) \ macro
62 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname); in control_state_callback()
80 debug("state:%d, local_role:%d, remote_role:%d", state, local_role, in connection_state_callback()
115 debug("pan"); in initializeNative()
176 debug("in"); in enablePanNative()
178 debug("out"); in enablePanNative()
182 debug("in"); in getPanLocalRoleNative()
185 debug("out"); in getPanLocalRoleNative()
192 debug("in"); in connectPanNative()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java153 debug("checkLastCheckTime: Last check time not set."); in checkLastCheckTime()
156 debug("checkLastCheckTime: unlockTime=0."); // This shouldn't happen though. in checkLastCheckTime()
161 debug("checkLastCheckTime: nowRealtime okay."); in checkLastCheckTime()
164 debug("checkLastCheckTime: nowRealtime too old"); in checkLastCheckTime()
169 debug("checkLastCheckTime: Last WTF recent, skipping check."); in checkLastCheckTime()
174 debug("checkLastCheckTime: Last check was recent, okay."); in checkLastCheckTime()
193 void debug(String message) { in debug() method in CalendarSanityChecker
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipRequest.java73 debug("Exeucting GET"); in executeGet()
91 debug("GET final response code is '" + mResponseCode + "'"); in executeGet()
98 debug("Exeucting PUT"); in executePut()
115 debug("PUT final response code is '" + mResponseCode + "'"); in executePut()
168 protected void debug(String msg) { in debug() method in BipRequest
DRequestGetImageProperties.java42 debug("GetImageProperties - handle: " + mImageHandle); in RequestGetImageProperties()
62 debug("Response GetImageProperties - handle: " + mImageHandle + ", properties: " in readResponse()
DRequestGetImage.java45 debug("GetImage - handle: " + mImageHandle + ", descriptor: " + mImageDescriptor); in RequestGetImage()
69 debug("Response GetImage - handle:" + mImageHandle + ", image: " + mImage); in readResponse()
/packages/services/Car/service/src/com/android/car/pm/
DActivityBlockingActivity.java183 StringBuilder debug = new StringBuilder(); in getDebugInfo() local
186 debug.append("Blocked activity is ") in getDebugInfo()
195 debug.append("\n\nRoot activity is ").append(root.getShortClassName()); in getDebugInfo()
198 debug.append("\nRoot activity package is ").append(root.getPackageName()); in getDebugInfo()
201 return debug.toString(); in getDebugInfo()
/packages/services/Telecomm/scripts/
Dtelecom_testing.sh22 local debug=false
37 debug=true;;
118 if [ $debug = true ] ; then
/packages/services/Car/tools/emulator/
Dvhal_emulator_test.py170 self._log.debug(" Getting config for propId=0x%X", cfg.prop)
184 self._log.debug(" Testing bad propId=0x%X", prop)
225 self._log.debug(" Testing propId=0x%X, area=0x%X", cfg.prop, area)
270 self._log.debug(" Testing bad propId=0x%X", prop)
285 self._log.debug(" Testing bad propId=0x%X", prop)
/packages/inputmethods/LatinIME/
Dbuild.gradle36 signingConfig signingConfigs.debug
40 debug {
46 debug {
/packages/apps/Camera2/src/com/android/camera/debug/
DLogger.java17 package com.android.camera.debug;
19 import com.android.camera.debug.Log.Tag;
/packages/apps/Camera2/src/com/android/camera/one/v2/stats/
DPreviewFpsListener.java21 import com.android.camera.debug.Log;
22 import com.android.camera.debug.Log.Tag;
/packages/apps/Camera2/src/com/android/camera/device/
DActiveCameraDeviceTracker.java19 import com.android.camera.debug.Log;
20 import com.android.camera.debug.Log.Tag;
DMultiCameraDeviceLifecycle.java24 import com.android.camera.debug.Log.Tag;
25 import com.android.camera.debug.Logger;
26 import com.android.camera.debug.Loggers;
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
DFramerateJankDetector.java24 import com.android.camera.debug.Log.Tag;
25 import com.android.camera.debug.Logger;
DFastCameraReset.java21 import com.android.camera.debug.Log;
22 import com.android.camera.debug.Logger;
DRepeatFailureDetector.java22 import com.android.camera.debug.Log;
23 import com.android.camera.debug.Logger;
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpEventLogger.java66 synchronized void logd(boolean debug, String tag, String msg) { in logd() argument
68 if (debug) { in logd()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DLoggingImageReader.java19 import com.android.camera.debug.Log.Tag;
20 import com.android.camera.debug.Logger;
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DFlashBasedPhotoCommand.java22 import com.android.camera.debug.Log;
23 import com.android.camera.debug.Logger;
/packages/apps/Camera2/src/com/android/camera/ui/focus/
DFocusController.java22 import com.android.camera.debug.Log;
23 import com.android.camera.debug.Log.Tag;
/packages/apps/Camera2/src/com/android/camera/
DCaptureModuleUtil.java23 import com.android.camera.debug.Log;
24 import com.android.camera.debug.Log.Tag;

12345678910