OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallerInfoAsyncQueryFactory
(Results
1 - 11
of
11
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java
21
import com.android.server.telecom.
CallerInfoAsyncQueryFactory
;
33
* Controls a test {@link
CallerInfoAsyncQueryFactory
} to abstract away the asynchronous retrieval
37
TestFixture<
CallerInfoAsyncQueryFactory
> {
52
CallerInfoAsyncQueryFactory
mCallerInfoAsyncQueryFactory = new
CallerInfoAsyncQueryFactory
() {
72
public
CallerInfoAsyncQueryFactory
getTestDouble() {
CallerInfoLookupHelperTest.java
28
import com.android.server.telecom.
CallerInfoAsyncQueryFactory
;
54
@Mock
CallerInfoAsyncQueryFactory
mFactory;
TelecomSystemTest.java
64
import com.android.server.telecom.
CallerInfoAsyncQueryFactory
;
140
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
, UserHandle userHandle) {
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoAsyncQueryFactory.java
22
public interface
CallerInfoAsyncQueryFactory
{
MissedCallNotifier.java
34
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
CallerInfoLookupHelper.java
59
private final
CallerInfoAsyncQueryFactory
mCallerInfoAsyncQueryFactory;
66
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
69
mCallerInfoAsyncQueryFactory =
callerInfoAsyncQueryFactory
;
TelecomSystem.java
149
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
189
callerInfoAsyncQueryFactory
,
Call.java
409
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
466
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
477
callerInfoAsyncQueryFactory
, phoneNumberUtilsAdapter, handle, gatewayInfo,
[
all
...]
CallsManager.java
189
private final
CallerInfoAsyncQueryFactory
mCallerInfoAsyncQueryFactory;
214
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
232
mCallerInfoAsyncQueryFactory =
callerInfoAsyncQueryFactory
;
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java
32
import com.android.server.telecom.
CallerInfoAsyncQueryFactory
;
89
new
CallerInfoAsyncQueryFactory
() {
/packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java
29
import com.android.server.telecom.
CallerInfoAsyncQueryFactory
;
576
final
CallerInfoAsyncQueryFactory
callerInfoAsyncQueryFactory
,
610
callerInfoAsyncQueryFactory
, mPhoneNumberUtilsAdapter, null,
Completed in 230 milliseconds