Searched refs:getCallRecordingToneRepeatIntervalMillis (Results 1 – 3 of 3) sorted by relevance
72 public long getCallRecordingToneRepeatIntervalMillis(ContentResolver cr) { in getCallRecordingToneRepeatIntervalMillis() method in Timeouts.Adapter73 return Timeouts.getCallRecordingToneRepeatIntervalMillis(cr); in getCallRecordingToneRepeatIntervalMillis()225 public static long getCallRecordingToneRepeatIntervalMillis(ContentResolver contentResolver) { in getCallRecordingToneRepeatIntervalMillis() method in Timeouts
128 mRepeatInterval = timeouts.getCallRecordingToneRepeatIntervalMillis( in CallRecordingTonePlayer()
99 when(mTimeouts.getCallRecordingToneRepeatIntervalMillis(nullable(ContentResolver.class))) in setUp()