Searched defs:ignore (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneApp.java844 * current "ignore user activity on touch" flag.
853 // while ringing. We'll also want to ignore the cheek events
1084 /* package */ void setIgnoreTouchUserActivity(boolean ignore) { argument
1085 if (VDBG) Log.d(LOG_TAG, "setIgnoreTouchUserActivity(" + ignore + ")...");
1086 mIgnoreTouchUserActivity = ignore;
1522 // then we consume and ignore any media key events,

Completed in 5 milliseconds