OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberWithCountryIso
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
NumberWithCountryIso.java
28
public final class
NumberWithCountryIso
{
33
public
NumberWithCountryIso
(String number, String countryIso) {
43
if (!(o instanceof
NumberWithCountryIso
)) {
46
NumberWithCountryIso
other = (
NumberWithCountryIso
) o;
ContactInfoCache.java
54
private final ExpirableCache<
NumberWithCountryIso
, ContactInfo> cache;
90
@NonNull ExpirableCache<
NumberWithCountryIso
, ContactInfo> internalCache,
109
NumberWithCountryIso
numberCountryIso = new
NumberWithCountryIso
(number, countryIso);
196
NumberWithCountryIso
numberCountryIso =
197
new
NumberWithCountryIso
(request.number, request.countryIso);
326
NumberWithCountryIso
numberCountryIso = new
NumberWithCountryIso
(number, countryIso);
ExpirableCacheHeadlessFragment.java
37
private ExpirableCache<
NumberWithCountryIso
, ContactInfo> retainedCache;
64
public ExpirableCache<
NumberWithCountryIso
, ContactInfo> getRetainedCache() {
Completed in 95 milliseconds