OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallScreeningTimeoutMillis
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
Timeouts.java
32
public long
getCallScreeningTimeoutMillis
(ContentResolver cr) {
33
return Timeouts.
getCallScreeningTimeoutMillis
(cr);
141
public static long
getCallScreeningTimeoutMillis
(ContentResolver contentResolver) {
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
IncomingCallFilter.java
84
}.prepare(), mTimeoutsAdapter.
getCallScreeningTimeoutMillis
(mContext.getContentResolver()));
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallFilterTest.java
168
when(mTimeoutsAdapter.
getCallScreeningTimeoutMillis
(any(ContentResolver.class)))
TelecomSystemTest.java
344
when(mTimeoutsAdapter.
getCallScreeningTimeoutMillis
(any(ContentResolver.class)))
[
all
...]
Completed in 62 milliseconds