HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 226 - 250 of 346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 40 private boolean DBG = false;
231 if (DBG) Log.v(TAG, "onRequestTexture(" + id + ")" );
238 if (DBG) Log.v(TAG, "onInvalidateTexture(" + id + ")");
243 if (DBG) Log.v(TAG, "onRequestGeometry(" + id + ")");
249 if (DBG) Log.v(TAG, "onInvalidateGeometry(" + id + ")");
254 if (DBG) Log.v(TAG, "onRequestDetailTexture(" + id + ")" );
261 if (DBG) Log.v(TAG, "onInvalidateDetailTexture(" + id + ")");
266 if (DBG) Log.v(TAG, "onCardSelected(" + n + ")");
270 if (DBG) Log.v(TAG, "onDetailSelected(" + n + ", " + x + ", " + y + ")");
274 if (DBG) Log.v(TAG, "onCardLongPress(" + n + ", (" + touchPosition + "), ("
    [all...]
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 56 protected static final boolean DBG = false;
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 58 private static final boolean DBG = true;
379 if (DBG) log("onCalling: session=" + session);
392 if (DBG) log("onRingingBackk: " + session);
431 if (DBG) log("onCallEstablished(): " + mPeerSd);
456 if (DBG) log("onCallEnded: " + session + " mSipSession:" + mSipSession);
480 if (DBG) log("onCallBusy: " + session);
495 if (DBG) log("onCallChangedFailed: " + message);
539 if (DBG) log("onCallTransferring: mSipSession="
559 if (DBG) log("onError: "
597 if (DBG) log("attachCall(): " + mPeerSd)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 74 private static final boolean DBG = false;
263 if (DBG) log("send request with challenge response: "
302 if (DBG) log("send INVITE: " + request);
327 if (DBG) log("send RE-INVITE: " + request);
361 if (DBG) log("send RINGING: " + response);
391 if (DBG) log("send OK: " + response);
413 if (DBG) log("send BUSY HERE: " + response);
430 if (DBG) log("send ACK: " + ack);
436 if (DBG) log("send BYE: " + byeRequest);
443 if (DBG) log("send CANCEL: " + cancelRequest)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 42 private static final boolean DBG = true;
450 if(DBG) Rlog.d(LOG_TAG, msg);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 37 protected static final boolean DBG = true;
285 if (DBG) log("Set MSISDN: " + mMsisdnTag +" " + mMsisdn);
399 if (DBG) log(recordLoaded.getEfName() + " LOADED");
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 61 private static final boolean DBG = false;
440 if (DBG) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 36 private static final boolean DBG = true;
551 if (DBG) Log.i(TAG, msg);
555 if (DBG) Log.d(TAG, msg);
RemoteDevices.java 38 private static final boolean DBG = false;
454 if (DBG) Log.d(TAG, msg);
458 if (DBG) Log.i(TAG, msg);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 43 private static final boolean DBG = false;
241 if (DBG) log("Dont know phonebook: '" + pb + "'");
506 if (DBG && name == null) log("Caller ID lookup failed for " + number);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 50 private static final boolean DBG = false;
92 if (DBG) log("Stopping Bluetooth HidService");
111 if (DBG) Log.d(TAG, "getHidService(): returning " + sHidService);
114 if (DBG) {
126 if (DBG) Log.d(TAG, "setHidService(): set to: " + sHidService);
129 if (DBG) {
177 if(DBG) Log.d(TAG, "MESSAGE_CONNECT_STATE_CHANGED newState:"+
182 if (DBG) Log.d(TAG,"Incoming HID connection rejected");
433 if (DBG) Log.d(TAG,"Saved priority " + device + " = " + priority);
593 if (DBG) log("Protocol Mode (" + device + "): " + protocolMode)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 59 static final boolean DBG = true;
100 if (DBG) Log.d(TAG, "Set Foreground Dispatch");
210 if (DBG) Log.d(TAG, "dispatch tag: " + tag.toString() + " message: " + message);
232 if (DBG) Log.i(TAG, "matched BT HANDOVER");
251 if (DBG) Log.i(TAG, "matched TAG");
255 if (DBG) Log.i(TAG, "no match");
273 if (DBG) Log.i(TAG, "matched NDEF override");
286 if (DBG) Log.i(TAG, "matched TECH override");
298 if (DBG) Log.i(TAG, "matched TAG override");
357 if (DBG) Log.i(TAG, "matched AAR to NDEF")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 60 static boolean DBG = true;
121 if (DBG) Log.d(TAG, "Dumping data unit");
188 if (DBG) Log.d(TAG, "read " + size + " bytes");
198 if (DBG) Log.d(TAG, "connection broken by IOException", e);
205 if (DBG) Log.d(TAG, "about create LLCP service socket");
213 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
216 if (DBG) Log.d(TAG, "created LLCP service socket");
221 if (DBG) Log.d(TAG, "about to accept");
223 if (DBG) Log.d(TAG, "accept returned " + clientSocket);
292 if (DBG) Log.d(TAG, "about create LLCP connectionless socket")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 52 static final boolean DBG = true;
277 if (DBG) Log.d(TAG, "tryHandoverRequest():" + m.toString());
327 if (DBG) Log.d(TAG, "Waiting for incoming transfer, [" +
337 if (DBG) Log.d(TAG, "tryHandover(): " + m.toString());
347 if (DBG) Log.d(TAG, "BT handover, but BT not available");
387 if (DBG) Log.d(TAG, "Initiating outgoing transfer, [" + mLocalBluetoothAddress +
419 if (DBG) Log.d(TAG, "Whitelisting " + device + " for BT OPP");
HandoverService.java 35 static final boolean DBG = true;
172 if (DBG) Log.d(TAG, "Queueing out transfer " + Integer.toString(pendingTransfer.id));
320 if (DBG) Log.d(TAG, "Cancelling transfer " +
343 if (DBG) Log.d(TAG, "Didn't find transfer, stopping");
411 if (DBG) Log.d(TAG, "Transfer failed, final state: " +
  /packages/apps/Phone/src/com/android/phone/
MobileNetworkSettings.java 63 private static final boolean DBG = false;
149 if (DBG) log("onPreferenceTreeClick: preference == mButtonDataRoam.");
168 if (DBG) log("onPreferenceTreeClick: preference == mButtonDataEnabled.");
383 if (DBG) {
393 if (DBG) {
412 if (DBG) {
419 if (DBG) {
426 if (DBG) { log("handleGetPreferredNetworkTypeResponse: if 2: " +
441 if (DBG) log("handleGetPreferredNetworkTypeResponse: else: reset to default");
OutgoingCallBroadcaster.java 67 private static final boolean DBG =
128 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself.");
133 if (DBG) Log.v(TAG, "doReceive: " + intent);
142 if (DBG) Log.v(TAG, "CALL already placed -- returning.");
198 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning...");
203 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning.");
231 if (DBG) Log.v(TAG, "doReceive: proceeding with call...");
295 if (DBG) {
316 if (DBG) {
355 if (DBG) Log.v(TAG, "At the end of onCreate(). isFinishing(): " + isFinishing())
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 50 private static final boolean DBG = false;
77 if (DBG) Log.d(TAG, "created Searchable for " + componentName);
142 if (DBG) Log.d(TAG, "Missing " + readPermission);
156 if (DBG) Log.d(TAG, "Missing " + readPermission + " and no path permission applies");
315 if (DBG) Log.d(TAG, toString() + "[" + query + "] returned.");
327 if (DBG) Log.d(TAG, toString() + "[" + shortcutId + "] returned.");
401 if (DBG) {
406 if (DBG) Log.d(TAG, "Got cursor from " + mName + ": " + c);
435 if (DBG) Log.d(TAG, "Requesting refresh " + uri);
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 55 private static final boolean DBG = false;
237 if (DBG) Log.d(TAG, "Getting sample text: " + intent.toUri(0));
250 if (DBG) Log.d(TAG, "TTS engine for settings screen initialized.");
252 if (DBG) Log.d(TAG, "TTS engine for settings screen failed to initialize successfully.");
299 if (DBG) Log.d(TAG, "Got sample text: " + sample);
301 if (DBG) Log.d(TAG, "Using default sample text :" + sample);
335 if (DBG) Log.d(TAG, "TTS default rate changed, now " + mDefaultRate);
377 if (DBG) Log.d(TAG, "Updating default synth to : " + engine);
403 if (DBG) Log.d(TAG, "Updating engine : Attempting to connect to engine: " + engine);
415 if (DBG) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 73 private static final boolean DBG = false;
134 if (DBG) Log.d(TAG, "Connected");
144 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
149 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState);
204 if (DBG) Log.d(TAG, " device rename success");
225 if (DBG) Log.d(TAG, " remove group success");
228 if (DBG) Log.d(TAG, " remove group fail " + reason);
245 if (DBG) Log.d(TAG, " cancel connect success");
248 if (DBG) Log.d(TAG, " cancel connect fail " + reason);
266 if (DBG) Log.d(TAG, " delete group success")
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 57 private static final boolean DBG = LatinImeLogger.sDBG;
285 if (DBG && !suggestionsContainer.isEmpty()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 56 private static final boolean DBG = false;
311 if (DBG) {
344 if (DBG) {
  /system/core/libnetutils/
ifc_utils.c 57 #define DBG 0
128 if (DBG) printerr("ifc_init_returning %d", ret);
145 if (DBG) printerr("ifc_close");
206 if (DBG) printerr("ifc_up(%s) = %d", name, ret);
213 if (DBG) printerr("ifc_down(%s) = %d", name, ret);
234 if (DBG) printerr("ifc_set_addr(%s, xx) = %d", name, ret);
437 if (DBG) printerr("ifc_set_mask(%s, xx) = %d", name, ret);
557 if (DBG) printerr("ifc_create_default_route(%s, %d) = %d", name, gw, ret);
943 if (DBG) printerr("ifc_add_ipv4_route(%s, xx, %d, xx) = %d", ifname, prefix_length, i);
959 if (DBG) printerr("ifc_add_route(%s, %s, %d, %s) = %d", ifname, dst, prefix_length, gw, i)
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 63 private static final boolean DBG = false;
250 if (DBG) {
439 if (DBG)
463 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
467 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
488 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
SearchableInfo.java 54 private static final boolean DBG = false;
536 if (DBG) {
    [all...]

Completed in 1122 milliseconds

1 2 3 4 5 6 7 8 91011>>