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

  /packages/apps/Messaging/tests/src/com/android/messaging/util/
BugleGservicesTest.java 26 final BugleGservices bugleGservices = new FakeBugleGservices();
29 bugleGservices.getString(
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 38 import com.android.messaging.util.BugleGservices;
104 final BugleGservices bugleGservices = factory.getBugleGservices();
115 initMmsLib(context, bugleGservices, carrierConfigValuesLoader);
138 private static void initMmsLib(final Context context, final BugleGservices bugleGservices,
146 MmsManager.setForceLegacyMms(!bugleGservices.getBoolean(
149 bugleGservices.registerForChanges(new Runnable() {
152 MmsManager.setForceLegacyMms(!bugleGservices.getBoolean(
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java 43 import com.android.messaging.util.BugleGservices;
76 final BugleGservices bugleGservices = BugleGservices.get();
77 final long smsSyncBackoffTimeMillis = bugleGservices.getLong(
94 final BugleGservices bugleGservices = BugleGservices.get();
95 final long smsSyncBackoffTimeMillis = bugleGservices.getLong(
195 final BugleGservices bugleGservices = BugleGservices.get()
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java 35 import com.android.messaging.util.BugleGservices;
54 private BugleGservices mBugleGservices;
172 public BugleGservices getBugleGservices() {
254 public FakeFactory withBugleGservices(final BugleGservices bugleGservices) {
255 this.mBugleGservices = bugleGservices;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 29 import com.android.messaging.util.BugleGservices;
227 final BugleGservices bugleGservices = BugleGservices.get();
231 final long smsFullSyncBackoffTimeMillis = bugleGservices.getLong(

Completed in 205 milliseconds