Home
last modified time | relevance | path

Searched defs:bugleGservices (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/util/
DBugleGservicesTest.java26 final BugleGservices bugleGservices = new FakeBugleGservices(); in testGServiceGet() local
/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java104 final BugleGservices bugleGservices = factory.getBugleGservices(); in initializeSync() local
138 private static void initMmsLib(final Context context, final BugleGservices bugleGservices, in initMmsLib()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java76 final BugleGservices bugleGservices = BugleGservices.get(); in fullSync() local
94 final BugleGservices bugleGservices = BugleGservices.get(); in sync() local
195 final BugleGservices bugleGservices = BugleGservices.get(); in doBackgroundWork() local
512 final BugleGservices bugleGservices = BugleGservices.get(); in nextBatchSize() local
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java254 public FakeFactory withBugleGservices(final BugleGservices bugleGservices) { in withBugleGservices()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java228 final BugleGservices bugleGservices = BugleGservices.get(); in delayUntilFullSync() local