Home
last modified time | relevance | path

Searched refs:FakeBugleGservices (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/util/
DFakeBugleGservices.java22 public class FakeBugleGservices extends BugleGservices { class
23 public FakeBugleGservices() { in FakeBugleGservices() method in FakeBugleGservices
DBugleGservicesTest.java26 final BugleGservices bugleGservices = new FakeBugleGservices(); in testGServiceGet()
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java37 import com.android.messaging.util.FakeBugleGservices;
82 factory.mBugleGservices = new FakeBugleGservices(); in registerWithFakeContext()