Searched defs:VDBG (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java49 private static final boolean VDBG = true; field in class:BluetoothManager
H A DBluetoothA2dpSink.java43 private static final boolean VDBG = false; field in class:BluetoothA2dpSink
135 if (VDBG) Log.d(TAG,"Unbinding service...");
148 if (VDBG) Log.d(TAG,"Binding service...");
299 if (VDBG) log("getConnectedDevices()");
316 if (VDBG) log("getDevicesMatchingStates()");
333 if (VDBG) log("getState(" + device + ")");
359 if (VDBG) log("getAudioConfig(" + device + ")");
H A DBluetoothAvrcpController.java43 private static final boolean VDBG = false; field in class:BluetoothAvrcpController
76 if (VDBG) Log.d(TAG,"Unbinding service...");
89 if (VDBG) Log.d(TAG,"Binding service...");
164 if (VDBG) log("getConnectedDevices()");
181 if (VDBG) log("getDevicesMatchingStates()");
198 if (VDBG) log("getState(" + device + ")");
H A DBluetoothPbap.java54 private static final boolean VDBG = false; field in class:BluetoothPbap
117 if (VDBG) Log.d(TAG,"Unbinding service...");
130 if (VDBG) Log.d(TAG,"Binding service...");
214 if (VDBG) log("getState()");
233 if (VDBG) log("getClient()");
251 if (VDBG) log("isConnected(" + device + ")");
H A DBluetoothA2dp.java48 private static final boolean VDBG = false; field in class:BluetoothA2dp
122 if (VDBG) Log.d(TAG,"Unbinding service...");
135 if (VDBG) Log.d(TAG,"Binding service...");
286 if (VDBG) log("getConnectedDevices()");
303 if (VDBG) log("getDevicesMatchingStates()");
320 if (VDBG) log("getState(" + device + ")");
382 if (VDBG) log("getPriority(" + device + ")");
H A DBluetoothGattServer.java45 private static final boolean VDBG = false; field in class: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() - "
476 if (VDBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress());
509 if (VDBG) Log.d(TAG, "notifyCharacteristicChanged() - device: " + device.getAddress());
H A DBluetoothMap.java37 private static final boolean VDBG = false; field in class:BluetoothMap
60 if (VDBG) Log.d(TAG,"Unbinding service...");
73 if (VDBG) Log.d(TAG,"Binding service...");
158 if (VDBG) log("getState()");
177 if (VDBG) log("getClient()");
195 if (VDBG) log("isConnected(" + device + ")");
357 if (VDBG) log("getPriority(" + device + ")");
H A DBluetoothPan.java46 private static final boolean VDBG = false; field in class:BluetoothPan
139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
141 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
157 if (VDBG) log("close()");
193 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
195 if (VDBG) Log.d(TAG,"Unbinding service...");
286 if (VDBG) log("getConnectedDevices()");
303 if (VDBG) log("getDevicesMatchingStates()");
320 if (VDBG) log("getState(" + device + ")");
344 if (VDBG) lo
[all...]
H A DBluetoothGatt.java42 private static final boolean VDBG = false; field in class: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) Lo
[all...]
H A DBluetoothHeadset.java49 private static final boolean VDBG = false; field in class:BluetoothHeadset
235 if (VDBG) Log.d(TAG,"Unbinding service...");
248 if (VDBG) Log.d(TAG,"Binding service...");
298 if (VDBG) log("close()");
404 if (VDBG) log("getConnectedDevices()");
421 if (VDBG) log("getDevicesMatchingStates()");
438 if (VDBG) log("getConnectionState(" + device + ")");
500 if (VDBG) log("getPriority(" + device + ")");
583 if (VDBG) log("isAudioConnected()");
611 if (VDBG) lo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java39 private static final boolean VDBG = false; // log CB PDU data field in class:GsmCellBroadcastHandler
94 if (VDBG) {
H A DGsmSMSDispatcher.java54 private static final boolean VDBG = false; field in class:GsmSMSDispatcher
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiTrafficPoller.java43 private boolean VDBG = false; field in class:WifiTrafficPoller
133 if (VDBG) {
181 if (VDBG) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordLoader.java29 final static boolean VDBG = false; field in class:AdnRecordLoader
189 if (VDBG) {
/frameworks/base/core/java/android/net/
H A DNetworkAgent.java48 private static final boolean VDBG = false; field in class:NetworkAgent
142 if (VDBG) log("Registering NetworkAgent");
156 if (VDBG) log("NetworkAgent fully connected");
172 if (VDBG) log("CMD_CHANNEL_DISCONNECT");
190 if (VDBG) {
H A DNetworkFactory.java49 private static final boolean VDBG = false; field in class:NetworkFactory
172 if (VDBG) log("new score " + score + " for exisiting request " + request);
175 if (VDBG) log(" my score=" + mScore + ", my filter=" + mCapabilityFilter);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java53 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE); field in class:CallerInfo
176 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
223 if (VDBG) {
302 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
498 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '"
501 // if (VDBG) Rlog.v(TAG, "- MIME type: "
509 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
514 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID");
521 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
527 if (VDBG) Rlo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfo.java35 private static final boolean VDBG = false; // STOPSHIP if true field in class:PhoneSubInfo
144 if (VDBG) log("VM: PhoneSubInfo.getVoiceMailNUmber: " + number);
157 if (VDBG) log("VM: PhoneSubInfo.getCompleteVoiceMailNUmber: " + number);
H A DRetryManager.java78 static public final boolean VDBG = false; field in class:RetryManager
117 if (VDBG) log("constructor");
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
183 if (VDBG) log("configure: '" + configStr + "'");
189 if (VDBG) log("configure: not empty");
197 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
201 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
204 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
237 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
249 if (VDBG) lo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java53 private static final boolean VDBG = false; field in class:CdmaSMSDispatcher
71 if (VDBG) Rlog.d(TAG, "sending EVENT_HANDLE_STATUS_REPORT message");
78 if (VDBG) Rlog.d(TAG, "calling handleCdmaStatusReport()");
195 if (VDBG) {
H A DEriManager.java88 private static final boolean VDBG = false; field in class:EriManager
289 if (VDBG) Rlog.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
399 if (VDBG) Rlog.v(LOG_TAG, "ERI defRoamInd > 2 ...flashing");
406 if (VDBG) Rlog.v(LOG_TAG, "ERI defRoamInd <= 2");
441 if (VDBG) {
455 if (VDBG) {
464 if (VDBG) Rlog.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
473 if (VDBG) Rlog.v(LOG_TAG, "Displaying ERI " + ret.toString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java49 private static final boolean VDBG = false; field in class:DcController
193 if (VDBG) {
H A DDcSwitchAsyncChannel.java28 private static final boolean VDBG = false; field in class:DcSwitchAsyncChannel
H A DDcSwitchState.java43 private static final boolean VDBG = false; field in class:DcSwitchState
202 if (VDBG) {
261 if (VDBG) {
318 if (VDBG) {
383 if (VDBG) {
402 if (VDBG) log("Disconnecting to previous connection mAc=" + mAc);
408 if (VDBG) log("DcDefaultState: FULL_CONNECTION reply connected");
415 if (VDBG) log("CMD_CHANNEL_DISCONNECT");
420 if (VDBG) log("CMD_CHANNEL_DISCONNECTED");
426 if (VDBG) lo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java33 private static final boolean VDBG = false; // STOPSHIP if true field in class:SipConnectionBase
89 if (VDBG) log("getCreateTime: ret=" + mCreateTime);
95 if (VDBG) log("getConnectTime: ret=" + mConnectTime);
101 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime);
115 if (VDBG) log("getDurationMillis: ret=" + dur);
128 if (VDBG) log("getHoldDurationMillis: ret=" + dur);
134 if (VDBG) log("getDisconnectCause: ret=" + mCause);
145 if (VDBG) log("getPostDialState: ret=" + mPostDialState);
186 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
193 if (VDBG) lo
[all...]

Completed in 1600 milliseconds

123