HomeSort by relevance Sort by last modified time
    Searched refs:DBG (Results 276 - 300 of 808) sorted by null

<<11121314151617181920>>

  /packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java 30 static final boolean DBG = false;
158 if (DBG) {
159 if (DBG) Log.d(TAG, "Foreground changed, PID: " + Integer.toString(pid) + " UID: " +
181 if (DBG) Log.d(TAG, "Process died; UID " + Integer.toString(uid) + " PID " +
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java 30 private static final boolean DBG = false;
143 if (DBG) Log.d(TAG, "about to create socket");
150 if (DBG) Log.d(TAG, "about to connect to service " + mServiceName);
153 if (DBG) Log.d(TAG, "about to connect to port " + mPort);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 31 private static final boolean DBG = false;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java 36 private static final boolean DBG = false;
130 if (DBG) Log.d(TAG, "URL=" + url + " rewritten='" + u + "'");
136 if (DBG) Log.d(TAG, " " + name + ": " + value);
154 if (DBG) {
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 39 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 1) &&
66 if (DBG) {
205 if (DBG) log("- getPresentation(): ignoring connection's presentation: " +
208 if (DBG) log("- getPresentation: presentation: " + presentation);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 45 private static final boolean DBG = false;
144 if (DBG) Log.d(TAG, "getA2DPService(): returning " + sAd2dpService);
147 if (DBG) {
159 if (DBG) Log.d(TAG, "setA2dpService(): set to: " + sAd2dpService);
162 if (DBG) {
234 if (DBG) Log.d(TAG,"Saved priority " + device + " = " + priority);
273 if (DBG) Log.d(TAG, "isA2dpPlaying(" + device + ")");
279 if (DBG) Log.d(TAG, "getCodecStatus()");
285 if (DBG) Log.d(TAG, "setCodecConfigPreference(): " + Objects.toString(codecConfig));
291 if (DBG) Log.d(TAG, "enableOptionalCodecs()")
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 107 private static final boolean DBG = false;
593 if (DBG) logd("called onDeleteGroup() netId=" + netId);
686 if (DBG) logd(getName() + message.toString());
690 if (DBG) logd("Full connection with WifiStateMachine established");
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_rfkill.c 44 DBG("ath5k: rfkill disable (gpio:%d polarity:%d)\n",
53 DBG("ath5k: rfkill enable (gpio:%d polarity:%d)\n",
  /external/syslinux/gpxe/src/net/
mii.c 107 DBG ( "%s: link down\n", mii->dev->name);
134 DBG ( "%s: link up, %sMbps, %s-duplex, lpa 0x%04X\n",
  /frameworks/base/core/java/android/net/metrics/
IpConnectivityLog.java 34 private static final boolean DBG = false;
71 if (DBG) {
  /frameworks/base/services/core/java/com/android/server/
NetworkTimeUpdateService.java 61 private static final boolean DBG = false;
182 if (DBG) Log.d(TAG, "System time = " + currentTime);
186 if (DBG) Log.d(TAG, "Before Ntp fetch");
202 if (DBG && mLastNtpFetchTime == NOT_SET
206 if (DBG) Log.d(TAG, "Ntp time to be set = " + ntp);
212 if (DBG) Log.d(TAG, "Ntp time is close enough = " + ntp);
257 if (DBG) Log.d(TAG, "Received " + action);
273 if (DBG) Log.d(TAG, "Received CONNECTIVITY_ACTION ");
  /frameworks/base/telephony/java/android/telephony/
VoLteServiceState.java 32 private static final boolean DBG = false;
119 if (DBG) log("Size of VoLteServiceState parcel:" + in.dataSize());
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 40 static final boolean DBG = false;
55 if (DBG) Log.d(TAG, "getMapClientService(): returning " + sMapClientService);
58 if (DBG) {
70 if (DBG) Log.d(TAG, "setMapMceService(): replacing old instance: " + sMapClientService);
73 if (DBG) {
155 if (DBG) Log.d(TAG, "start()");
172 if (DBG) Log.d(TAG, "stop()");
184 if (DBG) Log.d(TAG, "cleanup()");
MasClient.java 45 private static final boolean DBG = MapClientService.DBG;
85 if (DBG) {
108 if (DBG) Log.d(TAG, "Connection Successful");
147 if (DBG) Log.d(TAG, "Request failed: " + request);
154 if (DBG) Log.d(TAG, "makeRequest called with: " + request);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 48 private static final boolean DBG = false;
69 if (DBG) Log.d(TAG, "onStart");
182 if (DBG) Log.d(TAG, "PbapClient Binder connect " );
249 if (DBG) {
254 if (DBG) {
266 if (DBG) {
271 if (DBG) {
360 if (DBG) {
PbapClientStateMachine.java 69 private static final boolean DBG = true;
141 if (DBG) Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
166 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
209 if (DBG) Log.v(TAG, "onReceive" + action);
218 if (DBG) Log.v(TAG, "Received UUID: " + uuid.toString());
219 if (DBG) Log.v(TAG, "expected UUID: " +
254 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
298 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
  /packages/services/Telephony/src/com/android/phone/otasp/
OtaspSimStateReceiver.java 31 private static final boolean DBG = true;
74 if (DBG) logd("Received intent: " + intent.getAction());
  /external/e2fsprogs/lib/blkid/
read.c 152 DBG(DEBUG_READ, printf("found device header: %8s\n", p));
171 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
195 DBG(DEBUG_READ,
202 DBG(DEBUG_READ, printf("device should be %*s\n",
213 DBG(DEBUG_READ,
219 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp));
227 DBG(DEBUG_READ, printf("found dev %s\n", name));
258 DBG(DEBUG_READ,
328 DBG(DEBUG_READ, printf(" tag: %s=\"%s\"\n", name, value));
354 DBG(DEBUG_READ, printf("line: %s\n", cp))
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 45 private static final boolean DBG = false;
92 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
236 if (DBG) Log.d(TAG, "getPlayerSettings");
254 if (DBG) Log.d(TAG, "setPlayerApplicationSetting");
287 if (DBG) Log.d(TAG, "Proxy object connected");
296 if (DBG) Log.d(TAG, "Proxy object disconnected");
BluetoothPan.java 46 private static final boolean DBG = true;
237 if (DBG) log("connect(" + device + ")");
278 if (DBG) log("disconnect(" + device + ")");
345 if (DBG) log("setBluetoothTethering(" + value + ")");
371 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object connected");
380 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object disconnected");
  /frameworks/base/wifi/java/android/net/wifi/
WifiNetworkScoreCache.java 46 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
86 if (DBG) {
96 if (DBG) {
147 if (DBG) {
173 if (DBG) {
199 if (DBG) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 43 protected static final boolean DBG = true;
95 if(DBG) logd("Cannot load ADN records");
174 if (DBG) logd("updateAdnRecordsInEfBySearch: efid=0x" +
226 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=0x" +
256 if (DBG) logd("getAdnRecordsSize: efid=" + efid);
295 if (DBG) logd("getAdnRecordsInEF: efid=0x" + Integer.toHexString(efid).toUpperCase());
SmsBroadcastUndelivered.java 45 private static final boolean DBG = InboundSmsHandler.DBG;
144 if (DBG) Rlog.d(TAG, "scanning raw table for undelivered messages");
189 if (DBG) Rlog.d(TAG, "found complete multi-part message");
206 } else if (DBG) {
217 if (DBG) Rlog.d(TAG, "finished scanning raw table in "
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 40 private static final boolean DBG = false;
103 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
107 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
144 if (DBG) Log.d(LOG_TAG, "target image is null, just display placeholder.");
168 if (DBG) Log.d(LOG_TAG, "Begin loading image: " + args.uri +
217 if (DBG) Log.d(LOG_TAG, "Begin loading drawable: " + args.uri);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
VerticalPullDetector.java 17 private static final boolean DBG = false;
60 if (DBG) {
205 if (DBG) {
225 if (DBG) {
236 if (DBG) {
285 if (DBG) {

Completed in 901 milliseconds

<<11121314151617181920>>