HomeSort by relevance Sort by last modified time
    Searched refs:mBugleGservices (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/
FactoryImpl.java 53 private BugleGservices mBugleGservices;
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/
FakeFactory.java 54 private BugleGservices mBugleGservices;
82 factory.mBugleGservices = new FakeBugleGservices();
173 return mBugleGservices;
255 this.mBugleGservices = bugleGservices;

Completed in 39 milliseconds