HomeSort by relevance Sort by last modified time
    Searched defs:phonenumbergeoutil (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/
PhoneNumberGeoUtil.java 17 package com.android.dialer.phonenumbergeoutil;
22 public interface PhoneNumberGeoUtil {
PhoneNumberGeoUtilComponent.java 17 package com.android.dialer.phonenumbergeoutil;
27 public abstract PhoneNumberGeoUtil getPhoneNumberGeoUtil();
  /packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/impl/
PhoneNumberGeoUtilModule.java 17 package com.android.dialer.phonenumbergeoutil.impl;
19 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
30 public abstract PhoneNumberGeoUtil bindPhoneNumberGeoUtil(PhoneNumberGeoUtilImpl impl);
PhoneNumberGeoUtilImpl.java 17 package com.android.dialer.phonenumbergeoutil.impl;
23 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
31 /** Implementation of {@link PhoneNumberGeoUtil}. */
32 public class PhoneNumberGeoUtilImpl implements PhoneNumberGeoUtil {
  /packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/stub/
PhoneNumberGeoUtilStub.java 17 package com.android.dialer.phonenumbergeoutil.stub;
20 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
23 /** Stub implementation of {@link PhoneNumberGeoUtil}. */
24 public final class PhoneNumberGeoUtilStub implements PhoneNumberGeoUtil {
StubPhoneNumberGeoUtilModule.java 17 package com.android.dialer.phonenumbergeoutil.stub;
19 import com.android.dialer.phonenumbergeoutil.PhoneNumberGeoUtil;
29 public abstract PhoneNumberGeoUtil bindPhoneNumberGeoUtil(PhoneNumberGeoUtilStub stub);

Completed in 457 milliseconds