Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/util/
H A DBugleGservicesTest.java26 final BugleGservices bugleGservices = new FakeBugleGservices(); in testGServiceGet() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java104 final BugleGservices bugleGservices = factory.getBugleGservices(); in initializeSync() local
138 private static void initMmsLib(final Context context, final BugleGservices bugleGservices, in initMmsLib()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A 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
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java256 public FakeFactory withBugleGservices(final BugleGservices bugleGservices) { in withBugleGservices()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java228 final BugleGservices bugleGservices = BugleGservices.get(); in delayUntilFullSync() local