HomeSort by relevance Sort by last modified time
    Searched defs:VDBG (Results 26 - 50 of 71) sorted by null

12 3

  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 47 private static final boolean VDBG = false;
212 if (VDBG) Log.d(TAG,"Unbinding service...");
225 if (VDBG) Log.d(TAG,"Binding service...");
271 if (VDBG) log("close()");
372 if (VDBG) log("getConnectedDevices()");
389 if (VDBG) log("getDevicesMatchingStates()");
406 if (VDBG) log("getState(" + device + ")");
466 if (VDBG) log("getPriority(" + device + ")");
547 if (VDBG) log("getProtocolMode(" + device + ")");
598 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize (…)
    [all...]
BluetoothGatt.java 42 private static final boolean VDBG = false;
143 if (VDBG) {
207 if (VDBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid);
224 if (VDBG) Log.d(TAG, "onGetIncludedService() - Device=" + address
250 if (VDBG) Log.d(TAG, "onGetCharacteristic() - Device=" + address + " UUID=" +
274 if (VDBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid);
318 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address
370 if (VDBG) Log.d(TAG, "onCharacteristicWrite() - Device=" + address
422 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " UUID=" + charUuid);
453 if (VDBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " UUID=" + charUuid)
    [all...]
BluetoothSocket.java 85 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
413 if (VDBG) Log.d(TAG, "available: " + mSocketIS);
425 if (VDBG) Log.d(TAG, "flush: " + mSocketOS);
431 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length);
435 if (VDBG) Log.d(TAG, "read out: " + mSocketIS + " ret: " + ret);
441 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length);
444 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length);
490 if (VDBG) Log.d(TAG, "waitSocketSignal read 16 bytes signal ret: " + ret);
501 if (VDBG) Log.d(TAG, "waitSocketSignal: sig size: " + size + ", remote addr: "
524 if (VDBG) Log.d(TAG, "inputStream.read ret: " + ret)
    [all...]
BluetoothHeadsetClient.java 43 private static final boolean VDBG = false;
378 if (VDBG) Log.d(TAG,"Unbinding service...");
391 if (VDBG) Log.d(TAG,"Binding service...");
442 if (VDBG) log("close()");
525 if (VDBG) log("getConnectedDevices()");
548 if (VDBG) log("getDevicesMatchingStates()");
569 if (VDBG) log("getConnectionState(" + device + ")");
611 if (VDBG) log("getPriority(" + device + ")");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 53 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE);
176 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
223 if (VDBG) {
302 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
498 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '"
501 // if (VDBG) Rlog.v(TAG, "- MIME type: "
509 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
514 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID");
521 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
527 if (VDBG) Rlog.v(TAG, "==> Using column '" + columnNam
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriManager.java 88 private static final boolean VDBG = false;
289 if (VDBG) Rlog.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
399 if (VDBG) Rlog.v(LOG_TAG, "ERI defRoamInd > 2 ...flashing");
406 if (VDBG) Rlog.v(LOG_TAG, "ERI defRoamInd <= 2");
441 if (VDBG) {
455 if (VDBG) {
464 if (VDBG) Rlog.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
473 if (VDBG) Rlog.v(LOG_TAG, "Displaying ERI " + ret.toString());
CdmaConnection.java 44 private static final boolean VDBG = false;
413 if (VDBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
430 if (VDBG) Rlog.d(LOG_TAG, "onLoalDisconnect" );
SmsMessage.java 76 private static final boolean VDBG = false;
722 if (VDBG) {
748 if (VDBG) Rlog.v(LOG_TAG, "SMS originating address: "
756 if (VDBG) Rlog.d(LOG_TAG, "SMS SC timestamp: " + mScTimeMillis);
781 if (VDBG) Rlog.v(LOG_TAG, "SMS message body: '" + mMessageBody + "'");
783 } else if ((mUserData != null) && VDBG) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 49 private static final boolean VDBG = false;
193 if (VDBG) {
DcSwitchState.java 43 private static final boolean VDBG = false;
202 if (VDBG) {
261 if (VDBG) {
318 if (VDBG) {
383 if (VDBG) {
402 if (VDBG) log("Disconnecting to previous connection mAc=" + mAc);
408 if (VDBG) log("DcDefaultState: FULL_CONNECTION reply connected");
415 if (VDBG) log("CMD_CHANNEL_DISCONNECT");
420 if (VDBG) log("CMD_CHANNEL_DISCONNECTED");
426 if (VDBG) log("REQ_IS_IDLE_STATE isIdle=" + val)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 54 private static final boolean VDBG = false;
SmsMessage.java 53 private static final boolean VDBG = false;
474 if (VDBG) Rlog.d(LOG_TAG, "SMS status report requested");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 40 private static final boolean VDBG = false;
76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn);
82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff);
AdapterProperties.java 38 private static final boolean VDBG = false;
628 if (VDBG) Log.i(TAG, msg);
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 61 // Do not check in with VDBG = true, since that may write PII to the system log.
62 private static final boolean VDBG = false;
OutgoingCallBroadcaster.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;
189 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
269 if (VDBG) Log.v(TAG, "- uri: " + uri);
270 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'");
479 if (VDBG) {
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 32 #define VDBG 1
65 if (VDBG) {
77 if (VDBG) ALOGD("using ref %p", ref);
91 if (VDBG) ALOGD("discover successful");
111 if (VDBG) {
117 if (VDBG) {
145 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref);
157 if (VDBG) {
184 if (VDBG) ALOGD("serviceRegister successful");
204 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnector.java 53 private final static boolean VDBG = false;
411 if (VDBG) log("RMV <- {" + event + "}");
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 46 private static final boolean VDBG = false;
296 if (VDBG) logd("[getSubInfoUsingIccId]+ iccId=" + iccId);
358 if (VDBG) logd("[getAllSubInfoList]+");
406 if (VDBG) logd("[getAllSubInfoCount]+");
450 if (VDBG) logd("[addSubInfoRecord]+ iccId:" + iccId + " slotId:" + slotId);
481 if (VDBG) logd("[setColor]+ color:" + color + " subId:" + subId);
524 if (VDBG) {
584 if (VDBG) logd("[setDisplayNumberFormat]+ format:" + format + " subId:" + subId);
613 if (VDBG) logd("[setDataRoaming]+ roaming:" + roaming + " subId:" + subId);
698 if (VDBG) logd("[getPhoneId]- phoneId=" + result)
    [all...]
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 58 private static final boolean VDBG = false;
145 if (VDBG) {
150 if (VDBG) {
156 if (VDBG) mMdst.log("Disconnected from DataStateTracker");
160 if (VDBG) mMdst.log("Ignorning unknown message=" + msg);
236 if (VDBG) {
266 if (VDBG) {
305 if (VDBG) {
571 if (VDBG) log("setInternalDataEnable: X enabled=" + enabled);
583 if (VDBG) log("setUserDataEnable: X enabled=" + enabled)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java 54 private static boolean VDBG = false;
125 VDBG = true;
128 VDBG = false;
141 if (VDBG) {
196 if (VDBG) {
204 if (VDBG) {
226 if (VDBG) {
361 if (VDBG) {
374 if (VDBG) {
503 if (VDBG) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 89 private static final boolean VDBG = false; // STOPSHIP if true, logs user data
629 if (VDBG) log("created tracker: " + tracker);
    [all...]
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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 60 private static final boolean VDBG = false;
163 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " +
514 if (VDBG) log ("Health Device Application: " + config + " State Change: status:" + status);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 62 private static final boolean VDBG = false;
134 if (VDBG) log("getVersion:+");
142 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version));
164 if (VDBG) log("dbh.onOpen:+ db=" + db);
184 if (VDBG) log("dbh.onOpen:- db=" + db);
244 if (VDBG) log("dbh.initDatabase:+ db=" + db);
286 if (VDBG) log("dbh.initDatabase:- db=" + db);
613 if (VDBG) log("onCreate:+");
615 if (VDBG) log("onCreate:- ret true");
    [all...]

Completed in 1118 milliseconds

12 3