HomeSort by relevance Sort by last modified time
    Searched refs:VDBG (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 24 public static final boolean VDBG = false;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BlockChecker.java 12 private static final boolean VDBG = false; // STOPSHIP if true.
35 if (durationMillis > 500 || VDBG) {
RetryManager.java 87 public static final boolean VDBG = false; // STOPSHIP if true
248 if (VDBG) log("configure: not empty");
252 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
256 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
259 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
292 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
304 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount);
310 if (VDBG) log("configure: true");
359 if (VDBG) {
405 if (VDBG) {
    [all...]
CallManager.java 62 private static final boolean VDBG = false;
482 if (VDBG) Rlog.d(LOG_TAG, "abandonAudioFocus");
496 if (VDBG) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_RING");
525 if (VDBG) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_VOICE_CALL");
537 if (VDBG) Rlog.d(LOG_TAG, "abandonAudioFocus");
684 if (VDBG) {
694 if (VDBG) {
710 if (VDBG) {
726 if (VDBG) {
735 if (VDBG) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 33 private static final boolean VDBG = false; // STOPSHIP if true
85 if (VDBG) log("getCreateTime: ret=" + mCreateTime);
91 if (VDBG) log("getConnectTime: ret=" + mConnectTime);
97 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime);
111 if (VDBG) log("getDurationMillis: ret=" + dur);
124 if (VDBG) log("getHoldDurationMillis: ret=" + dur);
162 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
169 if (VDBG) log("getUUSInfo: ? ret=null");
  /frameworks/base/wifi/java/android/net/wifi/nan/
WifiNanSessionListener.java 47 private static final boolean VDBG = false; // STOPSHIP if true
188 if (VDBG) Log.v(TAG, "ctor: looper=" + looper);
236 if (VDBG) Log.v(TAG, "onPublishFail: called in stub - override if interested");
261 if (VDBG) Log.v(TAG, "onSubscribeFail: called in stub - override if interested");
296 if (VDBG) Log.v(TAG, "onMatch: called in stub - override if interested");
310 if (VDBG) Log.v(TAG, "onMessageSendSuccess: called in stub - override if interested");
329 if (VDBG) Log.v(TAG, "onMessageSendFail: called in stub - override if interested");
343 if (VDBG) Log.v(TAG, "onMessageReceived: called in stub - override if interested");
352 if (VDBG) Log.v(TAG, "onPublishFail: reason=" + reason);
361 if (VDBG) Log.v(TAG, "onPublishResponse: reason=" + reason)
    [all...]
WifiNanEventListener.java 40 private static final boolean VDBG = false; // STOPSHIP if true
87 if (VDBG) Log.v(TAG, "ctor: looper=" + looper);
160 if (VDBG) Log.v(TAG, "onIdentityChanged: called in stub - override if interested");
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");
WifiNanSession.java 31 private static final boolean VDBG = false; // STOPSHIP if true
52 if (VDBG) Log.v(TAG, "New client created: manager=" + manager + ", sessionId=" + sessionId);
WifiNanManager.java 42 private static final boolean VDBG = false; // STOPSHIP if true
69 if (VDBG) Log.v(TAG, "connect()");
93 if (VDBG) Log.v(TAG, "disconnect()");
115 if (VDBG) Log.v(TAG, "requestConfig(): configRequest=" + configRequest);
153 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings);
186 if (VDBG) Log.v(TAG, "publish(): data='" + publishData + "', settings=" + publishSettings);
236 if (VDBG) {
269 if (VDBG) {
323 if (VDBG) {
  /packages/providers/CallLogProvider/src/com/android/calllogbackup/
CallLogChangeReceiver.java 32 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
42 if (VDBG) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanServiceImpl.java 42 private static final boolean VDBG = false; // STOPSHIP if true
80 if (VDBG) Log.v(TAG, "connect: uid=" + uid);
115 if (VDBG) Log.v(TAG, "disconnect: uid=" + uid);
133 if (VDBG) {
146 if (VDBG) Log.v(TAG, "stopSession: sessionId=" + sessionId + ", uid=" + getCallingUid());
156 if (VDBG) Log.v(TAG, "destroySession: sessionId=" + sessionId + ", uid=" + getCallingUid());
166 if (VDBG) Log.v(TAG, "createSession: uid=" + getCallingUid());
183 if (VDBG) {
197 if (VDBG) {
211 if (VDBG) {
    [all...]
WifiNanNative.java 41 private static final boolean VDBG = false; // STOPSHIP if true
142 if (VDBG) Log.d(TAG, "enableAndConfigure: configRequest=" + configRequest);
165 if (VDBG) Log.d(TAG, "disableNan");
189 if (VDBG) {
217 if (VDBG) {
245 if (VDBG) {
275 if (VDBG) {
301 if (VDBG) {
461 if (VDBG) {
505 if (VDBG) {
    [all...]
WifiNanStateManager.java 43 private static final boolean VDBG = false; // STOPSHIP if true
353 if (VDBG) {
360 if (VDBG) {
367 if (VDBG) {
374 if (VDBG) {
383 if (VDBG) {
395 if (VDBG) {
409 if (VDBG) {
424 if (VDBG) {
434 if (VDBG) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 46 private static final boolean VDBG = false;
139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
156 if (VDBG) log("close()");
193 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
204 if (VDBG) Log.d(TAG,"Unbinding service...");
295 if (VDBG) log("getConnectedDevices()");
312 if (VDBG) log("getDevicesMatchingStates()");
329 if (VDBG) log("getState(" + device + ")");
356 if (VDBG) log("isTetheringOn()");
BluetoothSocket.java 89 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
186 if (VDBG) Log.d(TAG, "Creating new BluetoothSocket of type: " + type);
218 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType);
473 if (VDBG) Log.d(TAG, "available: " + mSocketIS);
485 if (VDBG) Log.d(TAG, "flush: " + mSocketOS);
491 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length);
495 if (VDBG) Log.v(TAG, "l2cap: read(): offset: " + offset + " length:" + length
501 if (VDBG) Log.v(TAG, "l2cap buffer empty, refilling...");
509 if(VDBG) Log.v(TAG, "get(): offset: " + offset
514 if (VDBG) Log.v(TAG, "default: read(): offset: " + offset + " length:" + length)
    [all...]
BluetoothSap.java 46 private static final boolean VDBG = false;
97 if (VDBG) Log.d(TAG,"Unbinding service...");
110 if (VDBG) Log.d(TAG,"Binding service...");
197 if (VDBG) log("getState()");
217 if (VDBG) log("getClient()");
236 if (VDBG) log("isConnected(" + device + ")");
379 if (VDBG) log("getPriority(" + device + ")");
BluetoothGatt.java 42 private static final boolean VDBG = false;
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())
    [all...]
BluetoothInputDevice.java 47 private static final boolean VDBG = false;
212 if (VDBG) Log.d(TAG,"Unbinding service...");
225 if (VDBG) Log.d(TAG,"Binding service...");
271 if (VDBG) log("close()");
372 if (VDBG) log("getConnectedDevices()");
389 if (VDBG) log("getDevicesMatchingStates()");
406 if (VDBG) log("getState(" + device + ")");
466 if (VDBG) log("getPriority(" + device + ")");
547 if (VDBG) log("getProtocolMode(" + device + ")");
598 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize (…)
    [all...]
BluetoothA2dpSink.java 43 private static final boolean VDBG = false;
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 + ")");
421 if (VDBG) log("getPriority(" + device + ")");
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 51 private static final boolean VDBG = false;
114 if (VDBG) log("CacheAsyncTask#onPostExecute()");
121 if (VDBG) log("CacheAsyncTask#onCanceled()");
179 if (VDBG) log("refreshCacheEntry() started");
230 if (VDBG) {
256 if (VDBG) log("refreshCacheEntry() ended");
293 if (VDBG) log("Trying to lookup " + number);
302 if (VDBG) log("Trying to lookup " + key);
306 if (VDBG) log("Obtained " + entry);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLastResortWatchdog.java 37 private static final boolean VDBG = false;
96 if (VDBG) Log.v(TAG, "updateAvailableNetworks: size = " + availableNetworks.size());
106 if (VDBG) Log.v(TAG, " " + bssid + ": " + scanDetail.getSSID());
170 if (VDBG) Log.v(TAG, toString());
181 if (VDBG) {
190 if (VDBG) Log.v(TAG, "isRestartNeeded = " + isRestartNeeded);
208 if (VDBG) Log.v(TAG, "connectedStateTransition: isEntering = " + isEntering);
229 if (VDBG) {
283 if (VDBG) {
298 if (VDBG) Log.v(TAG, "checkTriggerCondition.")
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 53 private static final boolean VDBG = false;
486 if (VDBG) logd("[getActiveSubscriptionInfo]+ subId=" + subId);
516 if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+ iccId=" + iccId);
542 if (VDBG) logd("[getActiveSubscriptionInfoForSimSlotIndex]+ slotIdx=" + slotIdx);
569 if (VDBG) logd("[getAllSubscriptionInfoList]+");
628 if (VDBG) logd("[getAllSubscriptionInfoCount]+");
692 if (VDBG) logd("[addSubscriptionInfoRecord]+ iccId:" + iccId + " slotId:" + slotId);
723 if (VDBG) logd("[setIconTint]+ tint:" + tint + " subId:" + subId);
765 if (VDBG) {
825 if (VDBG) logd("[setDataRoaming]+ roaming:" + roaming + " subId:" + subId)
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 33 #define VDBG 1
68 if (VDBG) {
80 if (VDBG) ALOGD("using ref %p", ref);
94 if (VDBG) ALOGD("discover successful");
114 if (VDBG) {
120 if (VDBG) {
148 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref);
160 if (VDBG) {
187 if (VDBG) ALOGD("serviceRegister successful");
207 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 54 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE);
184 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
231 if (VDBG) {
328 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
524 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '"
527 // if (VDBG) Rlog.v(TAG, "- MIME type: "
535 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
540 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID");
547 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
553 if (VDBG) Rlog.v(TAG, "==> Using column '" + columnNam
    [all...]
  /frameworks/base/core/java/android/net/
NetworkFactory.java 51 private static final boolean VDBG = false;
180 if (VDBG) log("new score " + score + " for exisiting request " + request);
183 if (VDBG) log(" my score=" + mScore + ", my filter=" + mCapabilityFilter);
231 if (VDBG) log("evalRequest");
235 if (VDBG) log(" needNetworkFor");
241 if (VDBG) log(" releaseNetworkFor");
245 if (VDBG) log(" done");

Completed in 759 milliseconds

1 2 3 4 5