/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpBipClient.java | 148 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 …]
|
D | AvrcpCoverArtManager.java | 141 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 …]
|
D | AvrcpCoverArtStorage.java | 83 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
|
D | AvrcpCoverArtProvider.java | 71 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/ |
D | com_android_bluetooth_pan.cpp | 29 #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/ |
D | CalendarSanityChecker.java | 153 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/ |
D | BipRequest.java | 73 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
|
D | RequestGetImageProperties.java | 42 debug("GetImageProperties - handle: " + mImageHandle); in RequestGetImageProperties() 62 debug("Response GetImageProperties - handle: " + mImageHandle + ", properties: " in readResponse()
|
D | RequestGetImage.java | 45 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/ |
D | ActivityBlockingActivity.java | 183 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/ |
D | telecom_testing.sh | 22 local debug=false 37 debug=true;; 118 if [ $debug = true ] ; then
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator_test.py | 170 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/ |
D | build.gradle | 36 signingConfig signingConfigs.debug 40 debug { 46 debug {
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
D | Logger.java | 17 package com.android.camera.debug; 19 import com.android.camera.debug.Log.Tag;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/stats/ |
D | PreviewFpsListener.java | 21 import com.android.camera.debug.Log; 22 import com.android.camera.debug.Log.Tag;
|
/packages/apps/Camera2/src/com/android/camera/device/ |
D | ActiveCameraDeviceTracker.java | 19 import com.android.camera.debug.Log; 20 import com.android.camera.debug.Log.Tag;
|
D | MultiCameraDeviceLifecycle.java | 24 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/ |
D | FramerateJankDetector.java | 24 import com.android.camera.debug.Log.Tag; 25 import com.android.camera.debug.Logger;
|
D | FastCameraReset.java | 21 import com.android.camera.debug.Log; 22 import com.android.camera.debug.Logger;
|
D | RepeatFailureDetector.java | 22 import com.android.camera.debug.Log; 23 import com.android.camera.debug.Logger;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpEventLogger.java | 66 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/ |
D | LoggingImageReader.java | 19 import com.android.camera.debug.Log.Tag; 20 import com.android.camera.debug.Logger;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
D | FlashBasedPhotoCommand.java | 22 import com.android.camera.debug.Log; 23 import com.android.camera.debug.Logger;
|
/packages/apps/Camera2/src/com/android/camera/ui/focus/ |
D | FocusController.java | 22 import com.android.camera.debug.Log; 23 import com.android.camera.debug.Log.Tag;
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CaptureModuleUtil.java | 23 import com.android.camera.debug.Log; 24 import com.android.camera.debug.Log.Tag;
|