OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NameLookupQuery
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java
59
private final
NameLookupQuery
mNameLookupQuery;
78
NameLookupQuery
nameLookupQuery
, PhoneNumberHelper phoneNumberHelper) {
82
mNameLookupQuery =
nameLookupQuery
;
284
public interface
NameLookupQuery
{
295
/** Create a new instance of {@link
NameLookupQuery
}. */
296
public static
NameLookupQuery
createNameLookupQuery(ContentResolver contentResolver) {
301
* Default implementation of {@link
NameLookupQuery
} that looks up the name of a contact in the
304
private static final class DefaultNameLookupQuery implements
NameLookupQuery
{
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
Completed in 219 milliseconds