HomeSort by relevance Sort by last modified time
    Searched defs:BuglePrefs (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
BuglePrefs.java 24 public abstract class BuglePrefs {
59 public static BuglePrefs getApplicationPrefs() {
66 public static BuglePrefs getSubscriptionPrefs(final int subId) {
BugleSubscriptionPrefs.java 52 case BuglePrefs.NO_SHARED_PREFERENCES_VERSION:
55 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "delivery_reports",
57 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "auto_retrieve_mms",
59 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(),
63 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "group_messaging",
67 migratePrefStringInternal(BuglePrefs.getApplicationPrefs(), "mms_phone_number",
73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey,
85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey,

Completed in 168 milliseconds