/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipConnectionBase.java | 33 private static final boolean VDBG = false; // STOPSHIP if true field in SipConnectionBase 89 if (VDBG) log("getCreateTime: ret=" + mCreateTime); in getCreateTime() 95 if (VDBG) log("getConnectTime: ret=" + mConnectTime); in getConnectTime() 101 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); in getDisconnectTime() 115 if (VDBG) log("getDurationMillis: ret=" + dur); in getDurationMillis() 128 if (VDBG) log("getHoldDurationMillis: ret=" + dur); in getHoldDurationMillis() 134 if (VDBG) log("getDisconnectCause: ret=" + mCause); in getDisconnectCause() 145 if (VDBG) log("getPostDialState: ret=" + mPostDialState); in getPostDialState() 186 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED"); in getNumberPresentation() 193 if (VDBG) log("getUUSInfo: ? ret=null"); in getUUSInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RetryManager.java | 78 static public final boolean VDBG = false; field in RetryManager 117 if (VDBG) log("constructor"); in RetryManager() 147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime); in configure() 183 if (VDBG) log("configure: '" + configStr + "'"); in configure() 189 if (VDBG) log("configure: not empty"); in configure() 197 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); in configure() 201 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); in configure() 204 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 237 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure() 249 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure() [all …]
|
D | CallManager.java | 63 private static final boolean VDBG = false; field in CallManager 720 if (VDBG) { in acceptCall() 730 if (VDBG) { in acceptCall() 746 if (VDBG) { in acceptCall() 762 if (VDBG) { in rejectCall() 771 if (VDBG) { in rejectCall() 799 if (VDBG) { in switchHoldingAndActive() 820 if (VDBG) { in switchHoldingAndActive() 838 if (VDBG) { in hangupForegroundResumeBackground() 857 if (VDBG) { in hangupForegroundResumeBackground() [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 54 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(TAG, Log.VERBOSE); field in ImsCall 910 if (VDBG) { in accept() 926 if (VDBG) { in accept() 967 if (VDBG) { in reject() 998 if (VDBG) { in terminate() 1039 if (VDBG) { in hold() 1078 if (VDBG) { in resume() 1117 if (VDBG) { in merge() 1172 if (VDBG) { in merge() 1205 if (VDBG) { in update() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 52 private static final boolean VDBG = false; field in SubscriptionManager 394 if (VDBG) logd("[getActiveSubscriptionInfo]+ subId=" + subId); in getActiveSubscriptionInfo() 422 if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+ iccId=" + iccId); in getActiveSubscriptionInfoForIccIndex() 448 if (VDBG) logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIdx=" + slotIdx); in getActiveSubscriptionInfoForSimSlotIndex() 474 if (VDBG) logd("[getAllSubscriptionInfoList]+"); in getAllSubscriptionInfoList() 533 if (VDBG) logd("[getAllSubscriptionInfoCount]+"); in getAllSubscriptionInfoCount() 597 if (VDBG) logd("[addSubscriptionInfoRecord]+ iccId:" + iccId + " slotId:" + slotId); in addSubscriptionInfoRecord() 628 if (VDBG) logd("[setIconTint]+ tint:" + tint + " subId:" + subId); in setIconTint() 670 if (VDBG) { in setDisplayName() 730 if (VDBG) logd("[setDataRoaming]+ roaming:" + roaming + " subId:" + subId); in setDataRoaming() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothPan.java | 46 private static final boolean VDBG = false; field in BluetoothPan 139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService"); in BluetoothPan() 141 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called"); in BluetoothPan() 157 if (VDBG) log("close()"); in close() 193 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called"); 195 if (VDBG) Log.d(TAG,"Unbinding service..."); 286 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 303 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 320 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 344 if (VDBG) log("isTetheringOn()"); in isTetheringOn()
|
D | BluetoothInputDevice.java | 47 private static final boolean VDBG = false; field in BluetoothInputDevice 212 if (VDBG) Log.d(TAG,"Unbinding service..."); 225 if (VDBG) Log.d(TAG,"Binding service..."); 271 if (VDBG) log("close()"); in close() 372 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 389 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 406 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 466 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 547 if (VDBG) log("getProtocolMode(" + device + ")"); in getProtocolMode() 598 …if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "b… in getReport() [all …]
|
D | BluetoothGatt.java | 42 private static final boolean VDBG = false; field in BluetoothGatt 143 if (VDBG) { 207 if (VDBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid); 224 if (VDBG) Log.d(TAG, "onGetIncludedService() - Device=" + address 250 if (VDBG) Log.d(TAG, "onGetCharacteristic() - Device=" + address + " UUID=" + 274 if (VDBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid); 318 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address 370 if (VDBG) Log.d(TAG, "onCharacteristicWrite() - Device=" + address 422 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " UUID=" + charUuid); 453 … if (VDBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " UUID=" + charUuid); [all …]
|
D | BluetoothPbap.java | 54 private static final boolean VDBG = false; field in BluetoothPbap 117 if (VDBG) Log.d(TAG,"Unbinding service..."); 130 if (VDBG) Log.d(TAG,"Binding service..."); 214 if (VDBG) log("getState()"); in getState() 233 if (VDBG) log("getClient()"); in getClient() 251 if (VDBG) log("isConnected(" + device + ")"); in isConnected()
|
D | BluetoothA2dpSink.java | 43 private static final boolean VDBG = false; field in BluetoothA2dpSink 135 if (VDBG) Log.d(TAG,"Unbinding service..."); 148 if (VDBG) Log.d(TAG,"Binding service..."); 299 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 316 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 333 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 359 if (VDBG) log("getAudioConfig(" + device + ")"); in getAudioConfig()
|
D | BluetoothAvrcpController.java | 43 private static final boolean VDBG = false; field in BluetoothAvrcpController 76 if (VDBG) Log.d(TAG,"Unbinding service..."); 89 if (VDBG) Log.d(TAG,"Binding service..."); 164 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 181 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 198 if (VDBG) log("getState(" + device + ")"); in getConnectionState()
|
D | BluetoothSocket.java | 85 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in BluetoothSocket 413 if (VDBG) Log.d(TAG, "available: " + mSocketIS); in available() 425 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); in flush() 431 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length); in read() 435 if (VDBG) Log.d(TAG, "read out: " + mSocketIS + " ret: " + ret); in read() 441 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write() 444 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length); in write() 490 if (VDBG) Log.d(TAG, "waitSocketSignal read 16 bytes signal ret: " + ret); in waitSocketSignal() 501 if (VDBG) Log.d(TAG, "waitSocketSignal: sig size: " + size + ", remote addr: " in waitSocketSignal() 524 if (VDBG) Log.d(TAG, "inputStream.read ret: " + ret); in readInt()
|
D | BluetoothHeadset.java | 50 private static final boolean VDBG = false; field in BluetoothHeadset 238 if (VDBG) Log.d(TAG,"Unbinding service..."); 244 if (VDBG) Log.d(TAG,"Binding service..."); 305 if (VDBG) log("close()"); in close() 401 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 418 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 435 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState() 497 if (VDBG) log("getPriority(" + device + ")"); in getPriority() 580 if (VDBG) log("isAudioConnected()"); in isAudioConnected() 608 if (VDBG) log("getBatteryUsageHint()"); in getBatteryUsageHint() [all …]
|
D | BluetoothMap.java | 37 private static final boolean VDBG = false; field in BluetoothMap 60 if (VDBG) Log.d(TAG,"Unbinding service..."); 73 if (VDBG) Log.d(TAG,"Binding service..."); 158 if (VDBG) log("getState()"); in getState() 177 if (VDBG) log("getClient()"); in getClient() 195 if (VDBG) log("isConnected(" + device + ")"); in isConnected() 357 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
|
D | BluetoothA2dp.java | 48 private static final boolean VDBG = false; field in BluetoothA2dp 122 if (VDBG) Log.d(TAG,"Unbinding service..."); 135 if (VDBG) Log.d(TAG,"Binding service..."); 286 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 303 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 320 if (VDBG) log("getState(" + device + ")"); in getConnectionState() 382 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
|
D | BluetoothGattServer.java | 45 private static final boolean VDBG = false; field in BluetoothGattServer 87 if (VDBG) Log.d(TAG, "onScanResult() - Device=" + address + " RSSI=" +rssi); 137 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - " 165 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - " 196 if (VDBG) Log.d(TAG, "onCharacteristicWriteRequest() - " 227 if (VDBG) Log.d(TAG, "onDescriptorWriteRequest() - " 275 if (VDBG) Log.d(TAG, "onNotificationSent() - " 494 if (VDBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress()); in sendResponse() 527 if (VDBG) Log.d(TAG, "notifyCharacteristicChanged() - device: " + device.getAddress()); in notifyCharacteristicChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcSwitchStateMachine.java | 34 private static final boolean VDBG = false; field in DcSwitchStateMachine 123 if (VDBG) { in processMessage() 181 if (VDBG) { in processMessage() 255 if (VDBG) { in processMessage() 300 if (VDBG) { in processMessage() 317 if (VDBG) log("Disconnecting to previous connection mAc=" + mAc); in processMessage() 323 if (VDBG) log("DcDefaultState: FULL_CONNECTION reply connected"); in processMessage() 330 if (VDBG) log("CMD_CHANNEL_DISCONNECT"); in processMessage() 335 if (VDBG) log("CMD_CHANNEL_DISCONNECTED"); in processMessage() 341 if (VDBG) log("REQ_IS_IDLE_STATE isIdle=" + val); in processMessage() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiAutoJoinController.java | 54 private static boolean VDBG = false; field in WifiAutoJoinController 128 VDBG = true; in enableVerboseLogging() 131 VDBG = false; in enableVerboseLogging() 144 if (VDBG) { in ageScanResultsOut() 211 if (VDBG) { in addToScanCache() 219 if (VDBG) { in addToScanCache() 241 if (VDBG) { in addToScanCache() 378 if (VDBG) { in compareNetwork() 391 if (VDBG) { in compareNetwork() 520 if (VDBG) { in updateConfigurationHistory() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 53 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE); field in CallerInfo 176 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor..."); in getCallerInfo() 223 if (VDBG) { in getCallerInfo() 302 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number..."); in getCallerInfo() 498 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '" in getColumnIndexForPersonId() 509 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID"); in getColumnIndexForPersonId() 514 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID"); in getColumnIndexForPersonId() 521 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID"); in getColumnIndexForPersonId() 527 if (VDBG) Rlog.v(TAG, "==> Using column '" + columnName in getColumnIndexForPersonId() 554 if (VDBG) Rlog.v(TAG, "getGeoDescription('" + number + "')..."); in getGeoDescription() [all …]
|
/frameworks/base/core/java/android/net/ |
D | NetworkFactory.java | 49 private static final boolean VDBG = false; field in NetworkFactory 172 if (VDBG) log("new score " + score + " for exisiting request " + request); in handleAddRequest() 175 if (VDBG) log(" my score=" + mScore + ", my filter=" + mCapabilityFilter); in handleAddRequest() 222 if (VDBG) log("evalRequest"); in evalRequest() 226 if (VDBG) log(" needNetworkFor"); in evalRequest() 232 if (VDBG) log(" releaseNetworkFor"); in evalRequest() 236 if (VDBG) log(" done"); in evalRequest()
|
D | NetworkAgent.java | 48 private static final boolean VDBG = false; field in NetworkAgent 142 if (VDBG) log("Registering NetworkAgent"); in NetworkAgent() 156 if (VDBG) log("NetworkAgent fully connected"); in handleMessage() 172 if (VDBG) log("CMD_CHANNEL_DISCONNECT"); in handleMessage() 190 if (VDBG) { in handleMessage()
|
D | MobileDataStateTracker.java | 58 private static final boolean VDBG = false; field in MobileDataStateTracker 145 if (VDBG) { in handleMessage() 150 if (VDBG) { in handleMessage() 156 if (VDBG) mMdst.log("Disconnected from DataStateTracker"); in handleMessage() 160 if (VDBG) mMdst.log("Ignorning unknown message=" + msg); in handleMessage() 236 if (VDBG) { in onReceive() 266 if (VDBG) { in onReceive() 305 if (VDBG) { in onReceive() 571 if (VDBG) log("setInternalDataEnable: X enabled=" + enabled); in setInternalDataEnable() 583 if (VDBG) log("setUserDataEnable: X enabled=" + enabled); in setUserDataEnable() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 84 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyRegistry 207 if (VDBG) log("MSG_USER_SWITCHED userId=" + msg.arg1); 218 if (VDBG) { 246 if (VDBG) log("mBroadcastReceiver: action=" + action); 345 if (VDBG) { in addOnSubscriptionsChangedListener() 382 if (VDBG) log("listen oscl: send to r=" + r); in addOnSubscriptionsChangedListener() 384 if (VDBG) log("listen oscl: sent to r=" + r); in addOnSubscriptionsChangedListener() 386 if (VDBG) log("listen oscl: remote exception sending to r=" + r + " e=" + e); in addOnSubscriptionsChangedListener() 410 if (VDBG) log("notifySubscriptionInfoChanged:"); in notifySubscriptionInfoChanged() 421 if (VDBG) log("notifySubscriptionInfoChanged: call osc to r=" + r); in notifySubscriptionInfoChanged() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | EriManager.java | 88 private static final boolean VDBG = false; field in EriManager 289 if (VDBG) Rlog.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file"); in getEriDisplayInformation() 399 if (VDBG) Rlog.v(LOG_TAG, "ERI defRoamInd > 2 ...flashing"); in getEriDisplayInformation() 406 if (VDBG) Rlog.v(LOG_TAG, "ERI defRoamInd <= 2"); in getEriDisplayInformation() 441 if (VDBG) { in getEriDisplayInformation() 455 if (VDBG) { in getEriDisplayInformation() 464 if (VDBG) Rlog.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file"); in getEriDisplayInformation() 473 if (VDBG) Rlog.v(LOG_TAG, "Displaying ERI " + ret.toString()); in getEriDisplayInformation()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 84 private final static boolean VDBG = false; field in Tethering 217 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up); in interfaceStatusChanged() 242 if (VDBG) Log.d(TAG, "ignore interface down for " + iface); in interfaceStatusChanged() 252 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up); in interfaceLinkStateChanged() 284 if (VDBG) Log.d(TAG, "interfaceAdded " + iface); in interfaceAdded() 299 if (VDBG) Log.d(TAG, iface + " is not a tetherable iface, ignoring"); in interfaceAdded() 305 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring"); in interfaceAdded() 315 if (VDBG) Log.d(TAG, "interfaceRemoved " + iface); in interfaceRemoved() 319 if (VDBG) { in interfaceRemoved() 522 if (VDBG) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION"); in onReceive() [all …]
|