/packages/apps/Phone/src/com/android/phone/ |
D | InCallScreen.java | 89 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in InCallScreen 348 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION..."); 527 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset); 562 if (VDBG) inCallUiState.dumpState(); in onResume() 767 if (VDBG) log("onResume() done."); in onResume() 1158 if (VDBG) log("- internalResolveIntent: SHOW_DIALPAD_EXTRA: " + showDialpad); in internalResolveIntent() 1234 if (VDBG) log("initInCallScreen()..."); in initInCallScreen() 1241 if (VDBG) log(" - mCallCard = " + mCallCard); in initInCallScreen() 1269 if (VDBG) log("handleDialerKeyDown: keyCode " + keyCode + ", event " + event + "..."); in handleDialerKeyDown() 1403 if (VDBG) log("handleCallKey: call in foregound ==> ignoring."); in handleCallKey() [all …]
|
D | PhoneGlobals.java | 102 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneGlobals 390 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 429 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 541 if (VDBG) Log.v(LOG_TAG, "register for ICC status"); in onCreate() 761 if (VDBG) Log.d(LOG_TAG, "displayCallScreen()..."); in displayCallScreen() 961 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")..."); in requestWakeState() 1089 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()..."); in pokeUserActivity() 1135 if (VDBG) Log.d(LOG_TAG, "updateProximitySensorMode: state = " + state); in updateProximitySensorMode() 1174 if (VDBG) Log.d(LOG_TAG, "updateProximitySensorMode: lock already held."); in updateProximitySensorMode() 1188 if (VDBG) { in updateProximitySensorMode() [all …]
|
D | CallerInfoCache.java | 51 private static final boolean VDBG = false; field in CallerInfoCache 120 if (VDBG) log("CacheAsyncTask#onPostExecute()"); in onPostExecute() 127 if (VDBG) log("CacheAsyncTask#onCanceled()"); in onCancelled() 203 if (VDBG) log("refreshCacheEntry() started"); in refreshCacheEntry() 254 if (VDBG) { in refreshCacheEntry() 280 if (VDBG) log("refreshCacheEntry() ended"); in refreshCacheEntry() 317 if (VDBG) log("Trying to lookup " + number); in getCacheEntry() 326 if (VDBG) log("Trying to lookup " + key); in getCacheEntry() 330 if (VDBG) log("Obtained " + entry); in getCacheEntry()
|
D | CallController.java | 66 private static final boolean VDBG = false; field in CallController 126 if (VDBG) log("handleMessage: " + msg); in handleMessage() 186 if (VDBG) log(" extras = " + intent.getExtras()); in placeCall() 208 if (VDBG) { in placeCall() 350 if (VDBG) log("- actual number to dial: '" + number + "'"); in placeCallInternal() 361 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass()); in placeCallInternal() 480 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '" in placeCallInternal() 492 if (VDBG) log ("- inCallUiState.inCallScreenMode = " in placeCallInternal() 495 if (VDBG) log ("==> OTA_NORMAL note: switching to OTA_STATUS_LISTENING."); in placeCallInternal() 606 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state); in checkIfOkToInitiateOutgoingCall()
|
D | BluetoothPhoneService.java | 57 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); // even more logging field in BluetoothPhoneService 106 if (VDBG) Log.d(TAG, "mAdapter null"); in onCreate() 127 if(VDBG) Log.d(TAG, "registerForServiceStateChanged"); in onCreate() 153 if (VDBG) Log.d(TAG, "BluetoothPhoneService started"); in onStart() 178 if (VDBG) Log.d(TAG, "handleMessage: " + msg.what); 209 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange..."); in updateBtPhoneStateAfterRadioTechnologyChange() 246 if (VDBG) in handlePreciseCallStateChange() 573 if (VDBG) log("Filling clccConnections[0] for INCOMING state"); in listCurrentCallsCdma() 578 if (VDBG) log("Filling clccConnections[0] & [1] for CALL WAITING state"); in listCurrentCallsCdma() 584 if (VDBG) { in listCurrentCallsCdma() [all …]
|
D | RespondViaSmsManager.java | 60 private static final boolean VDBG = false; field in RespondViaSmsManager 156 if (VDBG) log("- connection: " + c); in showRespondViaSmsPopup() 176 if (VDBG) log("- phoneNumber: " + phoneNumber); in showRespondViaSmsPopup() 226 if (VDBG) log("- message: '" + message + "'"); in onItemClick() 333 if (VDBG) log("sendText: number " in sendText() 343 if (VDBG) log("launchSmsCompose: number " + phoneNumber); in launchSmsCompose() 347 if (VDBG) log("- Launching SMS compose UI: " + intent); in launchSmsCompose() 424 if (VDBG) log(" preference = '" + preference + "'"); in onPreferenceChange() 425 if (VDBG) log(" newValue = '" + newValue + "'"); in onPreferenceChange()
|
D | CallNotifier.java | 68 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in CallNotifier 415 if (VDBG) log("- connection is ringing! state = " + state); in onNewRingingConnection() 444 if (VDBG) log("Holding wake lock on new incoming connection."); in onNewRingingConnection() 452 if (VDBG) log("- starting call waiting tone..."); in onNewRingingConnection() 473 if (VDBG) log("- onNewRingingConnection() done."); in onNewRingingConnection() 578 if (VDBG) log("- CallerInfo already up to date, using available data"); in startIncomingCallQuery() 581 if (VDBG) log("- Starting query, posting timeout message."); in startIncomingCallQuery() 598 if (VDBG) log("RINGING... (request to ring arrived while query is running)"); in startIncomingCallQuery() 660 if (VDBG) log("RINGING... (onCustomRingQueryComplete)"); in onCustomRingQueryComplete() 732 if (VDBG) log("onPhoneStateChanged: state = " + state); in onPhoneStateChanged() [all …]
|
D | OutgoingCallBroadcaster.java | 66 private static final boolean VDBG = false; field in OutgoingCallBroadcaster 147 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() 268 if (VDBG) { in startSipCallOptionHandler() 444 if (VDBG) { in processIntent()
|
D | PhoneUtils.java | 78 private static final boolean VDBG = false; field in PhoneUtils 582 if (VDBG) { in placeCall() 724 if (VDBG) { in toLogSafePhoneNumber() 1449 if (VDBG) { in startGetCallerInfo() 1527 if (VDBG) { in startGetCallerInfo() 1557 if (VDBG) { in startGetCallerInfo() 1679 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName); in getCompactNameFromCallerInfo()
|
D | NotificationMgr.java | 75 private static final boolean VDBG = false; field in NotificationMgr 497 if (VDBG) { in notifyMissedCall()
|