Searched defs:applicationContext (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/
H A DFactoryImpl.java77 public static Factory register(final Context applicationContext, argument
90 factory.mApplicationContext = applicationContext;
94 factory.mBugleGservices = new BugleGservicesImpl(applicationContext);
95 factory.mBugleApplicationPrefs = new BugleApplicationPrefs(applicationContext);
96 factory.mDataModel = new DataModelImpl(applicationContext);
97 factory.mBugleWidgetPrefs = new BugleWidgetPrefs(applicationContext);
102 factory.mCarrierConfigValuesLoader = new BugleCarrierConfigValuesLoader(applicationContext);
/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java148 public static FakeFactory register(final Context applicationContext) { argument
149 final FakeContext context = new FakeContext(applicationContext);
150 return registerWithFakeContext(applicationContext, context);
153 public static FakeFactory registerWithoutFakeContext(final Context applicationContext) { argument
154 return registerWithFakeContext(applicationContext, null);

Completed in 87 milliseconds