Searched refs:VDBG (Results 1 - 8 of 8) sorted by relevance
/packages/apps/Phone/src/com/android/phone/ |
H A D | InCallContactPhoto.java | 62 private static final boolean VDBG = false; field in class:InCallContactPhoto 128 if (VDBG) log("################# setImageDrawable()... ################"); 129 if (VDBG) log("- this: " + this); 130 if (VDBG) log("- inputDrawable: " + inputDrawable); 131 if (VDBG) log("- mPreviousImageDrawable: " + mPreviousImageDrawable); 140 if (VDBG) log("- inputBitmap: " + inputBitmap); 141 if (VDBG) log(" - dimensions: " + inputBitmap.getWidth() 143 if (VDBG) log(" - config: " + inputBitmap.getConfig()); 144 if (VDBG) log(" - byte count: " + inputBitmap.getByteCount()); 163 if (VDBG) lo [all...] |
H A D | CallController.java | 64 // Do not check in with VDBG = true, since that may write PII to the system log. 65 private static final boolean VDBG = false; field in class:CallController 125 if (VDBG) log("handleMessage: " + msg); 185 if (VDBG) log(" extras = " + intent.getExtras()); 207 if (VDBG) { 347 if (VDBG) log("- actual number to dial: '" + number + "'"); 360 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass()); 479 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '" 491 if (VDBG) log ("- inCallUiState.inCallScreenMode = " 494 if (VDBG) lo [all...] |
H A D | PhoneApp.java | 91 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2); field in class:PhoneApp 371 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 411 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); 508 if (VDBG) Log.v(LOG_TAG, "register for ICC status"); 689 if (VDBG) Log.d(LOG_TAG, "displayCallScreen()..."); 870 if (VDBG) Log.d(LOG_TAG, "setScreenTimeout(" + duration + ")..."); 951 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")..."); 1095 if (VDBG) Log.d(LOG_TAG, "- preventScreenOn(" + prevent + ")..."); 1117 if (VDBG) Log.d(LOG_TAG, "setIgnoreTouchUserActivity(" + ignore + ")..."); 1130 if (VDBG) Lo [all...] |
H A D | InCallScreen.java | 85 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2); field in class:InCallScreen 360 if (VDBG) log("ALLOW_SCREEN_ON message..."); 369 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION..."); 500 if (VDBG) log("- mBluetoothHandsfree: " + mBluetoothHandsfree); 542 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset); 571 if (VDBG) inCallUiState.dumpState(); 746 if (VDBG) log("- posting ALLOW_SCREEN_ON message..."); 773 if (VDBG) log("onResume() done."); 1143 if (VDBG) log("- internalResolveIntent: SHOW_DIALPAD_EXTRA: " + showDialpad); 1210 if (VDBG) lo [all...] |
H A D | RespondViaSmsManager.java | 56 // Do not check in with VDBG = true, since that may write PII to the system log. 57 private static final boolean VDBG = false; field in class:RespondViaSmsManager 141 if (VDBG) log("- connection: " + c); 161 if (VDBG) log("- phoneNumber: " + phoneNumber); 206 if (VDBG) log("- message: '" + message + "'"); 292 if (VDBG) log("sendText: number " 305 if (VDBG) log("launchSmsCompose: number " + phoneNumber); 310 if (VDBG) log("- Launching SMS compose UI: " + intent); 387 if (VDBG) log(" preference = '" + preference + "'"); 388 if (VDBG) lo [all...] |
H A D | CallNotifier.java | 62 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2); field in class:CallNotifier 425 if (VDBG) log("- connection is ringing! state = " + state); 454 if (VDBG) log("Holding wake lock on new incoming connection."); 462 if (VDBG) log("- starting call waiting tone..."); 483 if (VDBG) log("- onNewRingingConnection() done."); 588 if (VDBG) log("- CallerInfo already up to date, using available data"); 591 if (VDBG) log("- Starting query, posting timeout message."); 604 if (VDBG) log("RINGING... (request to ring arrived while query is running)"); 666 if (VDBG) log("RINGING... (onCustomRingQueryComplete)"); 765 if (VDBG) lo [all...] |
H A D | OutgoingCallBroadcaster.java | 59 // Do not check in with VDBG = true, since that may write PII to the system log. 60 private static final boolean VDBG = false; field in class:OutgoingCallBroadcaster 117 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); 198 if (VDBG) Log.v(TAG, "- uri: " + uri); 199 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'"); 238 if (VDBG) { 387 if (VDBG) {
|
H A D | BluetoothHandsfree.java | 70 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2); // even more logging field in class:BluetoothHandsfree 373 if (VDBG) log("Routing audio for outgoing SCO conection"); 386 if (VDBG) log("Rejecting new connected outgoing SCO socket"); 740 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange..."); 1017 if (VDBG) log("updatePhoneState()"); 1455 if (VDBG) log("setAudioState(" + state + ")"); 1502 if (VDBG) log("broadcastVendorSpecificEventIntent(" + command + ")"); 1519 if (VDBG) Log.d(TAG, "updateBtHandsfreeAfterRadioTechnologyChange..."); 1530 if (VDBG) log("audioOn()"); 1597 if (VDBG) lo [all...] |
Completed in 76 milliseconds