Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java76 final BugleGservices bugleGservices = BugleGservices.get(); in fullSync() local
77 final long smsSyncBackoffTimeMillis = bugleGservices.getLong( in fullSync()
94 final BugleGservices bugleGservices = BugleGservices.get(); in sync() local
95 final long smsSyncBackoffTimeMillis = bugleGservices.getLong( in sync()
195 final BugleGservices bugleGservices = BugleGservices.get(); in doBackgroundWork() local
198 final int maxMessagesToScan = bugleGservices.getInt( in doBackgroundWork()
203 final int smsSyncSubsequentBatchSizeMin = bugleGservices.getInt( in doBackgroundWork()
206 final int smsSyncSubsequentBatchSizeMax = bugleGservices.getInt( in doBackgroundWork()
512 final BugleGservices bugleGservices = BugleGservices.get(); in nextBatchSize() local
513 final long smsSyncSubsequentBatchTimeLimitMillis = bugleGservices.getLong( in nextBatchSize()
/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java104 final BugleGservices bugleGservices = factory.getBugleGservices(); in initializeSync() local
115 initMmsLib(context, bugleGservices, carrierConfigValuesLoader); in initializeSync()
138 private static void initMmsLib(final Context context, final BugleGservices bugleGservices, in initMmsLib() argument
146 MmsManager.setForceLegacyMms(!bugleGservices.getBoolean( in initMmsLib()
149 bugleGservices.registerForChanges(new Runnable() { in initMmsLib()
152 MmsManager.setForceLegacyMms(!bugleGservices.getBoolean( in initMmsLib()
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DBugleGservicesTest.java26 final BugleGservices bugleGservices = new FakeBugleGservices(); in testGServiceGet() local
29 bugleGservices.getString( in testGServiceGet()
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java254 public FakeFactory withBugleGservices(final BugleGservices bugleGservices) { in withBugleGservices() argument
255 this.mBugleGservices = bugleGservices; in withBugleGservices()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java228 final BugleGservices bugleGservices = BugleGservices.get(); in delayUntilFullSync() local
232 final long smsFullSyncBackoffTimeMillis = bugleGservices.getLong( in delayUntilFullSync()