/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MnsObexServer.java | 35 private boolean VDBG = MapClientService.VDBG; field in MnsObexServer 55 if (VDBG) Log.v(TAG, "onConnect"); in onConnect() 75 if (VDBG) Log.v(TAG, "onDisconnect"); in onDisconnect() 80 if (VDBG) Log.v(TAG, "onGet"); in onGet() 86 if (VDBG) Log.v(TAG, "onPut"); in onPut() 115 if (VDBG) Log.v(TAG, "onAbort"); in onAbort() 122 if (VDBG) Log.v(TAG, "onSetPath"); in onSetPath() 128 if (VDBG) Log.v(TAG, "onClose"); in onClose()
|
D | MapClientService.java | 41 static final boolean VDBG = false; field in MapClientService 127 if (VDBG) Log.v(TAG, "Saved priority " + device + " = " + priority); in setPriority() 212 if (VDBG) Log.v(TAG, "Binder()"); in Binder() 236 if (VDBG) Log.v(TAG, "isConnected()"); in isConnected() 243 if (VDBG) Log.v(TAG, "connect()"); in connect() 250 if (VDBG) Log.v(TAG, "disconnect()"); in disconnect() 257 if (VDBG) Log.v(TAG, "getConnectedDevices()"); in getConnectedDevices() 264 if (VDBG) Log.v(TAG, "getDevicesMatchingConnectionStates()"); in getDevicesMatchingConnectionStates() 271 if (VDBG) Log.v(TAG, "getConnectionState()"); in getConnectionState()
|
D | MnsService.java | 40 private static final Boolean VDBG = MapClientService.VDBG; field in MnsService 56 if (VDBG) Log.v(TAG, "MnsService()"); in MnsService() 70 if (VDBG) Log.v(TAG, "stop()"); in stop()
|
D | MasClient.java | 46 private static final boolean VDBG = MapClientService.VDBG; field in MasClient
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 122 private static final boolean VDBG = false; // STOPSHIP if true field in TelephonyProvider 353 if (VDBG) log("getVersion:+"); in getVersion() 361 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version)); in getVersion() 389 if (VDBG) log("dbh.onOpen:+ db=" + db); in onOpen() 409 if (VDBG) log("dbh.onOpen:- db=" + db); in onOpen() 484 if (VDBG) log("dbh.initDatabase:+ db=" + db); in initDatabase() 529 if (VDBG) { in initDatabase() 558 if (VDBG) log("dbh.initDatabase:- db=" + db); in initDatabase() 711 if (VDBG) { in onUpgrade() 722 if (VDBG) { in onUpgrade() [all …]
|
D | CarrierProvider.java | 38 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()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallerInfoCache.java | 51 private static final boolean VDBG = false; field in CallerInfoCache 114 if (VDBG) log("CacheAsyncTask#onPostExecute()"); in onPostExecute() 121 if (VDBG) log("CacheAsyncTask#onCanceled()"); in onCancelled() 179 if (VDBG) log("refreshCacheEntry() started"); in refreshCacheEntry() 230 if (VDBG) { in refreshCacheEntry() 256 if (VDBG) log("refreshCacheEntry() ended"); in refreshCacheEntry() 293 if (VDBG) log("Trying to lookup " + number); in getCacheEntry() 302 if (VDBG) log("Trying to lookup " + key); in getCacheEntry() 306 if (VDBG) log("Obtained " + entry); in getCacheEntry()
|
D | CallController.java | 65 private static final boolean VDBG = false; field in CallController 131 if (VDBG) log("handleMessage: " + msg); in handleMessage() 191 if (VDBG) log(" extras = " + intent.getExtras()); in placeCall() 211 if (VDBG) { in placeCall() 296 if (VDBG) log("- actual number to dial: '" + number + "'"); in placeCallInternal() 310 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass()); in placeCallInternal() 437 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '" in placeCallInternal() 534 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state); in checkIfOkToInitiateOutgoingCall()
|
D | PhoneGlobals.java | 101 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneGlobals 190 if (VDBG) Log.v(LOG_TAG, "event=" + msg.what); 272 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 514 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")..."); in requestWakeState() 614 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()..."); in onMMIComplete() 750 if (VDBG) Log.v(LOG_TAG, "carrier config changed."); in onReceive() 754 if (VDBG) Log.v(LOG_TAG, "default data sub changed."); in onReceive() 798 if (VDBG) Log.v(LOG_TAG, "handleServiceStateChanged"); in handleServiceStateChanged() 809 if (VDBG) { in handleServiceStateChanged() 826 if (VDBG) Log.v(LOG_TAG, "updateDataRoamingStatus"); in updateDataRoamingStatus() [all …]
|
D | OutgoingCallBroadcaster.java | 74 private static final boolean VDBG = false; field in OutgoingCallBroadcaster 188 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); in doReceive() 228 if (VDBG) Log.v(TAG, "- uri: " + uri); in doReceive() 229 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'"); in doReceive() 438 if (VDBG) { in processIntent()
|
D | CallLogger.java | 41 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in CallLogger 102 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData()); in logCall() 185 if (VDBG) log("getLogNumber: " + number); in getLogNumber()
|
D | CallNotifier.java | 61 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in CallNotifier 253 if (VDBG) log("resetAudioStateAfterDisconnect()..."); in resetAudioStateAfterDisconnect() 744 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset); 759 if (VDBG) log("onMessageWaitingIndicatorChanged(): " + this.mSubId + " " + visible); in onMessageWaitingIndicatorChanged()
|
D | PhoneUtils.java | 80 private static final boolean VDBG = false; field in PhoneUtils 555 if (VDBG) { in placeCall() 667 if (VDBG) { in toLogSafePhoneNumber() 1419 if (VDBG) { in startGetCallerInfo() 1504 if (VDBG) { in startGetCallerInfo() 1534 if (VDBG) { in startGetCallerInfo() 1656 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName); in getCompactNameFromCallerInfo() 2480 if (VDBG) Log.v(LOG_TAG, "register for ICC status, phone " + phone.getPhoneId()); in registerIccStatus()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 83 private static final boolean VDBG = GattServiceConfig.VDBG; field in GattService 722 if (VDBG) { in onScanResult() 1097 if (VDBG) Log.d(TAG, "onNotify() - address=" + address in onNotify() 1114 if (VDBG) Log.d(TAG, "onReadCharacteristic() - address=" + address in onReadCharacteristic() 1127 if (VDBG) Log.d(TAG, "onWriteCharacteristic() - address=" + address in onWriteCharacteristic() 1146 if (VDBG) Log.d(TAG, "onExecuteCompleted() - address=" + address in onExecuteCompleted() 1158 if (VDBG) Log.d(TAG, "onReadDescriptor() - address=" + address in onReadDescriptor() 1170 if (VDBG) Log.d(TAG, "onWriteDescriptor() - address=" + address in onWriteDescriptor() 1500 … if (VDBG) Log.d(TAG, "onClientCongestion() - connId=" + connId + ", congested=" + congested); in onClientCongestion() 1691 if (VDBG) Log.d(TAG, "stopScan(PendingIntent): app found = " + app); in stopScan() [all …]
|
D | GattServiceConfig.java | 24 public static final boolean VDBG = false; field in GattServiceConfig
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PhonebookPullRequest.java | 47 private static final boolean VDBG = false; field in PhonebookPullRequest 67 if (VDBG) { in onPullComplete() 102 if (VDBG) { in onPullComplete()
|
D | CallLogPullRequest.java | 38 private static boolean VDBG = false; field in CallLogPullRequest 59 if (VDBG) { in onPullComplete() 98 if (VDBG) { in onPullComplete()
|
D | BluetoothPbapRequestPullPhoneBook.java | 33 private static final boolean VDBG = false; field in BluetoothPbapRequestPullPhoneBook 101 if (VDBG) { in readResponse()
|
/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
D | CallLogChangeReceiver.java | 32 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in CallLogChangeReceiver 43 if (VDBG) { in onReceive()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastConfigService.java | 19 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG; 169 if (VDBG) { in setCellBroadcastOnSub()
|
D | CellBroadcastAlertAudio.java | 20 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG; 189 if (VDBG) log("onInit() TTS engine status: " + status); in onInit()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ApnEditor.java | 68 private final static boolean VDBG = false; // STOPSHIP if true field in ApnEditor 817 if (VDBG) { in setStringValueAndCheckIfDiff() 838 if (VDBG) { in setIntValueAndCheckIfDiff() 1050 if (VDBG) Log.d(TAG, "validateAndSave: not calling update()"); in validateAndSave()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterState.java | 39 private static final boolean VDBG = true; field in AdapterState 536 if (VDBG) Log.v(TAG, msg); in verboseLog()
|
D | AdapterProperties.java | 53 private static final boolean VDBG = false; field in AdapterProperties 831 if (VDBG) Log.i(TAG, msg); in infoLog()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 57 private static final boolean VDBG = false; field in HealthService 160 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " + in handleMessage() 517 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status); in callStatusCallback()
|