Searched refs:stopRing (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DRinger.java205 void stopRing() { method in class:Ringer
207 if (DBG) log("stopRing()...");
227 if (DBG) log("- stopRing: null mRingHandler!");
231 if (DBG) log("- stopRing: cleaning up vibrator thread...");
H A DCallNotifier.java823 if (DBG) log("stopRing()... (OFFHOOK state)");
824 mRinger.stopRing();
1040 if (DBG) log("stopRing()... (onDisconnect)");
1041 mRinger.stopRing();
1044 if (DBG) log("stopRing()... (onDisconnect)");
1045 mRinger.stopRing();
1338 if (DBG) log("stopRing()... (silenceRinger)");
1339 mRinger.stopRing();
H A DBluetoothHandsfree.java777 private void stopRing() { method in class:BluetoothHandsfree.BluetoothPhoneState
1979 mBluetoothPhoneState.stopRing();
2033 mBluetoothPhoneState.stopRing();
H A DPhoneUtils.java243 app.getRinger().stopRing();

Completed in 66 milliseconds