Home
last modified time | relevance | path

Searched refs:getApplicationPrefs (Results 1 – 15 of 15) 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()
67 migratePrefStringInternal(BuglePrefs.getApplicationPrefs(), "mms_phone_number", in onUpgrade()
H A DBuglePrefs.java59 public static BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in BuglePrefs
60 return Factory.get().getApplicationPrefs(); in getApplicationPrefs()
H A DRingtoneUtil.java36 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getNotificationRingtoneUri()
H A DDebugUtils.java141 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in showDebugOptions()
/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java105 final BuglePrefs buglePrefs = factory.getApplicationPrefs(); in initializeSync()
230 final int existingVersion = factory.getApplicationPrefs().getInt( in maybeHandleSharedPrefsUpgrade()
239 factory.getApplicationPrefs().onUpgrade(existingVersion, targetVersion); in maybeHandleSharedPrefsUpgrade()
248 factory.getApplicationPrefs().putInt(BuglePrefsKeys.SHARED_PREFERENCES_VERSION, in maybeHandleSharedPrefsUpgrade()
H A DFactory.java60 public abstract BuglePrefs getApplicationPrefs(); in getApplicationPrefs() method in Factory
H A DFactoryImpl.java149 public BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in FactoryImpl
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMediaPickerData.java161 return BuglePrefs.getApplicationPrefs().getInt( in getSelectedChooserIndex()
171 BuglePrefs.getApplicationPrefs().putInt(BuglePrefsKeys.SELECTED_MEDIA_PICKER_CHOOSER_INDEX, in saveSelectedChooserIndex()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java229 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in delayUntilFullSync()
266 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getHasFirstSyncCompleted()
342 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in resetLastSyncTimestamps()
H A DBugleNotifications.java304 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in shouldNotify()
324 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in shouldVibrate()
643 final BuglePrefs prefs = Factory.get().getApplicationPrefs(); in updateBuilderAudioVibrate()
1158 final String groupChildIdsText = BuglePrefs.getApplicationPrefs().getString(prefKey, ""); in getGroupChildIds()
1176 BuglePrefs.getApplicationPrefs().putString(prefKey, childIds.getDelimitedString()); in writeGroupChildIds()
/aosp12/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DBootAndPackageReplacedReceiver.java38 Factory.get().getApplicationPrefs().putLong( in onReceive()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncMessagesAction.java124 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in sync()
376 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in processBackgroundResponse()
456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in processBackgroundResponse()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java179 public BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in FakeFactory
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java460 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in playSentSound()
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java1582 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getDumpSmsOrMmsPref()