HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 176 - 186 of 186) sorted by null

1 2 3 4 5 6 78

  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 62 private static final boolean DBG =
215 if (DBG) log("RINGING... (new)");
228 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
231 if (DBG) log("RING before NEW_RING, skipping");
241 if (DBG) log("DISCONNECT");
271 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event");
287 if (DBG) log("Received CALLWAITING_ADDCALL_DISABLE_TIMEOUT event ...");
294 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event");
299 if (DBG) log("Received PHONE_STATE_SIGNALINFO event");
304 if (DBG) log("Received Display Info notification done event ...")
    [all...]
InCallScreen.java 84 private static final boolean DBG =
322 if (DBG) log("Handler: ignoring message " + msg + "; we're destroyed!");
326 if (DBG) log("Handler: handling message " + msg + " while not in foreground");
392 if (DBG) log("Got MMI_COMPLETE, finishing InCallScreen...");
444 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ...");
457 if (DBG) log("Received THREEWAY_CALLERINFO_DISPLAY_DONE event ...");
488 if (DBG) log("- DISMISSING mPausePromptDialog.");
513 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG");
514 // if (DBG) log("==> intent: " + intent);
515 // if (DBG) log(" state: " + intent.getIntExtra("state", 0))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 918 #define DBG(n,m) if (lbxDebug & (n)) { fprintf m; } else
920 #define DBG(n,m)
  /frameworks/base/core/java/android/server/
BluetoothService.java 80 private static final boolean DBG = true;
448 if (DBG) log("Bluetooth state " + mBluetoothState + " -> " + state);
715 if (DBG) log("found " + bonds.length + " bonded devices");
745 if (DBG) log(address + " bond state " + oldState + " -> " + state + " (" +
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 68 private static final boolean DBG = false;
413 if (DBG) {
503 if (DBG) {
531 if (DBG) {
569 if (DBG) {
    [all...]
ViewRoot.java 74 private static final boolean DBG = false;
706 if (DBG) {
841 if (DBG) {
    [all...]
View.java 616 private static final boolean DBG = false;
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 107 private static final boolean DBG = false;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 208 private static final boolean DBG = false;
210 static final boolean RILJ_LOGV = DBG ? Config.LOGD : Config.LOGV;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 83 private static final boolean DBG = true;
256 if(DBG) Log.d(LOG_TAG, "CDMAPhone finalized");
866 if (DBG) Log.d(LOG_TAG, "sendEmergencyCallbackModeChange");
889 if (DBG) Log.d(LOG_TAG, "needsOtaServiceProvisioning: illegal cdmaMin='"
897 if (DBG) Log.d(LOG_TAG, "needsOtaServiceProvisioning: ret=" + needsProvisioning);
911 if (DBG) {
934 if (DBG) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 89 static final boolean DBG = false;
407 if (DBG) Log.d(TAG, "Disabling NFC. previous=" + previouslyEnabled);
573 if (DBG) Log.d(TAG, "creating llcp socket");
    [all...]

Completed in 529 milliseconds

1 2 3 4 5 6 78