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

/packages/services/Telephony/src/com/android/phone/
H A DBluetoothManager.java49 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:BluetoothManager
101 if (VDBG) log("isBluetoothAvailable()...");
126 if (VDBG) log(" - headset state = " +
128 if (VDBG) log(" - headset address: " + device);
129 if (VDBG) log(" - isConnected: " + isConnected);
133 if (VDBG) log(" ==> " + isConnected);
142 if (VDBG) log("isBluetoothAudioConnected: ==> FALSE (null mBluetoothHeadset)");
152 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
168 if (VDBG) log("isBluetoothAudioConnectedOrPending: ==> TRUE (really connected)");
179 if (VDBG) lo
[all...]
H A DWiredHeadsetManager.java39 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:WiredHeadsetManager
99 if (VDBG) Log.d(LOG_TAG, "mReceiver: ACTION_HEADSET_PLUG");
100 if (VDBG) Log.d(LOG_TAG, " state: " + intent.getIntExtra("state", 0));
101 if (VDBG) Log.d(LOG_TAG, " name: " + intent.getStringExtra("name"));
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.java64 // 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
131 if (VDBG) log("handleMessage: " + msg);
190 if (VDBG) log(" extras = " + intent.getExtras());
210 if (VDBG) {
313 if (VDBG) log("- actual number to dial: '" + number + "'");
324 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
451 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
549 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);
H A DBluetoothPhoneService.java57 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); // even more logging field in class:BluetoothPhoneService
104 if (VDBG) Log.d(TAG, "mAdapter null");
123 if(VDBG) Log.d(TAG, "registerForServiceStateChanged");
143 if (VDBG) Log.d(TAG, "BluetoothPhoneService started");
168 if (VDBG) Log.d(TAG, "handleMessage: " + msg.what);
196 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange...");
219 if (VDBG)
546 if (VDBG) log("Filling clccConnections[0] for INCOMING state");
551 if (VDBG) log("Filling clccConnections[0] & [1] for CALL WAITING state");
557 if (VDBG) {
[all...]
H A DPhoneGlobals.java103 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:PhoneGlobals
334 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = "
375 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
504 if (VDBG) Log.v(LOG_TAG, "register for ICC status");
795 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")...");
898 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()...");
940 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()...");
1020 if (VDBG) Log.d(LOG_TAG, "mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED");
1021 if (VDBG) Log.d(LOG_TAG, "- state: " + intent.getStringExtra(PhoneConstants.STATE_KEY));
1022 if (VDBG) Lo
[all...]
H A DCallNotifier.java66 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallNotifier
405 if (VDBG) log("- connection is ringing! state = " + state);
434 if (VDBG) log("Holding wake lock on new incoming connection.");
453 if (VDBG) log("- onNewRingingConnection() done.");
557 if (VDBG) log("- CallerInfo already up to date, using available data");
560 if (VDBG) log("- Starting query, posting timeout message.");
660 if (VDBG) log("- starting call waiting tone...");
679 if (VDBG) log("onPhoneStateChanged: state = " + state);
722 if (VDBG) log("onPhoneStateChanged: OFF HOOK");
740 if (VDBG) lo
[all...]
H A DOutgoingCallBroadcaster.java70 // Do not check in with VDBG = true, since that may write PII to the system log.
71 private static final boolean VDBG = false; field in class:OutgoingCallBroadcaster
183 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
263 if (VDBG) Log.v(TAG, "- uri: " + uri);
264 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'");
305 if (VDBG) {
501 if (VDBG) {
H A DCallLogger.java40 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CallLogger
101 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData());
207 if (VDBG) log("getLogNumber: " + number);
H A DRespondViaSmsManager.java80 // Do not check in with VDBG = true, since that may write PII to the system log.
81 private static final boolean VDBG = false; field in class:RespondViaSmsManager
152 if (VDBG) log(" preference = '" + preference + "'");
153 if (VDBG) log(" newValue = '" + newValue + "'");
H A DAudioRouter.java42 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:AudioRouter
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
490 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
665 if (VDBG) {
801 if (VDBG) {
802 // When VDBG is true we emit PII.
1552 if (VDBG) {
1637 if (VDBG) {
1667 if (VDBG) {
1789 if (VDBG) log("getCompactNameFromCallerInfo: compactName=" + compactName);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java40 private static final boolean VDBG = false; field in class:AdapterState
76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn);
82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff);
H A DAdapterProperties.java37 private static final boolean VDBG = false; field in class:AdapterProperties
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java60 private static final boolean VDBG = false; field in class:HealthService
160 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " +
511 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status);

Completed in 395 milliseconds