OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberWithCountryIso
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
NumberWithCountryIso.java
28
public final class
NumberWithCountryIso
{
32
public
NumberWithCountryIso
(String number, String countryIso) {
40
if (!(o instanceof
NumberWithCountryIso
)) return false;
41
NumberWithCountryIso
other = (
NumberWithCountryIso
) o;
ContactInfoCache.java
132
private ExpirableCache<
NumberWithCountryIso
, ContactInfo> mCache;
148
NumberWithCountryIso
numberCountryIso = new
NumberWithCountryIso
(number, countryIso);
202
NumberWithCountryIso
numberCountryIso = new
NumberWithCountryIso
(number, countryIso);
330
NumberWithCountryIso
numberCountryIso = new
NumberWithCountryIso
(number, countryIso);
Completed in 628 milliseconds