Lines Matching defs:event

376                     if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ...");
443 // send the event and add the state as an argument.
805 // event gets handled AFTER the device goes to sleep and wakes
811 // pauses the device (including the cleanup event) and
812 // resumes the event when it wakes up.
886 // is already ended and dialog will not get redrawn on slider event.
1245 private boolean handleDialerKeyDown(int keyCode, KeyEvent event) {
1246 if (VDBG) log("handleDialerKeyDown: keyCode " + keyCode + ", event " + event + "...");
1253 return mDialer.onDialerKeyDown(event);
1282 // And consume this event; *don't* call super.onBackPressed().
1307 * @return true if we consumed the event.
1352 // PhoneWindowManager.interceptKeyTq() but before the event
1381 // But note we still consume this key event; see below.
1392 boolean isKeyEventAcceptableDTMF (KeyEvent event) {
1393 return (mDialer != null && mDialer.isKeyEventAcceptable(event));
1400 * NOT recieve the keyup event; logically the keyup event has not
1402 * changed event as an interruption to the keydown, making sure
1416 public boolean onKeyUp(int keyCode, KeyEvent event) {
1420 if ((mDialer != null) && (mDialer.onDialerKeyUp(event))){
1426 return super.onKeyUp(keyCode, event);
1430 public boolean onKeyDown(int keyCode, KeyEvent event) {
1465 // PhoneWindowManager.interceptKeyTq() but before the event
1512 if (event.getRepeatCount() == 0 && handleDialerKeyDown(keyCode, event)) {
1516 return super.onKeyDown(keyCode, event);
1766 // that might be triggered by a disconnect event, like playing the
1792 // If the disconnect event was from an incoming ringing call, but
1929 * Handles an MMI_CANCEL event, which is triggered by the button
1941 // PhoneApp will get an MMI_COMPLETE event very soon, which will
1945 // But until that event comes in, we *don't* want to stay here on
2412 * event from the Phone; it's triggered by the
2838 // onPhoneStateChanged() event comes in and triggers an updateScreen()
3472 // - When the hangup() succeeds, we'll get a DISCONNECT event from
3489 // we'll see that 2nd press event during the brief "Call ended"
4391 public boolean dispatchPopulateAccessibilityEvent(AccessibilityEvent event) {
4392 super.dispatchPopulateAccessibilityEvent(event);
4393 mCallCard.dispatchPopulateAccessibilityEvent(event);
4437 * Handles an incoming RING event from the telephony layer.
4441 // IFF we're visible, forward this event to the InCallTouchUi
4442 // instance (which uses this event to drive the animation of the
4450 * Handles a "new ringing connection" event from the telephony layer.
4455 // This event comes in right at the start of the incoming-call
4456 // sequence, exactly once per incoming call. We use this event to
4460 // since this event comes in *before* we actually get launched to