Home
last modified time | relevance | path

Searched refs:gservices (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DAssert.java42 private static void refreshGservices(final BugleGservices gservices) { in refreshGservices() argument
45 sShouldCrash = gservices.getBoolean( in refreshGservices()
58 public static void initializeGservices (final BugleGservices gservices) { in initializeGservices() argument
59 gservices.registerForChanges(new Runnable() { in initializeGservices()
62 refreshGservices(gservices); in initializeGservices()
65 refreshGservices(gservices); in initializeGservices()
DLogUtil.java46 public static void refreshGservices(final BugleGservices gservices) { in refreshGservices() argument
47 sCaptureDebugLogs = gservices.getBoolean( in refreshGservices()
60 public static void initializeGservices (final BugleGservices gservices) { in initializeGservices() argument
61 gservices.registerForChanges(new Runnable() { in initializeGservices()
64 refreshGservices(gservices); in initializeGservices()
67 refreshGservices(gservices); in initializeGservices()
/packages/apps/Messaging/src/com/android/messaging/sms/
DBugleApnSettingsLoader.java362 final BugleGservices gservices = BugleGservices.get(); in loadFromGservices() local
363 final String mmsc = gservices.getString(BugleGservicesKeys.MMS_MMSC, null); in loadFromGservices()
368 final String proxy = gservices.getString(BugleGservicesKeys.MMS_PROXY_ADDRESS, null); in loadFromGservices()
369 final int port = gservices.getInt(BugleGservicesKeys.MMS_PROXY_PORT, -1); in loadFromGservices()