Home | History | Annotate | Download | only in phone

Lines Matching defs:DBG

52     private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
100 if (DBG) log("InCallTouchUi constructor...");
101 if (DBG) log("- this = " + this);
102 if (DBG) log("- context " + context + ", attrs " + attrs);
118 if (DBG) log("- incoming call touch UI: "
121 if (DBG) log("- regular in-call touch UI: "
132 if (DBG) log("InCallTouchUi onFinishInflate(this = " + this + ")...");
237 if (DBG) log("- updateState: CallManager state is " + state);
258 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
287 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
318 if (DBG) log("onClick(View " + view + ", id " + id + ")...");
408 if (DBG) log("updateInCallControls: CDMA: Add and Merge both enabled");
550 if (DBG) log("LEFT_HANDLE: answer!");
568 if (DBG) log("RIGHT_HANDLE: reject!");
727 // if (DBG) log("SmallerHitTargetTouchListener: " + v + ", event " + event);
742 // if (DBG) log("- percentage: x = " + touchXPercent + ", y = " + touchYPercent);
753 // if (DBG) log(" -> MISSED!");
758 // if (DBG) log(" -> HIT!");