Home
last modified time | relevance | path

Searched refs:VDBG (Results 1 – 25 of 101) sorted by relevance

12345

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java50 private static final boolean VDBG = false; field in WifiAwareNativeCallback
90 if (VDBG) Log.v(TAG, "onCommand: subCmd='" + subCmd + "'"); in onCommand()
144 if (VDBG) { in notifyCapabilitiesResponse()
179 if (VDBG) Log.v(TAG, "notifyEnableResponse: id=" + id + ", status=" + statusString(status)); in notifyEnableResponse()
195 if (VDBG) Log.v(TAG, "notifyConfigResponse: id=" + id + ", status=" + statusString(status)); in notifyConfigResponse()
206 if (VDBG) { in notifyDisableResponse()
219 if (VDBG) { in notifyStartPublishResponse()
233 if (VDBG) { in notifyStopPublishResponse()
247 if (VDBG) { in notifyStartSubscribeResponse()
261 if (VDBG) { in notifyStopSubscribeResponse()
[all …]
DWifiAwareDataPathStateManager.java81 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareDataPathStateManager
113 if (VDBG) Log.v(TAG, "start"); in start()
169 if (VDBG) Log.v(TAG, "createAllInterfaces"); in createAllInterfaces()
195 if (VDBG) Log.v(TAG, "deleteAllInterfaces"); in deleteAllInterfaces()
212 if (VDBG) Log.v(TAG, "onInterfaceCreated: interfaceName=" + interfaceName); in onInterfaceCreated()
225 if (VDBG) Log.v(TAG, "onInterfaceDeleted: interfaceName=" + interfaceName); in onInterfaceDeleted()
242 if (VDBG) { in onDataPathInitiateSuccess()
276 if (VDBG) { in onDataPathInitiateFail()
311 if (VDBG) { in onDataPathRequest()
392 if (VDBG) { in onRespondToDataPathRequest()
[all …]
DWifiAwareRttStateManager.java49 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareRttStateManager
59 if (VDBG) Log.v(TAG, "start()"); in start()
100 if (VDBG) { in startRanging()
124 if (VDBG) Log.v(TAG, "handleMessage(): " + msg.what); in handleMessage()
160 if (VDBG) { in handleMessage()
177 if (VDBG) { in handleMessage()
186 if (VDBG) { in handleMessage()
DWifiAwareClientState.java48 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareClientState
210 if (VDBG) { in onInterfaceAddressChange()
220 if (VDBG) Log.v(TAG, "hasPermission=" + hasPermission); in onInterfaceAddressChange()
241 if (VDBG) { in onClusterChange()
254 if (VDBG) Log.v(TAG, "hasPermission=" + hasPermission); in onClusterChange()
277 if (VDBG) { in onRangingSuccess()
291 if (VDBG) { in onRangingFailure()
306 if (VDBG) Log.v(TAG, "onRangingSuccess: rangingId=" + rangingId); in onRangingAborted()
DWifiAwareStateManager.java73 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareStateManager
250 if (VDBG) Log.v(TAG, "onCommand: subCmd='" + subCmd + "'"); in onCommand()
254 if (VDBG) Log.v(TAG, "onCommand: name='" + name + "'"); in onCommand()
261 if (VDBG) Log.v(TAG, "onCommand: valueStr='" + valueStr + "'"); in onCommand()
274 if (VDBG) Log.v(TAG, "onCommand: name='" + name + "'"); in onCommand()
366 if (VDBG) Log.v(TAG, "BroadcastReceiver: action=" + action); in start()
1081 if (VDBG) { in processMessage()
1096 if (VDBG) { in processMessage()
1118 if (VDBG) { in processMessage()
1164 if (VDBG) { in processMessage()
[all …]
DWifiAwareServiceImpl.java56 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareServiceImpl
151 if (VDBG) { in connect()
199 if (VDBG) Log.v(TAG, "disconnect: uid=" + uid + ", clientId=" + clientId); in disconnect()
224 if (VDBG) { in terminateSession()
249 if (VDBG) { in publish()
269 if (VDBG) { in updatePublish()
294 if (VDBG) { in subscribe()
314 if (VDBG) { in updateSubscribe()
344 if (VDBG) { in sendMessage()
364 if (VDBG) { in startRanging()
/frameworks/base/wifi/java/android/net/wifi/aware/
DWifiAwareManager.java127 private static final boolean VDBG = false; // STOPSHIP if true field in WifiAwareManager
274 if (VDBG) { in attach()
297 if (VDBG) Log.v(TAG, "disconnect()"); in disconnect()
309 if (VDBG) Log.v(TAG, "publish(): clientId=" + clientId + ", config=" + publishConfig); in publish()
322 if (VDBG) { in updatePublish()
337 if (VDBG) { in subscribe()
338 if (VDBG) { in subscribe()
355 if (VDBG) { in updateSubscribe()
369 if (VDBG) { in terminateSession()
389 if (VDBG) { in sendMessage()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipConnectionBase.java33 private static final boolean VDBG = false; // STOPSHIP if true field in SipConnectionBase
85 if (VDBG) log("getCreateTime: ret=" + mCreateTime); in getCreateTime()
91 if (VDBG) log("getConnectTime: ret=" + mConnectTime); in getConnectTime()
97 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); in getDisconnectTime()
111 if (VDBG) log("getDurationMillis: ret=" + dur); in getDurationMillis()
124 if (VDBG) log("getHoldDurationMillis: ret=" + dur); in getHoldDurationMillis()
162 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED"); in getNumberPresentation()
169 if (VDBG) log("getUUSInfo: ? ret=null"); in getUUSInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java62 private static final boolean VDBG = false; field in CallManager
684 if (VDBG) { in acceptCall()
694 if (VDBG) { in acceptCall()
710 if (VDBG) { in acceptCall()
726 if (VDBG) { in rejectCall()
735 if (VDBG) { in rejectCall()
763 if (VDBG) { in switchHoldingAndActive()
784 if (VDBG) { in switchHoldingAndActive()
802 if (VDBG) { in hangupForegroundResumeBackground()
821 if (VDBG) { in hangupForegroundResumeBackground()
[all …]
DRetryManager.java88 public static final boolean VDBG = false; // STOPSHIP if true field in RetryManager
256 if (VDBG) log("configure: not empty"); in configure()
260 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); in configure()
264 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); in configure()
267 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure()
300 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure()
312 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure()
318 if (VDBG) log("configure: true"); in configure()
397 if (VDBG) { in configureRetry()
443 if (VDBG) { in parseNonNegativeInt()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java89 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in BluetoothSocket
186 if (VDBG) Log.d(TAG, "Creating new BluetoothSocket of type: " + type); in BluetoothSocket()
218 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType); in BluetoothSocket()
478 if (VDBG) Log.d(TAG, "available: " + mSocketIS); in available()
490 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); in flush()
496 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length); in read()
500 if (VDBG) Log.v(TAG, "l2cap: read(): offset: " + offset + " length:" + length in read()
506 if (VDBG) Log.v(TAG, "l2cap buffer empty, refilling..."); in read()
514 if(VDBG) Log.v(TAG, "get(): offset: " + offset in read()
519 if (VDBG) Log.v(TAG, "default: read(): offset: " + offset + " length:" + length); in read()
[all …]
DBluetoothPan.java47 private static final boolean VDBG = false; field in BluetoothPan
140 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService"); in BluetoothPan()
157 if (VDBG) log("close()"); in close()
194 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
205 if (VDBG) Log.d(TAG,"Unbinding service...");
296 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices()
314 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
332 if (VDBG) log("getState(" + device + ")"); in getConnectionState()
359 if (VDBG) log("isTetheringOn()"); in isTetheringOn()
DBluetoothPbap.java54 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()
236 if (VDBG) log("getClient()"); in getClient()
257 if (VDBG) log("isConnected(" + device + ")"); in isConnected()
DBluetoothInputDevice.java48 private static final boolean VDBG = false; field in BluetoothInputDevice
224 if (VDBG) Log.d(TAG,"Unbinding service...");
237 if (VDBG) Log.d(TAG,"Binding service...");
283 if (VDBG) log("close()"); in close()
386 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices()
404 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
422 if (VDBG) log("getState(" + device + ")"); in getConnectionState()
484 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
562 if (VDBG) log("getProtocolMode(" + device + ")"); in getProtocolMode()
616 if (VDBG) { in getReport()
[all …]
DBluetoothA2dpSink.java44 private static final boolean VDBG = false; field in BluetoothA2dpSink
136 if (VDBG) Log.d(TAG,"Unbinding service...");
149 if (VDBG) Log.d(TAG,"Binding service...");
300 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices()
318 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
336 if (VDBG) log("getState(" + device + ")"); in getConnectionState()
362 if (VDBG) log("getAudioConfig(" + device + ")"); in getAudioConfig()
424 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
DBluetoothHeadset.java51 private static final boolean VDBG = false; field in BluetoothHeadset
309 if (VDBG) Log.d(TAG,"Unbinding service...");
315 if (VDBG) Log.d(TAG,"Binding service...");
376 if (VDBG) log("close()"); in close()
472 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices()
490 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
508 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState()
570 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
653 if (VDBG) log("isAudioConnected()"); in isAudioConnected()
681 if (VDBG) log("getBatteryUsageHint()"); in getBatteryUsageHint()
[all …]
DBluetoothAvrcpController.java44 private static final boolean VDBG = false; field in BluetoothAvrcpController
92 if (VDBG) Log.d(TAG,"Unbinding service...");
105 if (VDBG) Log.d(TAG,"Binding service...");
180 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices()
198 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
216 if (VDBG) log("getState(" + device + ")"); in getConnectionState()
DBluetoothGatt.java42 private static final boolean VDBG = false; field in BluetoothGatt
150 if (VDBG) {
325 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address
378 if (VDBG) Log.d(TAG, "onCharacteristicWrite() - Device=" + address
428 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " handle=" + handle);
455 … if (VDBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " handle=" + handle);
503 … if (VDBG) Log.d(TAG, "onDescriptorWrite() - Device=" + address + " handle=" + handle);
550 if (VDBG) Log.d(TAG, "onExecuteWrite() - Device=" + address
577 if (VDBG) Log.d(TAG, "onReadRemoteRssi() - Device=" + address +
1034 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid()); in readCharacteristic()
[all …]
DBluetoothMap.java40 private static final boolean VDBG = false; field in BluetoothMap
63 if (VDBG) Log.d(TAG,"Unbinding service...");
76 if (VDBG) Log.d(TAG,"Binding service...");
161 if (VDBG) log("getState()"); in getState()
183 if (VDBG) log("getClient()"); in getClient()
204 if (VDBG) log("isConnected(" + device + ")"); in isConnected()
371 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
DBluetoothSap.java46 private static final boolean VDBG = false; field in BluetoothSap
97 if (VDBG) Log.d(TAG,"Unbinding service...");
110 if (VDBG) Log.d(TAG,"Binding service...");
197 if (VDBG) log("getState()"); in getState()
220 if (VDBG) log("getClient()"); in getClient()
242 if (VDBG) log("isConnected(" + device + ")"); in isConnected()
390 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java55 private static final boolean VDBG = false; field in SubscriptionManager
527 if (VDBG) logd("[getActiveSubscriptionInfo]+ subId=" + subId); in getActiveSubscriptionInfo()
557 if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+ iccId=" + iccId); in getActiveSubscriptionInfoForIccIndex()
583 if (VDBG) logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIndex=" + slotIndex); in getActiveSubscriptionInfoForSimSlotIndex()
610 if (VDBG) logd("[getAllSubscriptionInfoList]+"); in getAllSubscriptionInfoList()
775 if (VDBG) logd("[getAllSubscriptionInfoCount]+"); in getAllSubscriptionInfoCount()
839 if (VDBG) logd("[addSubscriptionInfoRecord]+ iccId:" + iccId + " slotIndex:" + slotIndex); in addSubscriptionInfoRecord()
870 if (VDBG) logd("[setIconTint]+ tint:" + tint + " subId:" + subId); in setIconTint()
912 if (VDBG) { in setDisplayName()
972 if (VDBG) logd("[setDataRoaming]+ roaming:" + roaming + " subId:" + subId); in setDataRoaming()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java54 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE); field in CallerInfo
184 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor..."); in getCallerInfo()
231 if (VDBG) { in getCallerInfo()
328 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number..."); in getCallerInfo()
524 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '" in getColumnIndexForPersonId()
535 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID"); in getColumnIndexForPersonId()
540 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID"); in getColumnIndexForPersonId()
547 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID"); in getColumnIndexForPersonId()
553 if (VDBG) Rlog.v(TAG, "==> Using column '" + columnName in getColumnIndexForPersonId()
580 if (VDBG) Rlog.v(TAG, "getGeoDescription('" + number + "')..."); in getGeoDescription()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java45 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE); field in ImsPhoneCall
154 if (VDBG) { in attach()
164 if (VDBG) { in attach()
194 if (VDBG) { in connectionDisconnected()
206 if (VDBG) { in detach()
235 if (VDBG) { in onHangupLocal()
338 if (VDBG) { in update()
351 if (VDBG) { in switchWith()
/frameworks/base/core/java/android/net/
DNetworkFactory.java51 private static final boolean VDBG = false; field in NetworkFactory
180 if (VDBG) log("new score " + score + " for exisiting request " + request); in handleAddRequest()
183 if (VDBG) log(" my score=" + mScore + ", my filter=" + mCapabilityFilter); in handleAddRequest()
231 if (VDBG) log("evalRequest"); in evalRequest()
235 if (VDBG) log(" needNetworkFor"); in evalRequest()
241 if (VDBG) log(" releaseNetworkFor"); in evalRequest()
245 if (VDBG) log(" done"); in evalRequest()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java86 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyRegistry
217 if (VDBG) log("MSG_USER_SWITCHED userId=" + msg.arg1);
228 if (VDBG) {
256 if (VDBG) log("mBroadcastReceiver: action=" + action);
355 if (VDBG) { in addOnSubscriptionsChangedListener()
407 if (VDBG) log("listen oscl: send to r=" + r); in addOnSubscriptionsChangedListener()
409 if (VDBG) log("listen oscl: sent to r=" + r); in addOnSubscriptionsChangedListener()
411 if (VDBG) log("listen oscl: remote exception sending to r=" + r + " e=" + e); in addOnSubscriptionsChangedListener()
429 if (VDBG) log("notifySubscriptionInfoChanged:"); in notifySubscriptionInfoChanged()
440 if (VDBG) log("notifySubscriptionInfoChanged: call osc to r=" + r); in notifySubscriptionInfoChanged()
[all …]

12345