Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DAssert.java42 private static void refreshGservices(final BugleGservices gservices) { in refreshGservices()
58 public static void initializeGservices (final BugleGservices gservices) { in initializeGservices()
H A DLogUtil.java46 public static void refreshGservices(final BugleGservices gservices) { in refreshGservices()
60 public static void initializeGservices (final BugleGservices gservices) { in initializeGservices()
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DBugleApnSettingsLoader.java362 final BugleGservices gservices = BugleGservices.get(); in loadFromGservices() local