Searched refs:gservices (Results 1 – 3 of 3) sorted by relevance
42 private static void refreshGservices(final BugleGservices gservices) { in refreshGservices() argument45 sShouldCrash = gservices.getBoolean( in refreshGservices()58 public static void initializeGservices (final BugleGservices gservices) { in initializeGservices() argument59 gservices.registerForChanges(new Runnable() { in initializeGservices()62 refreshGservices(gservices); in initializeGservices()65 refreshGservices(gservices); in initializeGservices()
46 public static void refreshGservices(final BugleGservices gservices) { in refreshGservices() argument47 sCaptureDebugLogs = gservices.getBoolean( in refreshGservices()60 public static void initializeGservices (final BugleGservices gservices) { in initializeGservices() argument61 gservices.registerForChanges(new Runnable() { in initializeGservices()64 refreshGservices(gservices); in initializeGservices()67 refreshGservices(gservices); in initializeGservices()
362 final BugleGservices gservices = BugleGservices.get(); in loadFromGservices() local363 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()