/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 | CallNotifier.java | 75 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in CallNotifier 303 if (VDBG) log("- connection is ringing! state = " + state); in onNewRingingConnection() 332 if (VDBG) log("Holding wake lock on new incoming connection."); in onNewRingingConnection() 345 if (VDBG) log("- onNewRingingConnection() done."); in onNewRingingConnection() 436 if (VDBG) log("onPhoneStateChanged: state = " + state); in onPhoneStateChanged() 471 if (VDBG) log("onPhoneStateChanged: OFF HOOK"); in onPhoneStateChanged() 485 if (VDBG) log("onDisconnect()... CallManager state: " + mCM.getState()); in onDisconnect() 539 if (VDBG) log("- need to play CALL_ENDED tone!"); in onDisconnect() 567 if (VDBG) log("- starting post-disconnect tone (" + toneToPlay + ")..."); in onDisconnect() 611 if (VDBG) log("resetAudioStateAfterDisconnect()..."); in resetAudioStateAfterDisconnect() [all …]
|
D | CallController.java | 66 private static final boolean VDBG = false; field in CallController 132 if (VDBG) log("handleMessage: " + msg); in handleMessage() 192 if (VDBG) log(" extras = " + intent.getExtras()); in placeCall() 212 if (VDBG) { in placeCall() 315 if (VDBG) log("- actual number to dial: '" + number + "'"); in placeCallInternal() 329 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass()); in placeCallInternal() 456 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '" in placeCallInternal() 553 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state); in checkIfOkToInitiateOutgoingCall()
|
D | PhoneGlobals.java | 99 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneGlobals 297 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 316 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 610 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")..."); in requestWakeState() 713 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()..."); in pokeUserActivity() 755 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()..."); in onMMIComplete() 804 if (VDBG) { in onReceive() 862 if (VDBG) Log.d(LOG_TAG, "ACTION_DOCK_EVENT -> mDockState = " + mDockState); in onReceive() 910 if (VDBG) Log.d(LOG_TAG, "- isOtaCallInActiveState " + otaCallActive); in isOtaCallInActiveState() 916 if (VDBG) Log.d(LOG_TAG, "- isOtaCallInEndState " + otaCallEnded); in isOtaCallInEndState()
|
D | OutgoingCallBroadcaster.java | 73 private static final boolean VDBG = false; field in OutgoingCallBroadcaster 190 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); in doReceive() 271 if (VDBG) Log.v(TAG, "- uri: " + uri); in doReceive() 272 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'"); in doReceive() 481 if (VDBG) { in processIntent()
|
D | PhoneUtils.java | 77 private static final boolean VDBG = false; field in PhoneUtils 568 if (VDBG) { in placeCall() 694 if (VDBG) { in toLogSafePhoneNumber() 1445 if (VDBG) { in startGetCallerInfo() 1530 if (VDBG) { in startGetCallerInfo() 1560 if (VDBG) { in startGetCallerInfo() 1682 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName); in getCompactNameFromCallerInfo() 2471 if (VDBG) Log.v(LOG_TAG, "register for ICC status, phone " + phone.getPhoneId()); in registerIccStatus()
|
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 | NotificationMgr.java | 73 private static final boolean VDBG = false; field in NotificationMgr
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 66 private static final boolean VDBG = GattServiceConfig.VDBG; field in GattService 557 if (VDBG) Log.d(TAG, "onScanResult() - address=" + address in onScanResult() 689 if (VDBG) Log.d(TAG, "onSearchResult() - address=" + address + ", uuid=" + uuid); in onSearchResult() 709 if (VDBG) Log.d(TAG, "onGetCharacteristic() - address=" + address in onGetCharacteristic() 746 if (VDBG) Log.d(TAG, "onGetDescriptor() - address=" + address in onGetDescriptor() 777 if (VDBG) Log.d(TAG, "onGetIncludedService() - address=" + address in onGetIncludedService() 818 if (VDBG) Log.d(TAG, "onNotify() - address=" + address in onNotify() 845 if (VDBG) Log.d(TAG, "onReadCharacteristic() - address=" + address in onReadCharacteristic() 865 if (VDBG) Log.d(TAG, "onWriteCharacteristic() - address=" + address in onWriteCharacteristic() 887 if (VDBG) Log.d(TAG, "onExecuteCompleted() - address=" + address in onExecuteCompleted() [all …]
|
D | GattServiceConfig.java | 24 public static final boolean VDBG = false; field in GattServiceConfig
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 63 private static final boolean VDBG = false; field in TelephonyProvider 136 if (VDBG) log("getVersion:+"); in getVersion() 144 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version)); in getVersion() 166 if (VDBG) log("dbh.onOpen:+ db=" + db); in onOpen() 186 if (VDBG) log("dbh.onOpen:- db=" + db); in onOpen() 246 if (VDBG) log("dbh.initDatabase:+ db=" + db); in initDatabase() 308 if (VDBG) log("dbh.initDatabase:- db=" + db); in initDatabase() 649 if (VDBG) log("onCreate:+"); in onCreate() 651 if (VDBG) log("onCreate:- ret true"); in onCreate() 852 if (VDBG) log("inserted " + values.toString() + " rowID = " + rowID); in insert() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterState.java | 40 private static final boolean VDBG = false; field in AdapterState 76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn); in isTurningOn() 82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff); in isTurningOff()
|
D | AdapterProperties.java | 38 private static final boolean VDBG = false; field in AdapterProperties 628 if (VDBG) Log.i(TAG, msg); in infoLog()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 60 private static final boolean VDBG = false; field in HealthService 163 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " + in handleMessage() 514 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status); in callStatusCallback()
|