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

/packages/apps/Phone/src/com/android/phone/
H A DRinger.java47 private static final int STOP_RING = 3; field in class:Ringer
227 Message msg = mRingHandler.obtainMessage(STOP_RING);
314 if (mRingtone == null && !hasMessages(STOP_RING)) {
319 if (!hasMessages(STOP_RING)) {
325 if (r != null && !hasMessages(STOP_RING) && !r.isPlaying()) {
335 case STOP_RING:
336 if (DBG) log("mRingHandler: STOP_RING...");
341 if (DBG) log("- STOP_RING with null ringtone! msg = " + msg);

Completed in 52 milliseconds