/frameworks/base/core/java/android/net/ |
MobileDataStateTracker.java | 56 private static final boolean VDBG = false; 127 if (VDBG) { 132 if (VDBG) { 138 if (VDBG) mMdst.log("Disconnected from DataStateTracker"); 142 if (VDBG) mMdst.log("Ignorning unknown message=" + msg); 521 if (VDBG) log("setUserDataEnable: X enabled=" + enabled); 561 if (VDBG) log("setDependencyMet: X met=" + met); 694 if (VDBG) log(mApnType + " got supplyMessenger");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 53 private static final boolean VDBG = false; 213 if (VDBG) { 219 if (VDBG) { 397 if (VDBG) {
|
SmsMessage.java | 50 private static final boolean VDBG = false; 466 if (VDBG) Rlog.d(LOG_TAG, "SMS status report requested"); 887 if (VDBG) Rlog.d(LOG_TAG, "SMS SC address: " + mScAddress); [all...] |
GsmServiceStateTracker.java | 87 private static final boolean VDBG = false; [all...] |
GSMPhone.java | 94 private static final boolean VDBG = false; /* STOPSHIP if true */ [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterProperties.java | 37 private static final boolean VDBG = false; 207 if (VDBG) debugLog("State = " + mState);
|
/packages/apps/Phone/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 69 // Do not check in with VDBG = true, since that may write PII to the system log. 70 private static final boolean VDBG = false; 151 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); 232 if (VDBG) Log.v(TAG, "- uri: " + uri); 233 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'"); 272 if (VDBG) { 468 if (VDBG) { [all...] |
BluetoothPhoneService.java | 57 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); // even more logging 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...] |
NotificationMgr.java | 73 // Do not check in with VDBG = true, since that may write PII to the system log. 74 private static final boolean VDBG = false; 496 if (VDBG) { [all...] |
RespondViaSmsManager.java | 79 // Do not check in with VDBG = true, since that may write PII to the system log. 80 private static final boolean VDBG = false; 188 if (VDBG) log("- connection: " + c); 208 if (VDBG) log("- phoneNumber: " + phoneNumber); 263 if (VDBG) log("- message: '" + message + "'"); 580 if (VDBG) log("sendText: number " 610 if (VDBG) log("launchSmsCompose: number " + phoneNumber); 614 if (VDBG) log("- Launching SMS compose UI: " + intent); 696 if (VDBG) log(" preference = '" + preference + "'"); 697 if (VDBG) log(" newValue = '" + newValue + "'") [all...] |
PhoneUtils.java | 77 // Do not check in with VDBG = true, since that may write PII to the system log. 78 private static final boolean VDBG = false; 582 if (VDBG) { 729 if (VDBG) { 730 // When VDBG is true we emit PII. [all...] |
CallNotifier.java | 68 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); 424 if (VDBG) log("- connection is ringing! state = " + state); 453 if (VDBG) log("Holding wake lock on new incoming connection."); 461 if (VDBG) log("- starting call waiting tone..."); 482 if (VDBG) log("- onNewRingingConnection() done."); 587 if (VDBG) log("- CallerInfo already up to date, using available data"); 590 if (VDBG) log("- Starting query, posting timeout message."); 607 if (VDBG) log("RINGING... (request to ring arrived while query is running)"); 669 if (VDBG) log("RINGING... (onCustomRingQueryComplete)"); [all...] |
PhoneGlobals.java | 103 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2); 391 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 430 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); 544 if (VDBG) Log.v(LOG_TAG, "register for ICC status"); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 67 private static final boolean VDBG = false; 327 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry); 630 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct);
|
ServiceStateTracker.java | 46 protected static final boolean VDBG = false; 388 if (VDBG) { 673 if (VDBG) log("SST.getAllCellInfo(): E"); 751 if (VDBG) log("isCallerOnDifferentThread: " + value);
|
CallManager.java | 59 private static final boolean VDBG = false; 386 if (VDBG) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_RING"); 414 if (VDBG) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_VOICE_CALL"); 424 if (VDBG) Rlog.d(LOG_TAG, "abandonAudioFocus"); 520 if (VDBG) { 530 if (VDBG) { 562 if (VDBG) { 578 if (VDBG) { 587 if (VDBG) { 615 if (VDBG) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 43 private static final boolean VDBG = false; 448 if (VDBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause); 464 if (VDBG) Rlog.d(LOG_TAG, "onLoalDisconnect" );
|
SmsMessage.java | 73 private static final boolean VDBG = false; 692 if (VDBG) { 713 if (VDBG) Rlog.v(LOG_TAG, "SMS originating address: " 721 if (VDBG) Rlog.d(LOG_TAG, "SMS SC timestamp: " + mScTimeMillis); 746 if (VDBG) Rlog.v(LOG_TAG, "SMS message body: '" + mMessageBody + "'"); 748 } else if ((mUserData != null) && VDBG) { [all...] |
CDMAPhone.java | 85 private static final boolean VDBG = false; /* STOP SHIP if true */ [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 60 private static final boolean VDBG = false; 160 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " + 511 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status); [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 84 private static final boolean VDBG = false; 475 if (VDBG) Log.d(TAG, "" + hashCode() + ": getState(). Returning " + state); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 73 private static final boolean VDBG = true; 552 if (VDBG) log("NotifyDisconnectCompleted"); 565 if (VDBG) { 805 if (VDBG) { 812 if (VDBG) log("Disconnecting to previous connection mAc=" + mAc); 818 if (VDBG) log("DcDefaultState: FULL_CONNECTION reply connected"); 825 if (VDBG) log("CMD_CHANNEL_DISCONNECTED"); 831 if (VDBG) log("REQ_IS_INACTIVE isInactive=" + val); 837 if (VDBG) log("REQ_GET_CID cid=" + cid); 843 if (VDBG) log("REQ_GET_APNSETTING mApnSetting=" + apnSetting) [all...] |
DcTrackerBase.java | 77 protected static final boolean VDBG = false; // STOPSHIP if true 583 if (VDBG) log("fetchDunApn: global TETHER_DUN_APN dunSetting=" + dunSetting); 589 if (VDBG) log("fetchDunApn: config_tether_apndata dunSetting=" + dunSetting); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 52 private static final boolean VDBG = false; // STOPSHIP if true 189 if (DBG) log("dialInternal: dialString=" + (VDBG ? dialString : "xxxxxx")); [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 80 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) { 517 if (VDBG) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION") [all...] |