HomeSort by relevance Sort by last modified time
    Searched defs:VDBG (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 55 private static final boolean VDBG = false;
213 if (VDBG) Log.d(TAG, "Unbinding service...");
227 if (VDBG) Log.d(TAG, "Binding service...");
382 if (VDBG) log("getConnectedDevices()");
403 if (VDBG) log("getDevicesMatchingStates()");
424 if (VDBG) log("getState(" + device + ")");
494 if (VDBG) log("getActiveDevice()");
560 if (VDBG) log("getPriority(" + device + ")");
    [all...]
BluetoothHealth.java 60 private static final boolean VDBG = false;
105 if (VDBG) Log.d(TAG, "Unbinding service...");
118 if (VDBG) Log.d(TAG, "Binding service...");
149 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
174 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
502 if (VDBG) log("close()");
BluetoothHidHost.java 49 private static final boolean VDBG = false;
232 if (VDBG) Log.d(TAG, "Unbinding service...");
245 if (VDBG) Log.d(TAG, "Binding service...");
290 if (VDBG) log("close()");
392 if (VDBG) log("getConnectedDevices()");
411 if (VDBG) log("getDevicesMatchingStates()");
430 if (VDBG) log("getState(" + device + ")");
492 if (VDBG) log("getPriority(" + device + ")");
570 if (VDBG) log("getProtocolMode(" + device + ")");
622 if (VDBG) {
    [all...]
BluetoothHeadset.java 55 private static final boolean VDBG = false;
338 if (VDBG) Log.d(TAG, "Unbinding service...");
344 if (VDBG) Log.d(TAG, "Binding service...");
405 if (VDBG) log("close()");
504 if (VDBG) log("getConnectedDevices()");
523 if (VDBG) log("getDevicesMatchingStates()");
542 if (VDBG) log("getConnectionState(" + device + ")");
606 if (VDBG) log("getPriority(" + device + ")");
692 if (VDBG) log("isAudioConnected()");
723 if (VDBG) log("getAudioState")
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 58 private static final boolean VDBG = false;
474 if (VDBG) Log.d(TAG, "onScanResult() - " + scanResult.toString());
502 if (VDBG) {
529 if (VDBG) {
  /frameworks/base/core/java/android/net/
NetworkAgent.java 52 private static final boolean VDBG = false;
208 if (VDBG) log("Registering NetworkAgent");
222 if (VDBG) log("NetworkAgent fully connected");
238 if (VDBG) log("CMD_CHANNEL_DISCONNECT");
257 if (VDBG) {
278 if (VDBG) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 53 private static final boolean VDBG = false;
130 if (VDBG) {
180 if (VDBG) {
209 if (VDBG) {
253 if (VDBG) {
NetworkNotificationManager.java 70 private static final boolean VDBG = false;
NetworkAgentInfo.java 243 private static final boolean VDBG = false;
495 if (VDBG) Log.d(TAG, "Adding LingerTimer " + timer + " to " + this.name());
507 if (VDBG) Log.d(TAG, "Removing LingerTimer " + timer + " from " + this.name());
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 54 private static final boolean VDBG = Rlog.isLoggable(TAG, Log.VERBOSE);
184 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
231 if (VDBG) {
328 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
524 if (VDBG) Rlog.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '"
527 // if (VDBG) Rlog.v(TAG, "- MIME type: "
535 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
540 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID");
547 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
553 if (VDBG) Rlog.v(TAG, "==> Using column '" + columnNam
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttMetrics.java 49 private static final boolean VDBG = false;
RttNative.java 49 private static final boolean VDBG = false; // STOPSHIP if true
72 if (VDBG) Log.d(TAG, "hdm.onStatusChanged");
173 if (VDBG) Log.v(TAG, "rangeRequest: request=" + request);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierActionAgent.java 56 private static final boolean VDBG = Rlog.isLoggable(LOG_TAG, Log.VERBOSE);