Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMnsObexServer.java35 private static final boolean VDBG = MapClientService.VDBG; field in MnsObexServer
69 if (VDBG) { in onConnect()
90 if (VDBG) { in onDisconnect()
101 if (VDBG) { in onGet()
109 if (VDBG) { in onPut()
140 if (VDBG) { in onAbort()
149 if (VDBG) { in onSetPath()
157 if (VDBG) { in onClose()
DMapClientService.java52 static final boolean VDBG = false; field in MapClientService
241 if (VDBG) { in setConnectionPolicy()
435 if (VDBG) { in Binder()
462 if (VDBG) { in isConnected()
474 if (VDBG) { in connect()
486 if (VDBG) { in disconnect()
498 if (VDBG) { in getConnectedDevices()
510 if (VDBG) { in getDevicesMatchingConnectionStates()
522 if (VDBG) { in getConnectionState()
DMnsService.java44 private static final Boolean VDBG = MapClientService.VDBG; field in MnsService
58 if (VDBG) { in MnsService()
75 if (VDBG) { in stop()
/packages/services/Telephony/src/com/android/phone/
DCallerInfoCache.java47 private static final boolean VDBG = false; field in CallerInfoCache
110 if (VDBG) log("CacheAsyncTask#onPostExecute()"); in onPostExecute()
117 if (VDBG) log("CacheAsyncTask#onCanceled()"); in onCancelled()
175 if (VDBG) log("refreshCacheEntry() started"); in refreshCacheEntry()
226 if (VDBG) { in refreshCacheEntry()
252 if (VDBG) log("refreshCacheEntry() ended"); in refreshCacheEntry()
289 if (VDBG) log("Trying to lookup " + number); in getCacheEntry()
298 if (VDBG) log("Trying to lookup " + key); in getCacheEntry()
302 if (VDBG) log("Obtained " + entry); in getCacheEntry()
DPhoneGlobals.java111 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneGlobals
222 if (VDBG) Log.v(LOG_TAG, "event=" + msg.what);
317 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate()
561 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()..."); in onMMIComplete()
708 if (VDBG) Log.v(LOG_TAG, "carrier config changed."); in onReceive()
713 if (VDBG) Log.v(LOG_TAG, "default data sub changed."); in onReceive()
757 if (VDBG) Log.v(LOG_TAG, "handleServiceStateChanged"); in handleServiceStateChanged()
768 if (VDBG) { in handleServiceStateChanged()
795 if (VDBG) Log.v(LOG_TAG, "updateDataRoamingStatus"); in updateDataRoamingStatus()
805 if (VDBG) Log.v(LOG_TAG, "dataAllowed=" + dataAllowed + ", reasons=" + reasons); in updateDataRoamingStatus()
DPhoneUtils.java76 private static final boolean VDBG = false; field in PhoneUtils
153 if (VDBG) { in placeOtaspCall()
204 if (VDBG) { in toLogSafePhoneNumber()
787 if (VDBG) Log.v(LOG_TAG, "register for ICC status, phone " + phone.getPhoneId()); in registerIccStatus()
800 if (VDBG) { in registerIccStatus()
814 if (VDBG) { in unregisterIccStatus()
DTelephonyShellCommand.java53 private static final boolean VDBG = true; field in TelephonyShellCommand
515 if (VDBG) { in handleImsSetServiceCommand()
587 if (VDBG) { in handleImsGetServiceCommand()
618 if (VDBG) { in handleEnableIms()
646 if (VDBG) { in handleDisableIms()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java32 private static final boolean VDBG = Utils.VDBG; field in BluetoothPbapRequestPullPhoneBook
96 if (VDBG) Log.v(TAG, "readResponse"); in readResponse()
99 if (VDBG) { in readResponse()
106 if (VDBG) Log.v(TAG, "readResponseHeaders"); in readResponseHeaders()
DPbapClientConnectionHandler.java62 static final boolean VDBG = Utils.VDBG; field in PbapClientConnectionHandler
297 if (VDBG) Log.v(TAG, "connectSocket: UUID: " + BluetoothUuid.PBAP_PSE.getUuid()); in connectSocket()
301 if (VDBG) Log.v(TAG, "connectSocket: PSM: " + mPseRec.getL2capPsm()); in connectSocket()
304 if (VDBG) Log.v(TAG, "connectSocket: channel: " + mPseRec.getRfcommChannelNumber()); in connectSocket()
326 if (VDBG) { in connectObexSession()
495 if (VDBG) Log.v(TAG, "No PBAP Server SDP Record"); in isRepositorySupported()
DPhonebookPullRequest.java33 private static final boolean VDBG = Utils.VDBG; field in PhonebookPullRequest
53 if (VDBG) { in onPullComplete()
88 if (VDBG) { in onPullComplete()
DCallLogPullRequest.java43 private static final boolean VDBG = Utils.VDBG; field in CallLogPullRequest
69 if (VDBG) { in onPullComplete()
115 if (VDBG) { in onPullComplete()
153 if (VDBG) { in updateTimesContacted()
DBluetoothPbapRequestPullPhoneBookSize.java25 private static final boolean VDBG = Utils.VDBG; field in BluetoothPbapRequestPullPhoneBookSize
52 if (VDBG) { in readResponseHeaders()
DPbapClientService.java51 private static final boolean VDBG = Utils.VDBG; field in PbapClientService
70 if (VDBG) { in start()
123 if (VDBG) Log.v(TAG, "Found " + accounts.length + " unclean accounts"); in removeUncleanAccounts()
326 if (VDBG) { in setPbapClientService()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java148 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyProvider
548 if (VDBG) log("getVersion:+"); in getVersion()
560 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version)); in getVersion()
615 if (VDBG) log("dbh.onOpen:+ db=" + db); in onOpen()
635 if (VDBG) log("dbh.onOpen:- db=" + db); in onOpen()
743 if (VDBG) log("dbh.initDatabase:+ db=" + db); in initDatabase()
792 if (VDBG) { in initDatabase()
821 if (VDBG) log("dbh.initDatabase:- db=" + db); in initDatabase()
966 if (VDBG) { in onUpgrade()
977 if (VDBG) { in onUpgrade()
[all …]
DCarrierProvider.java38 private static final boolean VDBG = false; // STOPSHIP if true field in CarrierProvider
63 if (VDBG) { in query()
93 if (VDBG) { in delete()
109 if (VDBG) { in update()
DCarrierIdProvider.java74 private static final boolean VDBG = false; // STOPSHIP if true field in CarrierIdProvider
210 if (VDBG) { in query()
261 if (VDBG) { in delete()
287 if (VDBG) { in update()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java86 private static final boolean VDBG = false; field in CellBroadcastHandler
443 if (VDBG) log("Checking the message " + messageToCheck); in isDuplicate()
449 if (VDBG) log("Not from a same slot."); in isDuplicate()
453 if (VDBG) log("Serial number does not match."); in isDuplicate()
462 if (VDBG) log("ETWS primary/secondary does not match."); in isDuplicate()
476 if (VDBG) log("GSM/CDMA category does not match."); in isDuplicate()
483 if (VDBG) log("Location does not match."); in isDuplicate()
494 if (VDBG) log("Body does not match."); in isDuplicate()
DGsmCellBroadcastHandler.java74 private static final boolean VDBG = false; // log CB PDU data field in GsmCellBroadcastHandler
324 if (VDBG) log("Not handled GSM broadcasts."); in handleSmsMessage()
437 if (VDBG) { in handleGsmBroadcastSms()
452 if (VDBG) log("header=" + header); in handleGsmBroadcastSms()
485 if (VDBG) log("pdus size=" + pdus.length); in handleGsmBroadcastSms()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java90 private static final boolean VDBG = GattServiceConfig.VDBG; field in GattService
1021 if (VDBG) { in onScanResult()
1484 if (VDBG) { in onNotify()
1503 if (VDBG) { in onReadCharacteristic()
1517 if (VDBG) { in onWriteCharacteristic()
1539 if (VDBG) { in onExecuteCompleted()
1552 if (VDBG) { in onReadDescriptor()
1567 if (VDBG) { in onWriteDescriptor()
1918 if (VDBG) { in onClientCongestion()
2192 if (VDBG) { in stopScan()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java48 static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in AvrcpControllerService
541 if (VDBG) Log.d(TAG, item.toString()); in handleGetFolderItemsRsp()
565 if (VDBG) Log.d(TAG, "bt player item: " + item); in handleGetPlayerItemsRsp()
580 if (VDBG) { in createFromNativeMediaItem()
599 if (VDBG) { in createFromNativeFolderItem()
619 if (VDBG) { in createFromNativePlayerItem()
DBrowseTree.java50 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in BrowseTree
334 if (VDBG) { in toString()
359 if (VDBG) { in findBrowseNodeByID()
494 if (VDBG) { in toString()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogChangeReceiver.java32 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in CallLogChangeReceiver
43 if (VDBG) { in onReceive()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarDrivingStateManager.java45 private static final boolean VDBG = false; field in CarDrivingStateManager
92 if (VDBG) { in registerListener()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
DIpNeighborMonitor.java52 private static final boolean VDBG = false; field in IpNeighborMonitor
156 if (VDBG) { in processNetlinkMessage()
/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DLog.java28 private static final boolean VDBG = false; field in Log
41 this(tag, VDBG, logSensitive); in Log()

12