HomeSort by relevance Sort by last modified time
    Searched defs:bugleGservices (Results 1 - 4 of 4) 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/
SyncManager.java 29 import com.android.messaging.util.BugleGservices;
227 final BugleGservices bugleGservices = BugleGservices.get();
231 final long smsFullSyncBackoffTimeMillis = bugleGservices.getLong(
  /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...]

Completed in 149 milliseconds