Home
last modified time | relevance | path

Searched refs:getCallScreeningTimeoutMillis (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTimeouts.java40 public long getCallScreeningTimeoutMillis(ContentResolver cr) { in getCallScreeningTimeoutMillis() method in Timeouts.Adapter
41 return Timeouts.getCallScreeningTimeoutMillis(cr); in getCallScreeningTimeoutMillis()
190 public static long getCallScreeningTimeoutMillis(ContentResolver contentResolver) { in getCallScreeningTimeoutMillis() method in Timeouts
H A DCallScreeningServiceHelper.java166 Timeouts.getCallScreeningTimeoutMillis(mContext.getContentResolver())); in bindAndGetCallIdentification()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DIncomingCallFilterGraph.java136 }.prepare(), mTimeoutsAdapter.getCallScreeningTimeoutMillis(mContext.getContentResolver())); in performFiltering()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DIncomingCallFilterGraphTest.java106 when(mTimeoutsAdapter.getCallScreeningTimeoutMillis(nullable(ContentResolver.class))) in setUp()
H A DAnalyticsTests.java189 when(mTimeoutsAdapter.getCallScreeningTimeoutMillis(any(ContentResolver.class)))
H A DTelecomSystemTest.java467 when(mTimeoutsAdapter.getCallScreeningTimeoutMillis(any(ContentResolver.class))) in setupTelecomSystem()