Home
last modified time | relevance | path

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

1234

/frameworks/base/wifi/java/android/net/wifi/nan/
DWifiNanSessionListener.java47 private static final boolean VDBG = false; // STOPSHIP if true field in WifiNanSessionListener
188 if (VDBG) Log.v(TAG, "ctor: looper=" + looper); in WifiNanSessionListener()
236 if (VDBG) Log.v(TAG, "onPublishFail: called in stub - override if interested"); in onPublishFail()
261 if (VDBG) Log.v(TAG, "onSubscribeFail: called in stub - override if interested"); in onSubscribeFail()
296 if (VDBG) Log.v(TAG, "onMatch: called in stub - override if interested"); in onMatch()
310 if (VDBG) Log.v(TAG, "onMessageSendSuccess: called in stub - override if interested"); in onMessageSendSuccess()
329 if (VDBG) Log.v(TAG, "onMessageSendFail: called in stub - override if interested"); in onMessageSendFail()
343 if (VDBG) Log.v(TAG, "onMessageReceived: called in stub - override if interested"); in onMessageReceived()
352 if (VDBG) Log.v(TAG, "onPublishFail: reason=" + reason);
361 if (VDBG) Log.v(TAG, "onPublishResponse: reason=" + reason);
[all …]
DWifiNanEventListener.java40 private static final boolean VDBG = false; // STOPSHIP if true field in WifiNanEventListener
87 if (VDBG) Log.v(TAG, "ctor: looper=" + looper); in WifiNanEventListener()
160 if (VDBG) Log.v(TAG, "onIdentityChanged: called in stub - override if interested"); in onIdentityChanged()
169 if (VDBG) Log.v(TAG, "onConfigCompleted: configRequest=" + completedConfig);
178 if (VDBG) {
190 if (VDBG) Log.v(TAG, "onNanDown: reason=" + reason);
199 if (VDBG) Log.v(TAG, "onIdentityChanged");
DWifiNanManager.java42 private static final boolean VDBG = false; // STOPSHIP if true field in WifiNanManager
69 if (VDBG) Log.v(TAG, "connect()"); in connect()
93 if (VDBG) Log.v(TAG, "disconnect()"); in disconnect()
115 if (VDBG) Log.v(TAG, "requestConfig(): configRequest=" + configRequest); in requestConfig()
153 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings); in publishRaw()
186 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings); in publish()
236 if (VDBG) { in subscribeRaw()
269 if (VDBG) { in subscribe()
323 if (VDBG) { in sendMessage()
/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.java87 public static final boolean VDBG = false; // STOPSHIP if true field in RetryManager
248 if (VDBG) log("configure: not empty"); in configure()
252 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); in configure()
256 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); in configure()
259 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure()
292 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); in configure()
304 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure()
310 if (VDBG) log("configure: true"); in configure()
359 if (VDBG) { in configureRetry()
405 if (VDBG) { in parseNonNegativeInt()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java37 private static final boolean VDBG = false; field in WifiLastResortWatchdog
96 if (VDBG) Log.v(TAG, "updateAvailableNetworks: size = " + availableNetworks.size()); in updateAvailableNetworks()
106 if (VDBG) Log.v(TAG, " " + bssid + ": " + scanDetail.getSSID()); in updateAvailableNetworks()
170 if (VDBG) Log.v(TAG, toString()); in updateAvailableNetworks()
181 if (VDBG) { in noteConnectionFailureAndTriggerIfNeeded()
190 if (VDBG) Log.v(TAG, "isRestartNeeded = " + isRestartNeeded); in noteConnectionFailureAndTriggerIfNeeded()
208 if (VDBG) Log.v(TAG, "connectedStateTransition: isEntering = " + isEntering); in connectedStateTransition()
229 if (VDBG) { in updateFailureCountForNetwork()
283 if (VDBG) { in incrementBssidFailureCount()
298 if (VDBG) Log.v(TAG, "checkTriggerCondition."); in checkTriggerCondition()
[all …]
DWifiConfigStore.java91 private static boolean VDBG = false; field in WifiConfigStore
117 VDBG = verboseDebug; in WifiConfigStore()
250 if (VDBG) localLog("readNetworkVariables: " + config.networkId); in readNetworkVariables()
611 if (VDBG) localLog("saveNetwork: " + netId); in saveNetwork()
795 if (VDBG) localLog("addOrUpdateNetwork: " + config.networkId); in addOrUpdateNetwork()
841 if (VDBG) localLog("removeNetwork: " + config.networkId); in removeNetwork()
865 if (VDBG) localLog("selectNetwork: " + config.networkId); in selectNetwork()
885 if (VDBG) localLog("disableNetwork: " + config.networkId); in disableNetwork()
904 if (VDBG) localLog("setNetworkPriority: " + config.networkId); in setNetworkPriority()
924 if (VDBG) localLog("setNetworkSSID: " + config.networkId); in setNetworkSSID()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanServiceImpl.java42 private static final boolean VDBG = false; // STOPSHIP if true field in WifiNanServiceImpl
80 if (VDBG) Log.v(TAG, "connect: uid=" + uid); in connect()
115 if (VDBG) Log.v(TAG, "disconnect: uid=" + uid); in disconnect()
133 if (VDBG) { in requestConfig()
146 if (VDBG) Log.v(TAG, "stopSession: sessionId=" + sessionId + ", uid=" + getCallingUid()); in stopSession()
156 if (VDBG) Log.v(TAG, "destroySession: sessionId=" + sessionId + ", uid=" + getCallingUid()); in destroySession()
166 if (VDBG) Log.v(TAG, "createSession: uid=" + getCallingUid()); in createSession()
183 if (VDBG) { in publish()
197 if (VDBG) { in subscribe()
211 if (VDBG) { in sendMessage()
DWifiNanNative.java41 private static final boolean VDBG = false; // STOPSHIP if true field in WifiNanNative
142 if (VDBG) Log.d(TAG, "enableAndConfigure: configRequest=" + configRequest); in enableAndConfigure()
165 if (VDBG) Log.d(TAG, "disableNan"); in disable()
189 if (VDBG) { in publish()
217 if (VDBG) { in subscribe()
245 if (VDBG) { in sendMessage()
275 if (VDBG) { in stopPublish()
301 if (VDBG) { in stopSubscribe()
461 if (VDBG) { in onNanNotifyResponse()
505 if (VDBG) { in onNanNotifyResponsePublishSubscribe()
[all …]
DWifiNanStateManager.java43 private static final boolean VDBG = false; // STOPSHIP if true field in WifiNanStateManager
353 if (VDBG) { in handleMessage()
360 if (VDBG) { in handleMessage()
367 if (VDBG) { in handleMessage()
374 if (VDBG) { in handleMessage()
383 if (VDBG) { in handleMessage()
395 if (VDBG) { in handleMessage()
409 if (VDBG) { in handleMessage()
424 if (VDBG) { in handleMessage()
434 if (VDBG) { in handleMessage()
[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()
473 if (VDBG) Log.d(TAG, "available: " + mSocketIS); in available()
485 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); in flush()
491 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length); in read()
495 if (VDBG) Log.v(TAG, "l2cap: read(): offset: " + offset + " length:" + length in read()
501 if (VDBG) Log.v(TAG, "l2cap buffer empty, refilling..."); in read()
509 if(VDBG) Log.v(TAG, "get(): offset: " + offset in read()
514 if (VDBG) Log.v(TAG, "default: read(): offset: " + offset + " length:" + length); in read()
[all …]
DBluetoothPan.java46 private static final boolean VDBG = false; field in BluetoothPan
139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService"); in BluetoothPan()
156 if (VDBG) log("close()"); in close()
193 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
204 if (VDBG) Log.d(TAG,"Unbinding service...");
295 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices()
312 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
329 if (VDBG) log("getState(" + device + ")"); in getConnectionState()
356 if (VDBG) log("isTetheringOn()"); in isTetheringOn()
DBluetoothInputDevice.java47 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 …]
DBluetoothHeadset.java50 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 …]
DBluetoothGatt.java42 private static final boolean VDBG = false; field in BluetoothGatt
143 if (VDBG) {
250 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address
299 if (VDBG) Log.d(TAG, "onCharacteristicWrite() - Device=" + address
342 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " handle=" + handle);
365 … if (VDBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " handle=" + handle);
406 … if (VDBG) Log.d(TAG, "onDescriptorWrite() - Device=" + address + " handle=" + handle);
447 if (VDBG) Log.d(TAG, "onExecuteWrite() - Device=" + address
469 if (VDBG) Log.d(TAG, "onReadRemoteRssi() - Device=" + address +
805 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid()); in readCharacteristic()
[all …]
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()
233 if (VDBG) log("getClient()"); in getClient()
251 if (VDBG) log("isConnected(" + device + ")"); in isConnected()
DBluetoothA2dpSink.java43 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()
421 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
DBluetoothMap.java37 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()
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()
217 if (VDBG) log("getClient()"); in getClient()
236 if (VDBG) log("isConnected(" + device + ")"); in isConnected()
379 if (VDBG) log("getPriority(" + device + ")"); in getPriority()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java53 private static final boolean VDBG = false; field in SubscriptionManager
486 if (VDBG) logd("[getActiveSubscriptionInfo]+ subId=" + subId); in getActiveSubscriptionInfo()
516 if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+ iccId=" + iccId); in getActiveSubscriptionInfoForIccIndex()
542 if (VDBG) logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIdx=" + slotIdx); in getActiveSubscriptionInfoForSimSlotIndex()
569 if (VDBG) logd("[getAllSubscriptionInfoList]+"); in getAllSubscriptionInfoList()
628 if (VDBG) logd("[getAllSubscriptionInfoCount]+"); in getAllSubscriptionInfoCount()
692 if (VDBG) logd("[addSubscriptionInfoRecord]+ iccId:" + iccId + " slotId:" + slotId); in addSubscriptionInfoRecord()
723 if (VDBG) logd("[setIconTint]+ tint:" + tint + " subId:" + subId); in setIconTint()
765 if (VDBG) { in setDisplayName()
825 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/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()
DNetworkAgent.java52 private static final boolean VDBG = false; field in NetworkAgent
222 if (VDBG) log("Registering NetworkAgent"); in NetworkAgent()
236 if (VDBG) log("NetworkAgent fully connected"); in handleMessage()
252 if (VDBG) log("CMD_CHANNEL_DISCONNECT"); in handleMessage()
271 if (VDBG) { in handleMessage()
292 if (VDBG) { in handleMessage()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java85 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyRegistry
216 if (VDBG) log("MSG_USER_SWITCHED userId=" + msg.arg1);
227 if (VDBG) {
255 if (VDBG) log("mBroadcastReceiver: action=" + action);
356 if (VDBG) { in addOnSubscriptionsChangedListener()
408 if (VDBG) log("listen oscl: send to r=" + r); in addOnSubscriptionsChangedListener()
410 if (VDBG) log("listen oscl: sent to r=" + r); in addOnSubscriptionsChangedListener()
412 if (VDBG) log("listen oscl: remote exception sending to r=" + r + " e=" + e); in addOnSubscriptionsChangedListener()
430 if (VDBG) log("notifySubscriptionInfoChanged:"); in notifySubscriptionInfoChanged()
441 if (VDBG) log("notifySubscriptionInfoChanged: call osc to r=" + r); in notifySubscriptionInfoChanged()
[all …]

1234