/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MnsObexServer.java | 35 private static final boolean VDBG = MapClientService.VDBG; field in MnsObexServer 69 if (VDBG) { in onConnect() 90 if (VDBG) { in onDisconnect() 101 if (VDBG) { in onGet() 109 if (VDBG) { in onPut() 140 if (VDBG) { in onAbort() 149 if (VDBG) { in onSetPath() 157 if (VDBG) { in onClose()
|
D | MapClientService.java | 54 static final boolean VDBG = false; field in MapClientService 244 if (VDBG) { in setConnectionPolicy() 452 if (VDBG) { in Binder() 479 if (VDBG) { in isConnected() 491 if (VDBG) { in connect() 503 if (VDBG) { in disconnect() 515 if (VDBG) { in getConnectedDevices() 527 if (VDBG) { in getDevicesMatchingConnectionStates() 539 if (VDBG) { in getConnectionState()
|
D | MnsService.java | 44 private static final Boolean VDBG = MapClientService.VDBG; field in MnsService 58 if (VDBG) { in MnsService() 75 if (VDBG) { in stop()
|
D | MasClient.java | 47 private static final boolean VDBG = MapClientService.VDBG; field in MasClient
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallerInfoCache.java | 47 private static final boolean VDBG = false; field in CallerInfoCache 110 if (VDBG) log("CacheAsyncTask#onPostExecute()"); in onPostExecute() 117 if (VDBG) log("CacheAsyncTask#onCanceled()"); in onCancelled() 175 if (VDBG) log("refreshCacheEntry() started"); in refreshCacheEntry() 226 if (VDBG) { in refreshCacheEntry() 252 if (VDBG) log("refreshCacheEntry() ended"); in refreshCacheEntry() 289 if (VDBG) log("Trying to lookup " + number); in getCacheEntry() 298 if (VDBG) log("Trying to lookup " + key); in getCacheEntry() 302 if (VDBG) log("Obtained " + entry); in getCacheEntry()
|
D | PhoneGlobals.java | 111 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneGlobals 222 if (VDBG) Log.v(LOG_TAG, "event=" + msg.what); 319 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 562 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()..."); in onMMIComplete() 709 if (VDBG) Log.v(LOG_TAG, "carrier config changed."); in onReceive() 714 if (VDBG) Log.v(LOG_TAG, "default data sub changed."); in onReceive() 758 if (VDBG) Log.v(LOG_TAG, "handleServiceStateChanged"); in handleServiceStateChanged() 769 if (VDBG) { in handleServiceStateChanged() 796 if (VDBG) Log.v(LOG_TAG, "updateDataRoamingStatus"); in updateDataRoamingStatus() 806 if (VDBG) Log.v(LOG_TAG, "dataAllowed=" + dataAllowed + ", reasons=" + reasons); in updateDataRoamingStatus()
|
D | PhoneUtils.java | 76 private static final boolean VDBG = false; field in PhoneUtils 153 if (VDBG) { in placeOtaspCall() 204 if (VDBG) { in toLogSafePhoneNumber() 787 if (VDBG) Log.v(LOG_TAG, "register for ICC status, phone " + phone.getPhoneId()); in registerIccStatus() 800 if (VDBG) { in registerIccStatus() 814 if (VDBG) { in unregisterIccStatus()
|
D | TelephonyShellCommand.java | 54 private static final boolean VDBG = true; field in TelephonyShellCommand 531 if (VDBG) { in handleImsSetServiceCommand() 603 if (VDBG) { in handleImsGetServiceCommand() 634 if (VDBG) { in handleEnableIms() 662 if (VDBG) { in handleDisableIms()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapRequestPullPhoneBook.java | 32 private static final boolean VDBG = Utils.VDBG; field in BluetoothPbapRequestPullPhoneBook 96 if (VDBG) Log.v(TAG, "readResponse"); in readResponse() 99 if (VDBG) { in readResponse() 106 if (VDBG) Log.v(TAG, "readResponseHeaders"); in readResponseHeaders()
|
D | PbapClientConnectionHandler.java | 62 static final boolean VDBG = Utils.VDBG; field in PbapClientConnectionHandler 297 if (VDBG) Log.v(TAG, "connectSocket: UUID: " + BluetoothUuid.PBAP_PSE.getUuid()); in connectSocket() 301 if (VDBG) Log.v(TAG, "connectSocket: PSM: " + mPseRec.getL2capPsm()); in connectSocket() 304 if (VDBG) Log.v(TAG, "connectSocket: channel: " + mPseRec.getRfcommChannelNumber()); in connectSocket() 326 if (VDBG) { in connectObexSession() 495 if (VDBG) Log.v(TAG, "No PBAP Server SDP Record"); in isRepositorySupported()
|
D | PhonebookPullRequest.java | 33 private static final boolean VDBG = Utils.VDBG; field in PhonebookPullRequest 53 if (VDBG) { in onPullComplete() 88 if (VDBG) { in onPullComplete()
|
D | CallLogPullRequest.java | 43 private static final boolean VDBG = Utils.VDBG; field in CallLogPullRequest 69 if (VDBG) { in onPullComplete() 115 if (VDBG) { in onPullComplete() 153 if (VDBG) { in updateTimesContacted()
|
D | BluetoothPbapRequestPullPhoneBookSize.java | 25 private static final boolean VDBG = Utils.VDBG; field in BluetoothPbapRequestPullPhoneBookSize 52 if (VDBG) { in readResponseHeaders()
|
D | PbapClientService.java | 53 private static final boolean VDBG = Utils.VDBG; field in PbapClientService 74 if (VDBG) { in start() 131 if (VDBG) Log.v(TAG, "Found " + accounts.length + " unclean accounts"); in removeUncleanAccounts() 334 if (VDBG) { in setPbapClientService()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 145 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyProvider 548 if (VDBG) log("getVersion:+"); in getVersion() 560 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version)); in getVersion() 615 if (VDBG) log("dbh.onOpen:+ db=" + db); in onOpen() 635 if (VDBG) log("dbh.onOpen:- db=" + db); in onOpen() 735 if (VDBG) log("dbh.initDatabase:+ db=" + db); in initDatabase() 784 if (VDBG) { in initDatabase() 813 if (VDBG) log("dbh.initDatabase:- db=" + db); in initDatabase() 958 if (VDBG) { in onUpgrade() 969 if (VDBG) { in onUpgrade() [all …]
|
D | CarrierProvider.java | 38 private static final boolean VDBG = false; // STOPSHIP if true field in CarrierProvider 63 if (VDBG) { in query() 93 if (VDBG) { in delete() 109 if (VDBG) { in update()
|
D | CarrierIdProvider.java | 76 private static final boolean VDBG = false; // STOPSHIP if true field in CarrierIdProvider 215 if (VDBG) { in query() 266 if (VDBG) { in delete() 292 if (VDBG) { in update()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 86 private static final boolean VDBG = GattServiceConfig.VDBG; field in GattService 960 if (VDBG) { in onScanResult() 1406 if (VDBG) { in onNotify() 1425 if (VDBG) { in onReadCharacteristic() 1439 if (VDBG) { in onWriteCharacteristic() 1461 if (VDBG) { in onExecuteCompleted() 1474 if (VDBG) { in onReadDescriptor() 1489 if (VDBG) { in onWriteDescriptor() 1840 if (VDBG) { in onClientCongestion() 2080 if (VDBG) { in stopScan() [all …]
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmCellBroadcastHandler.java | 61 private static final boolean VDBG = false; // log CB PDU data field in GsmCellBroadcastHandler 314 if (VDBG) log("Not handled GSM broadcasts."); in handleSmsMessage() 346 if (VDBG) { in handleGsmBroadcastSms() 361 if (VDBG) log("header=" + header); in handleGsmBroadcastSms() 412 if (VDBG) log("pdus size=" + pdus.length); in handleGsmBroadcastSms()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 48 static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in AvrcpControllerService 541 if (VDBG) Log.d(TAG, item.toString()); in handleGetFolderItemsRsp() 565 if (VDBG) Log.d(TAG, "bt player item: " + item); in handleGetPlayerItemsRsp() 580 if (VDBG) { in createFromNativeMediaItem() 599 if (VDBG) { in createFromNativeFolderItem() 619 if (VDBG) { in createFromNativePlayerItem()
|
D | BrowseTree.java | 50 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in BrowseTree 334 if (VDBG) { in toString() 359 if (VDBG) { in findBrowseNodeByID() 494 if (VDBG) { in toString()
|
/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
D | CallLogChangeReceiver.java | 32 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in CallLogChangeReceiver 43 if (VDBG) { in onReceive()
|
/packages/services/Car/car-lib/src/android/car/drivingstate/ |
D | CarDrivingStateManager.java | 45 private static final boolean VDBG = false; field in CarDrivingStateManager 92 if (VDBG) { in registerListener()
|
/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/ |
D | IpNeighborMonitor.java | 52 private static final boolean VDBG = false; field in IpNeighborMonitor 156 if (VDBG) { in processNetlinkMessage()
|
/packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
D | Log.java | 28 private static final boolean VDBG = false; field in Log 41 this(tag, VDBG, logSensitive); in Log()
|