Home
last modified time | relevance | path

Searched refs:CarrierConfigLoader (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/
DCarrierConfigLoaderTest.java109 private CarrierConfigLoader mCarrierConfigLoader;
158 mCarrierConfigLoader = new CarrierConfigLoader(mContext, mTestableLooper.getLooper(), in setUp()
439 replaceInstance(CarrierConfigLoader.class, "mVendorApiLevel", mCarrierConfigLoader, in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping()
/packages/apps/CarrierConfig/
DREADME4 This app works as part of com.android.phone.CarrierConfigLoader to configure telephony features
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java106 public class CarrierConfigLoader extends ICarrierConfigLoader.Stub { class
116 @Nullable private static CarrierConfigLoader sInstance;
709 /* package */ CarrierConfigLoader(@NonNull Context context, @NonNull Looper looper, in CarrierConfigLoader() method in CarrierConfigLoader
757 /* package */ static CarrierConfigLoader init(@NonNull Context context, in init()
759 synchronized (CarrierConfigLoader.class) { in init()
761 sInstance = new CarrierConfigLoader(context, Looper.myLooper(), featureFlags); in init()
DPhoneGlobals.java170 CarrierConfigLoader configLoader;
637 configLoader = CarrierConfigLoader.init(this, mFeatureFlags); in onCreate()