Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java55 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "delivery_reports", in onUpgrade()
57 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "auto_retrieve_mms", in onUpgrade()
59 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), in onUpgrade()
63 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "group_messaging", in onUpgrade()
73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefBooleanInternal() method in BugleSubscriptionPrefs