Searched refs:VDBG (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCallerInfoCache.java51 private static final boolean VDBG = false; field in class:CallerInfoCache
120 if (VDBG) log("CacheAsyncTask#onPostExecute()");
127 if (VDBG) log("CacheAsyncTask#onCanceled()");
203 if (VDBG) log("refreshCacheEntry() started");
254 if (VDBG) {
280 if (VDBG) log("refreshCacheEntry() ended");
317 if (VDBG) log("Trying to lookup " + number);
326 if (VDBG) log("Trying to lookup " + key);
330 if (VDBG) log("Obtained " + entry);
H A DCallController.java65 // Do not check in with VDBG = true, since that may write PII to the system log.
66 private static final boolean VDBG = false; field in class:CallController
126 if (VDBG) log("handleMessage: " + msg);
186 if (VDBG) log(" extras = " + intent.getExtras());
208 if (VDBG) {
350 if (VDBG) log("- actual number to dial: '" + number + "'");
361 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
480 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
492 if (VDBG) log ("- inCallUiState.inCallScreenMode = "
495 if (VDBG) lo
[all...]
H A DInCallScreen.java89 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:InCallScreen
348 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION...");
527 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
562 if (VDBG) inCallUiState.dumpState();
767 if (VDBG) log("onResume() done.");
1158 if (VDBG) log("- internalResolveIntent: SHOW_DIALPAD_EXTRA: " + showDialpad);
1234 if (VDBG) log("initInCallScreen()...");
1241 if (VDBG) log(" - mCallCard = " + mCallCard);
1269 if (VDBG) log("handleDialerKeyDown: keyCode " + keyCode + ", event " + event + "...");
1403 if (VDBG) lo
[all...]
H A DRespondViaSmsManager.java59 // 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:RespondViaSmsManager
156 if (VDBG) log("- connection: " + c);
176 if (VDBG) log("- phoneNumber: " + phoneNumber);
226 if (VDBG) log("- message: '" + message + "'");
333 if (VDBG) log("sendText: number "
343 if (VDBG) log("launchSmsCompose: number " + phoneNumber);
347 if (VDBG) log("- Launching SMS compose UI: " + intent);
424 if (VDBG) log(" preference = '" + preference + "'");
425 if (VDBG) lo
[all...]
H A DPhoneGlobals.java102 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:PhoneGlobals
390 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = "
429 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
541 if (VDBG) Log.v(LOG_TAG, "register for ICC status");
761 if (VDBG) Log.d(LOG_TAG, "displayCallScreen()...");
961 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")...");
1089 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()...");
1135 if (VDBG) Log.d(LOG_TAG, "updateProximitySensorMode: state = " + state);
1174 if (VDBG) Log.d(LOG_TAG, "updateProximitySensorMode: lock already held.");
1188 if (VDBG) {
[all...]
H A DCallNotifier.java68 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallNotifier
415 if (VDBG) log("- connection is ringing! state = " + state);
444 if (VDBG) log("Holding wake lock on new incoming connection.");
452 if (VDBG) log("- starting call waiting tone...");
473 if (VDBG) log("- onNewRingingConnection() done.");
578 if (VDBG) log("- CallerInfo already up to date, using available data");
581 if (VDBG) log("- Starting query, posting timeout message.");
598 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
660 if (VDBG) log("RINGING... (onCustomRingQueryComplete)");
732 if (VDBG) lo
[all...]
H A DBluetoothPhoneService.java57 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); // even more logging field in class:BluetoothPhoneService
106 if (VDBG) Log.d(TAG, "mAdapter null");
127 if(VDBG) Log.d(TAG, "registerForServiceStateChanged");
153 if (VDBG) Log.d(TAG, "BluetoothPhoneService started");
178 if (VDBG) Log.d(TAG, "handleMessage: " + msg.what);
209 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange...");
246 if (VDBG)
573 if (VDBG) log("Filling clccConnections[0] for INCOMING state");
578 if (VDBG) log("Filling clccConnections[0] & [1] for CALL WAITING state");
584 if (VDBG) {
[all...]
H A DOutgoingCallBroadcaster.java65 // Do not check in with VDBG = true, since that may write PII to the system log.
66 private static final boolean VDBG = false; field in class:OutgoingCallBroadcaster
147 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
228 if (VDBG) Log.v(TAG, "- uri: " + uri);
229 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'");
268 if (VDBG) {
444 if (VDBG) {
H A DPhoneUtils.java77 // Do not check in with VDBG = true, since that may write PII to the system log.
78 private static final boolean VDBG = false; field in class:PhoneUtils
582 if (VDBG) {
724 if (VDBG) {
725 // When VDBG is true we emit PII.
1449 if (VDBG) {
1527 if (VDBG) {
1557 if (VDBG) {
1679 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName);
H A DNotificationMgr.java74 // Do not check in with VDBG = true, since that may write PII to the system log.
75 private static final boolean VDBG = false; field in class:NotificationMgr
497 if (VDBG) {

Completed in 347 milliseconds