Searched refs:mBugleGservices (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/
H A DFactoryImpl.java53 private BugleGservices mBugleGservices; field in class:FactoryImpl
94 factory.mBugleGservices = new BugleGservicesImpl(applicationContext);
104 Assert.initializeGservices(factory.mBugleGservices);
105 LogUtil.initializeGservices(factory.mBugleGservices);
145 return mBugleGservices;
/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java54 private BugleGservices mBugleGservices; field in class:FakeFactory
82 factory.mBugleGservices = new FakeBugleGservices();
173 return mBugleGservices;
255 this.mBugleGservices = bugleGservices;

Completed in 54 milliseconds