/packages/services/Telephony/src/com/android/phone/ |
CallNotifier.java | 66 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); 293 if (VDBG) log("- connection is ringing! state = " + state); 322 if (VDBG) log("Holding wake lock on new incoming connection."); 335 if (VDBG) log("- onNewRingingConnection() done."); 426 if (VDBG) log("onPhoneStateChanged: state = " + state); 461 if (VDBG) log("onPhoneStateChanged: OFF HOOK"); 475 if (VDBG) log("onDisconnect()... CallManager state: " + mCM.getState()); 527 if (VDBG) log("- need to play CALL_ENDED tone!"); 555 if (VDBG) log("- starting post-disconnect tone (" + toneToPlay + ")..."); 599 if (VDBG) log("resetAudioStateAfterDisconnect()...") [all...] |
PhoneGlobals.java | 93 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); 291 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 310 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); 405 if (VDBG) Log.v(LOG_TAG, "register for ICC status"); 602 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")..."); 705 if (VDBG) Log.d(LOG_TAG, "pokeUserActivity()..."); 747 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()..."); 790 if (VDBG) Log.d(LOG_TAG, "mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED"); 791 if (VDBG) Log.d(LOG_TAG, "- state: " + intent.getStringExtra(PhoneConstants.STATE_KEY)); 792 if (VDBG) Log.d(LOG_TAG, "- reason: [all...] |
PhoneUtils.java | 71 // Do not check in with VDBG = true, since that may write PII to the system log. 72 private static final boolean VDBG = false; 556 if (VDBG) { 682 if (VDBG) { 683 // When VDBG is true we emit PII. [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 91 private static final boolean VDBG = false; 529 if (VDBG) Log.d(TAG, "" + hashCode() + ": getState(). Returning " + state); [all...] |
/frameworks/base/services/core/java/com/android/server/ |
TelephonyRegistry.java | 85 private static final boolean VDBG = false; // STOPSHIP if true 190 if (VDBG) log("MSG_USER_SWITCHED userId=" + msg.arg1); 199 if (VDBG) log(TAG + "MSG_UPDATE_DEFAULT_SUB"); 209 if (VDBG) log("mBroadcastReceiver: action=" + action); 309 if (VDBG) { 353 if (VDBG) toStringLogSSC("listen"); 357 if (VDBG) log("listen: call onSSC state=" + mServiceState[phoneId]); 492 if (VDBG) { 516 if (VDBG) { 548 if (VDBG) { [all...] |
ConnectivityService.java | 191 private static final boolean VDBG = false; 461 private static final boolean VDBG = false; 516 if (VDBG) log("Adding agent " + nai + " for legacy network type " + type); 561 if (VDBG) log("Removing agent " + nai); 668 if (VDBG) log("naString=" + naString + " config=" + n); 692 if (VDBG) log("mNetworksDefined=" + mNetworksDefined); [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Tethering.java | 78 private final static boolean VDBG = false; 211 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up); 236 if (VDBG) Log.d(TAG, "ignore interface down for " + iface); 246 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up); 278 if (VDBG) Log.d(TAG, "interfaceAdded " + iface); 293 if (VDBG) Log.d(TAG, iface + " is not a tetherable iface, ignoring"); 299 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring"); 309 if (VDBG) Log.d(TAG, "interfaceRemoved " + iface); 313 if (VDBG) { 515 if (VDBG) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION") [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiMonitor.java | 53 private static final boolean VDBG = false; 651 if (VDBG) Log.d(TAG, "Dispatching event to interface: " + iface); [all...] |
WifiConfigStore.java | 134 private static boolean VDBG = false; 521 VDBG = true; 524 VDBG = false; 543 if (VDBG) localLog("wpa_supplicant.conf changed; new size = " + file.length()); 670 if (VDBG) { [all...] |
WifiStateMachine.java | 124 private static boolean VDBG = false; 347 if (VDBG) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
ServiceStateTracker.java | 52 protected static final boolean VDBG = false; 435 if (VDBG) { 763 if (VDBG) log("SST.getAllCellInfo(): E"); [all...] |
SubscriptionController.java | 72 static final boolean VDBG = false; [all...] |
CallManager.java | 63 private static final boolean VDBG = false; 629 if (VDBG) { 639 if (VDBG) { 655 if (VDBG) { 671 if (VDBG) { 680 if (VDBG) { 708 if (VDBG) { 729 if (VDBG) { 747 if (VDBG) { 766 if (VDBG) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhone.java | 96 private static final boolean VDBG = false; // STOPSHIP if true [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 53 private static final boolean VDBG = false; // STOPSHIP if true 190 if (DBG) log("dialInternal: dialString=" + (VDBG ? dialString : "xxxxxx")); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 85 private static final boolean VDBG = true; 668 if (VDBG) log("NotifyDisconnectCompleted"); 681 if (VDBG) { [all...] |
DcTrackerBase.java | 84 protected static final boolean VDBG = false; // STOPSHIP if true 657 if (VDBG) { 663 if (VDBG) log("fetchDunApn: global TETHER_DUN_APN dunSetting=" + dunSetting); 671 if (VDBG) log("fetchDunApn: config_tether_apndata dunSetting=" + dunSettings); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 92 static final boolean VDBG = false; [all...] |
GSMPhone.java | 103 private static final boolean VDBG = false; /* STOPSHIP if true */ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 92 private static final boolean VDBG = false; /* STOP SHIP if true */ [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 63 private static final boolean VDBG = GattServiceConfig.VDBG; 547 if (VDBG) Log.d(TAG, "onScanResult() - address=" + address 678 if (VDBG) Log.d(TAG, "onSearchResult() - address=" + address + ", uuid=" + uuid); 698 if (VDBG) Log.d(TAG, "onGetCharacteristic() - address=" + address 735 if (VDBG) Log.d(TAG, "onGetDescriptor() - address=" + address 766 if (VDBG) Log.d(TAG, "onGetIncludedService() - address=" + address 807 if (VDBG) Log.d(TAG, "onNotify() - address=" + address [all...] |