Home
last modified time | relevance | path

Searched refs:getCallRecordingToneRepeatIntervalMillis (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTimeouts.java72 public long getCallRecordingToneRepeatIntervalMillis(ContentResolver cr) { in getCallRecordingToneRepeatIntervalMillis() method in Timeouts.Adapter
73 return Timeouts.getCallRecordingToneRepeatIntervalMillis(cr); in getCallRecordingToneRepeatIntervalMillis()
225 public static long getCallRecordingToneRepeatIntervalMillis(ContentResolver contentResolver) { in getCallRecordingToneRepeatIntervalMillis() method in Timeouts
H A DCallRecordingTonePlayer.java128 mRepeatInterval = timeouts.getCallRecordingToneRepeatIntervalMillis( in CallRecordingTonePlayer()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallRecordingTonePlayerTest.java99 when(mTimeouts.getCallRecordingToneRepeatIntervalMillis(nullable(ContentResolver.class))) in setUp()