Home
last modified time | relevance | path

Searched refs:PhoneNumberGeoUtil (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/stub/
DStubPhoneNumberGeoUtilModule.java19 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
29 public abstract PhoneNumberGeoUtil bindPhoneNumberGeoUtil(PhoneNumberGeoUtilStub stub); in bindPhoneNumberGeoUtil()
DPhoneNumberGeoUtilStub.java20 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
24 public final class PhoneNumberGeoUtilStub implements PhoneNumberGeoUtil {
/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/impl/
DPhoneNumberGeoUtilModule.java21 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
33 public abstract PhoneNumberGeoUtil bindPhoneNumberGeoUtil(PhoneNumberGeoUtilImpl impl); in bindPhoneNumberGeoUtil()
DPhoneNumberGeoUtilImpl.java23 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
32 public class PhoneNumberGeoUtilImpl implements PhoneNumberGeoUtil {
/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/
DPhoneNumberGeoUtil.java22 public interface PhoneNumberGeoUtil { interface
DPhoneNumberGeoUtilComponent.java27 public abstract PhoneNumberGeoUtil getPhoneNumberGeoUtil(); in getPhoneNumberGeoUtil()