/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | WifiAwareManager.java | 116 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareManager 256 if (VDBG) { in attach() 283 if (VDBG) Log.v(TAG, "disconnect()"); in disconnect() 295 if (VDBG) Log.v(TAG, "publish(): clientId=" + clientId + ", config=" + publishConfig); in publish() 312 if (VDBG) { in updatePublish() 327 if (VDBG) { in subscribe() 328 if (VDBG) { in subscribe() 349 if (VDBG) { in updateSubscribe() 363 if (VDBG) { in terminateSession() 383 if (VDBG) { in sendMessage() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipConnectionBase.java | 32 private static final boolean VDBG = false; // STOPSHIP if true field in SipConnectionBase 84 if (VDBG) log("getCreateTime: ret=" + mCreateTime); in getCreateTime() 90 if (VDBG) log("getConnectTime: ret=" + mConnectTime); in getConnectTime() 96 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); in getDisconnectTime() 110 if (VDBG) log("getDurationMillis: ret=" + dur); in getDurationMillis() 123 if (VDBG) log("getHoldDurationMillis: ret=" + dur); in getHoldDurationMillis() 161 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED"); in getNumberPresentation() 168 if (VDBG) log("getUUSInfo: ? ret=null"); in getUUSInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 59 private static final boolean VDBG = false; field in CallManager 663 if (VDBG) { in rejectCall() 671 if (VDBG) { in rejectCall() 733 if (VDBG) { in conference() 751 if (VDBG) { in conference() 773 if (VDBG) { in dial() 822 if (VDBG) { in dial() 956 if (VDBG) { in explicitCallTransfer() 965 if (VDBG) { in explicitCallTransfer() 1009 if (VDBG) { in setMute() [all …]
|
D | RetryManager.java | 89 public static final boolean VDBG = false; // STOPSHIP if true field in RetryManager 262 if (VDBG) log("configure: not empty"); in configure() 266 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); in configure() 270 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); in configure() 273 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 306 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 318 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure() 324 if (VDBG) log("configure: true"); in configure() 403 if (VDBG) { in configureRetry() 450 if (VDBG) { in parseNonNegativeInt() [all …]
|
D | MissedIncomingCallSmsFilter.java | 48 private static final boolean VDBG = false; // STOPSHIP if true field in MissedIncomingCallSmsFilter 179 if (VDBG) { in processSms() 184 if (VDBG) { in processSms() 195 if (VDBG) Rlog.v(TAG, "Year is missing."); in processSms() 207 if (VDBG) Rlog.v(TAG, "missedCallTime=" + missedCallTime); in processSms() 214 if (VDBG) Rlog.v(TAG, "caller id=" + callerId); in processSms()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 88 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in BluetoothSocket 201 if (VDBG) Log.d(TAG, "Creating new BluetoothSocket of type: " + type); in BluetoothSocket() 236 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType); in BluetoothSocket() 514 if (VDBG) Log.d(TAG, "available: " + mSocketIS); in available() 520 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length); in read() 523 if (VDBG) { in read() 531 if (VDBG) Log.v(TAG, "l2cap buffer empty, refilling..."); in read() 539 if (VDBG) { in read() 546 if (VDBG) Log.v(TAG, "default: read(): offset: " + offset + " length:" + length); in read() 552 if (VDBG) Log.d(TAG, "read out: " + mSocketIS + " ret: " + ret); in read() [all …]
|
D | BluetoothHearingAid.java | 49 private static final boolean VDBG = false; field in BluetoothHearingAid 228 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 248 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 268 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 334 if (VDBG) log("getActiveDevices()"); in getActiveDevices() 413 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 431 if (VDBG) log("getConnectionPolicy(" + device + ")"); in getConnectionPolicy() 506 if (VDBG) { in getHiSyncId() 535 if (VDBG) { in getDeviceSide() 561 if (VDBG) { in getDeviceMode()
|
D | BluetoothHeadset.java | 57 private static final boolean VDBG = false; field in BluetoothHeadset 370 if (VDBG) Log.d(TAG, "Binding service..."); in doBind() 385 if (VDBG) Log.d(TAG, "Unbinding service..."); in doUnbind() 406 if (VDBG) log("close()"); in close() 505 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 524 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 543 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState() 641 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 669 if (VDBG) log("getConnectionPolicy(" + device + ")"); in getConnectionPolicy() 755 if (VDBG) log("isAudioConnected()"); in isAudioConnected() [all …]
|
D | BluetoothHidHost.java | 52 private static final boolean VDBG = false; field in BluetoothHidHost 246 if (VDBG) log("close()"); in close() 333 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 354 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 377 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 460 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 478 if (VDBG) log("getConnectionPolicy(" + device + ")"); in getConnectionPolicy() 539 if (VDBG) log("getProtocolMode(" + device + ")"); in getProtocolMode() 591 if (VDBG) { in getReport() 620 if (VDBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report); in setReport()
|
D | BluetoothA2dpSink.java | 48 private static final boolean VDBG = false; field in BluetoothA2dpSink 185 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 206 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 227 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 255 if (VDBG) log("getAudioConfig(" + device + ")"); in getAudioConfig() 332 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 350 if (VDBG) log("getConnectionPolicy(" + device + ")"); in getConnectionPolicy()
|
D | BluetoothMap.java | 46 private static final boolean VDBG = false; field in BluetoothMap 114 if (VDBG) log("close()"); in close() 131 if (VDBG) log("getState()"); in getState() 155 if (VDBG) log("getClient()"); in getClient() 178 if (VDBG) log("isConnected(" + device + ")"); in isConnected() 382 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 400 if (VDBG) log("getConnectionPolicy(" + device + ")"); in getConnectionPolicy()
|
D | BluetoothGatt.java | 44 private static final boolean VDBG = false; field in BluetoothGatt 165 if (VDBG) { 352 if (VDBG) { 408 if (VDBG) { 462 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " handle=" + handle); 491 if (VDBG) { 542 if (VDBG) { 592 if (VDBG) { 621 if (VDBG) { 1093 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid()); in readCharacteristic() [all …]
|
D | BluetoothPan.java | 55 private static final boolean VDBG = false; field in BluetoothPan 175 if (VDBG) log("close()"); in close() 299 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 320 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 342 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 386 if (VDBG) log("isTetheringOn()"); in isTetheringOn()
|
D | BluetoothSap.java | 47 private static final boolean VDBG = false; field in BluetoothSap 143 if (VDBG) log("getState()"); in getState() 166 if (VDBG) log("getClient()"); in getClient() 189 if (VDBG) log("isConnected(" + device + ")"); in isConnected() 363 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 380 if (VDBG) log("getConnectionPolicy(" + device + ")"); in getConnectionPolicy()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 92 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareDataPathStateManager 137 if (VDBG) Log.v(TAG, "start"); in start() 182 if (VDBG) Log.v(TAG, "getNetworkRequestByCanonicalDescriptor: cci=" + cci); in getNetworkRequestByCanonicalDescriptor() 185 if (VDBG) { in getNetworkRequestByCanonicalDescriptor() 202 if (VDBG) Log.v(TAG, "createAllInterfaces"); in createAllInterfaces() 228 if (VDBG) Log.v(TAG, "deleteAllInterfaces"); in deleteAllInterfaces() 247 if (VDBG) Log.v(TAG, "onInterfaceCreated: interfaceName=" + interfaceName); in onInterfaceCreated() 260 if (VDBG) Log.v(TAG, "onInterfaceDeleted: interfaceName=" + interfaceName); in onInterfaceDeleted() 277 if (VDBG) { in onDataPathInitiateSuccess() 311 if (VDBG) { in onDataPathInitiateFail() [all …]
|
D | WifiAwareStateManager.java | 79 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareStateManager 265 if (VDBG) Log.v(TAG, "onCommand: subCmd='" + subCmd + "'"); in onCommand() 269 if (VDBG) Log.v(TAG, "onCommand: name='" + name + "'"); in onCommand() 276 if (VDBG) Log.v(TAG, "onCommand: valueStr='" + valueStr + "'"); in onCommand() 289 if (VDBG) Log.v(TAG, "onCommand: name='" + name + "'"); in onCommand() 328 if (VDBG) Log.v(TAG, "onCommand: flag='" + flag + "'"); in onCommand() 409 if (VDBG) Log.v(TAG, "BroadcastReceiver: action=" + action); in start() 501 if (VDBG) Log.v(TAG, "requestMacAddresses: uid=" + uid + ", peerIds=" + peerIds); in requestMacAddresses() 524 if (VDBG) Log.v(TAG, "requestMacAddresses: peerIdToMacMap=" + peerIdToMacMap); in requestMacAddresses() 1229 if (VDBG) { in processMessage() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 67 private static final boolean VDBG = false; field in HalDeviceManager 103 if (VDBG) { in enableVerboseLogging() 285 if (VDBG) Log.d(TAG, "getChip: iface(name)=" + name); in getChip() 315 if (VDBG) Log.d(TAG, "registerDestroyedListener: iface(name)=" + name); in registerDestroyedListener() 350 if (VDBG) { in registerInterfaceAvailableForRequestListener() 359 if (VDBG) { in registerInterfaceAvailableForRequestListener() 385 if (VDBG) { in unregisterInterfaceAvailableForRequestListener() 408 if (VDBG) { in registerRttControllerLifecycleCallback() 714 if (VDBG) Log.d(TAG, "isSupportedInternal"); in isSupportedInternal() 800 if (VDBG) Log.d(TAG, "initIWifiChipDebugListeners"); in initIWifiChipDebugListeners() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 56 private static final boolean VDBG = Log.VERBOSE; field in CallerInfo 218 if (VDBG) Log.v(TAG, "getCallerInfo() based on cursor..."); in getCallerInfo() 265 if (VDBG) { in getCallerInfo() 379 if (VDBG) Log.v(TAG, "getCallerInfo() based on number..."); in getCallerInfo() 617 if (VDBG) Log.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '" in getColumnIndexForPersonId() 628 if (VDBG) Log.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID"); in getColumnIndexForPersonId() 633 if (VDBG) Log.v(TAG, "'data' URI; using Data.CONTACT_ID"); in getColumnIndexForPersonId() 640 if (VDBG) Log.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID"); in getColumnIndexForPersonId() 646 if (VDBG) Log.v(TAG, "==> Using column '" + columnName in getColumnIndexForPersonId() 676 if (VDBG) Log.v(TAG, "getGeoDescription('" + number + "')..."); in getGeoDescription() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 126 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyRegistry 352 if (VDBG) log("MSG_USER_SWITCHED userId=" + msg.arg1); 363 if (VDBG) { 409 if (VDBG) log("mBroadcastReceiver: action=" + action); 633 if (VDBG) { in addOnSubscriptionsChangedListener() 661 if (VDBG) log("listen oscl: send to r=" + r); in addOnSubscriptionsChangedListener() 663 if (VDBG) log("listen oscl: sent to r=" + r); in addOnSubscriptionsChangedListener() 665 if (VDBG) log("listen oscl: remote exception sending to r=" + r + " e=" + e); in addOnSubscriptionsChangedListener() 687 if (VDBG) { in addOnOpportunisticSubscriptionsChangedListener() 715 if (VDBG) log("listen ooscl: send to r=" + r); in addOnOpportunisticSubscriptionsChangedListener() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 47 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE); field in ImsPhoneCall 167 if (VDBG) { in attach() 178 if (VDBG) { in attach() 212 if (VDBG) { in connectionDisconnected() 224 if (VDBG) { in detach() 259 if (VDBG) { in onHangupLocal() 365 if (VDBG) { in update() 378 if (VDBG) { in switchWith()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/ |
D | RttServiceImpl.java | 84 private static final boolean VDBG = false; // STOPSHIP if true field in RttServiceImpl 329 if (VDBG) { in enableVerboseLogging() 364 if (VDBG) Log.v(TAG, "enableIfPossible: isAvailable=" + isAvailable); in enableIfPossible() 381 if (VDBG) Log.v(TAG, "disable"); in disable() 416 if (VDBG) { in startRanging() 497 if (VDBG) Log.v(TAG, "cancelRanging: workSource=" + workSource); in cancelRanging() 520 if (VDBG) Log.v(TAG, "onRangingResults: cmdId=" + cmdId); in onRangingResults() 545 if (VDBG) Log.v(TAG, "sendRttStateChangedBroadcast: enabled=" + enabled); in sendRttStateChangedBroadcast() 600 if (VDBG) Log.v(TAG, "RttServiceSynchronized.cleanUpOnDisable"); in cleanUpOnDisable() 632 if (VDBG) { in cleanUpClientRequests() [all …]
|
/frameworks/libs/net/common/device/android/net/ |
D | NetworkFactory.java | 50 private static final boolean VDBG = false; field in NetworkFactory 216 if (VDBG) { in handleAddRequest() 223 if (VDBG) log(" my score=" + mScore + ", my filter=" + mCapabilityFilter); in handleAddRequest() 271 if (VDBG) { in evalRequest() 280 if (VDBG) log(" needNetworkFor"); in evalRequest() 284 if (VDBG) log(" releaseNetworkFor"); in evalRequest() 288 if (VDBG) log(" done"); in evalRequest()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 93 private static final boolean VDBG = false; field in SubscriptionManager 1169 if (VDBG) logd("[getActiveSubscriptionInfo]+ subId=" + subId); in getActiveSubscriptionInfo() 1205 if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+ iccId=" + iccId); in getActiveSubscriptionInfoForIcc() 1239 if (VDBG) logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIndex=" + slotIndex); in getActiveSubscriptionInfoForSimSlotIndex() 1267 if (VDBG) logd("[getAllSubscriptionInfoList]+"); in getAllSubscriptionInfoList() 1517 if (VDBG) logd("[getAllSubscriptionInfoCount]+"); in getAllSubscriptionInfoCount() 1591 if (VDBG) logd("[addSubscriptionInfoRecord]+ iccId:" + iccId + " slotIndex:" + slotIndex); in addSubscriptionInfoRecord() 1618 if (VDBG) { in addSubscriptionInfoRecord() 1653 if (VDBG) { in removeSubscriptionInfoRecord() 1688 if (VDBG) logd("[setIconTint]+ tint:" + tint + " subId:" + subId); in setIconTint() [all …]
|
D | CellSignalStrengthNr.java | 43 private static final boolean VDBG = false; field in CellSignalStrengthNr 308 if (VDBG) { in updateLevel() 314 if (VDBG) { in updateLevel() 320 if (VDBG) { in updateLevel() 330 if (VDBG) { in updateLevel() 336 if (VDBG) { in updateLevel() 342 if (VDBG) { in updateLevel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AnswerToReset.java | 38 private static final boolean VDBG = false; // STOPSHIP if true field in AnswerToReset 187 if (VDBG) log("mHistoricalBytesLength: " + (mFormatByte & T_MASK)); in parseFormatByte() 195 if (VDBG) log("lastTD: " + IccUtils.byteToHex(lastTD)); in parseInterfaceBytes() 202 if (VDBG) log("lastTD & TA_MASK: " + IccUtils.byteToHex((byte) (lastTD & TA_MASK))); in parseInterfaceBytes() 211 if (VDBG) log("lastTD & TB_MASK: " + IccUtils.byteToHex((byte) (lastTD & TB_MASK))); in parseInterfaceBytes() 220 if (VDBG) log("lastTD & TC_MASK: " + IccUtils.byteToHex((byte) (lastTD & TC_MASK))); in parseInterfaceBytes() 229 if (VDBG) log("lastTD & TD_MASK: " + IccUtils.byteToHex((byte) (lastTD & TD_MASK))); in parseInterfaceBytes() 240 if (VDBG) log("index=" + index + ", " + toString()); in parseInterfaceBytes()
|