/frameworks/base/core/java/android/bluetooth/ |
BluetoothManager.java | 49 private static final boolean VDBG = true;
|
BluetoothA2dp.java | 48 private static final boolean VDBG = false; 117 if (VDBG) Log.d(TAG,"Unbinding service..."); 130 if (VDBG) Log.d(TAG,"Binding service..."); 273 if (VDBG) log("getConnectedDevices()"); 290 if (VDBG) log("getDevicesMatchingStates()"); 307 if (VDBG) log("getState(" + device + ")"); 369 if (VDBG) log("getPriority(" + device + ")");
|
BluetoothInputDevice.java | 48 private static final boolean VDBG = false; 195 if (VDBG) Log.d(TAG,"Unbinding service..."); 208 if (VDBG) Log.d(TAG,"Binding service..."); 247 if (VDBG) log("close()"); 348 if (VDBG) log("getConnectedDevices()"); 365 if (VDBG) log("getDevicesMatchingStates()"); 382 if (VDBG) log("getState(" + device + ")"); 442 if (VDBG) log("getPriority(" + device + ")"); 523 if (VDBG) log("getProtocolMode(" + device + ")"); 574 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize (…) [all...] |
BluetoothPan.java | 47 private static final boolean VDBG = false; 149 if (VDBG) log("close()"); 179 if (VDBG) Log.d(TAG,"Unbinding service..."); 270 if (VDBG) log("getConnectedDevices()"); 287 if (VDBG) log("getDevicesMatchingStates()"); 304 if (VDBG) log("getState(" + device + ")"); 328 if (VDBG) log("isTetheringOn()");
|
BluetoothPbap.java | 55 private static final boolean VDBG = false; 118 if (VDBG) Log.d(TAG,"Unbinding service..."); 131 if (VDBG) Log.d(TAG,"Binding service..."); 210 if (VDBG) log("getState()"); 229 if (VDBG) log("getClient()"); 247 if (VDBG) log("isConnected(" + device + ")");
|
BluetoothHeadset.java | 49 private static final boolean VDBG = false; 230 if (VDBG) Log.d(TAG,"Unbinding service..."); 243 if (VDBG) Log.d(TAG,"Binding service..."); 285 if (VDBG) log("close()"); 391 if (VDBG) log("getConnectedDevices()"); 408 if (VDBG) log("getDevicesMatchingStates()"); 425 if (VDBG) log("getConnectionState(" + device + ")"); 487 if (VDBG) log("getPriority(" + device + ")"); 570 if (VDBG) log("isAudioConnected()"); 598 if (VDBG) log("getBatteryUsageHint()") [all...] |
BluetoothHealth.java | 61 private static final boolean VDBG = false; 106 if (VDBG) Log.d(TAG,"Unbinding service..."); 119 if (VDBG) Log.d(TAG,"Binding service..."); 152 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")"); 178 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")"); 492 if (VDBG) log("close()");
|
BluetoothTetheringDataTracker.java | 61 private static final boolean VDBG = true; 118 if (VDBG) Log.d(TAG, "startMonitoring: mCsHandler: " + mCsHandler); 402 if (VDBG) Log.d(TAG, "got CMD_CHANNEL_HALF_CONNECTED"); 414 if (VDBG) Log.d(TAG, "got CMD_CHANNEL_DISCONNECTED"); 420 if (VDBG) Log.d(TAG, "got EVENT_NETWORK_CONNECTED, " + linkProperties); 425 if (VDBG) Log.d(TAG, "got EVENT_NETWORK_DISCONNECTED, " + linkProperties);
|
BluetoothGatt.java | 53 private static final boolean VDBG = true; 130 if (VDBG) { [all...] |
BluetoothSocket.java | 89 private static final boolean VDBG = false; 192 if (VDBG) Log.d(TAG, "socket fd passed by stack fds: " + fds); 358 if (VDBG) Log.d(TAG, "bindListen(), SocketState: " + mSocketState + ", mPfd: " + 363 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket "); 365 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket.getInputStream() "); 369 if (VDBG) Log.d(TAG, "bindListen(), readInt mSocketIS: " + mSocketIS); 375 if (VDBG) Log.d(TAG, "channel: " + channel); 408 if (VDBG) Log.d(TAG, "available: " + mSocketIS); 419 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); 425 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length) [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CallLogger.java | 39 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); 100 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData()); 204 if (VDBG) log("getLogNumber: " + number);
|
CallController.java | 66 // Do not check in with VDBG = true, since that may write PII to the system log. 67 private static final boolean VDBG = false; 129 if (VDBG) log("handleMessage: " + msg); 189 if (VDBG) log(" extras = " + intent.getExtras()); 211 if (VDBG) { 353 if (VDBG) log("- actual number to dial: '" + number + "'"); 364 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass()); 494 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '" 506 if (VDBG) log ("- inCallUiState.inCallScreenMode = " 509 if (VDBG) log ("==> OTA_NORMAL note: switching to OTA_STATUS_LISTENING.") [all...] |
CallerInfoCache.java | 51 private static final boolean VDBG = false; 120 if (VDBG) log("CacheAsyncTask#onPostExecute()"); 127 if (VDBG) log("CacheAsyncTask#onCanceled()"); 203 if (VDBG) log("refreshCacheEntry() started"); 254 if (VDBG) { 280 if (VDBG) log("refreshCacheEntry() ended"); 317 if (VDBG) log("Trying to lookup " + number); 326 if (VDBG) log("Trying to lookup " + key); 330 if (VDBG) log("Obtained " + entry);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 32 private static final boolean VDBG = false; // STOPSHIP if true 88 if (VDBG) log("getCreateTime: ret=" + mCreateTime); 94 if (VDBG) log("getConnectTime: ret=" + mConnectTime); 100 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); 114 if (VDBG) log("getDurationMillis: ret=" + dur); 127 if (VDBG) log("getHoldDurationMillis: ret=" + dur); 133 if (VDBG) log("getDisconnectCause: ret=" + mCause); 144 if (VDBG) log("getPostDialState: ret=" + mPostDialState); 185 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED"); 192 if (VDBG) log("getUUSInfo: ? ret=null") [all...] |
/frameworks/base/core/java/android/net/ |
DummyDataStateTracker.java | 36 private static final boolean VDBG = false;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneSubInfo.java | 32 private static final boolean VDBG = false; // STOPSHIP if true 141 if (VDBG) log("VM: PhoneSubInfo.getVoiceMailNUmber: " + number); 155 if (VDBG) log("VM: PhoneSubInfo.getCompleteVoiceMailNUmber: " + number);
|
RetryManager.java | 78 static public final boolean VDBG = false; 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) log("configure: setting mMaxRetryCount=" + mMaxRetryCount) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
AdnRecordLoader.java | 29 final static boolean VDBG = false; 189 if (VDBG) {
|
/system/netd/ |
DnsProxyListener.cpp | 33 #define VDBG 0
|
MDnsSdListener.cpp | 32 #define VDBG 1 65 if (VDBG) { 77 if (VDBG) ALOGD("using ref %p", ref); 91 if (VDBG) ALOGD("discover successful"); 111 if (VDBG) { 117 if (VDBG) { 145 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref); 157 if (VDBG) { 184 if (VDBG) ALOGD("serviceRegister successful"); 204 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfo.java | 50 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE); 168 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor..."); 213 if (VDBG) Rlog.v(TAG, "==> got info.person_id: " + info.person_id); 273 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number..."); 477 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '" 480 // if (VDBG) Rlog.v(TAG, "- MIME type: " 488 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID"); 493 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID"); 500 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID"); 506 if (VDBG) Rlog.v(TAG, "==> Using column '" + columnNam [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 66 private static final boolean VDBG = false; 194 if (VDBG) { 344 if (VDBG) {
|
EriManager.java | 88 private static final boolean VDBG = false; 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/ |
DcController.java | 45 private static final boolean VDBG = false; 185 if (VDBG) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterState.java | 40 private static final boolean VDBG = false; 76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn); 82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff);
|