Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java53 private BugleGservices mBugleGservices; field in FactoryImpl
94 factory.mBugleGservices = new BugleGservicesImpl(applicationContext); in register()
104 Assert.initializeGservices(factory.mBugleGservices); in register()
105 LogUtil.initializeGservices(factory.mBugleGservices); in register()
145 return mBugleGservices; in getBugleGservices()
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java55 private BugleGservices mBugleGservices; field in FakeFactory
83 factory.mBugleGservices = new FakeBugleGservices(); in registerWithFakeContext()
175 return mBugleGservices; in getBugleGservices()
257 this.mBugleGservices = bugleGservices; in withBugleGservices()