OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mContactInfoHelper
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java
125
private ContactInfoHelper
mContactInfoHelper
;
319
mContactInfoHelper
= new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this));
690
?
mContactInfoHelper
.lookupNumber(number, countryIso)
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java
99
private final ContactInfoHelper
mContactInfoHelper
;
255
mContactInfoHelper
= contactInfoHelper;
379
final ContactInfo info =
mContactInfoHelper
.lookupNumber(number, countryIso);
[
all
...]
Completed in 25 milliseconds